版本号

This commit is contained in:
zhangyc
2022-12-23 20:01:51 +08:00
parent f7736a7219
commit 22b6f33d06

View File

@@ -44,7 +44,7 @@ export default defineComponent({
const store = useStore();
const isLogin = ref(false);
// console.log("router", router.getRoutes(), route);
console.log("版本1.02------------");
console.log("版本1.03------------");
const routes = computed(() => {
return router.getRoutes().filter((e) => e.meta?.isLink);
});