版本号

This commit is contained in:
zhangyc
2022-12-24 19:50:04 +08:00
parent 1a64fc520d
commit 373786ab8a

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.03------------");
console.log("版本1.04------------");
const routes = computed(() => {
return router.getRoutes().filter((e) => e.meta?.isLink);
});