admin管理员组

文章数量:1633739

import { getCurrentInstance } from 'vue';

created(){
    const { proxy } = getCurrentInstance();
    console.log(proxy.$router.currentRoute.fullPath)
}

可用于后台管理系统侧边栏默认渲染选中的页面

本文标签: 路由页面