mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
feat:hebing
This commit is contained in:
@@ -44,7 +44,7 @@ export default defineComponent({
|
||||
const store = useStore();
|
||||
const isLogin = ref(false);
|
||||
// console.log("router", router.getRoutes(), route);
|
||||
console.log("版本0.9.12------------");
|
||||
console.log("版本0.9.13------------");
|
||||
const routes = computed(() => {
|
||||
return router.getRoutes().filter((e) => e.meta?.isLink);
|
||||
});
|
||||
|
||||
@@ -81,7 +81,7 @@ export default {
|
||||
{
|
||||
id: 2,
|
||||
name: "学员",
|
||||
go: "https://u.boe.com/manage-release/uc/study/courses",
|
||||
go: "https://u.boe.com/pc-release/uc/study/courses",
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user