版本号

This commit is contained in:
zhangyc
2023-01-15 17:57:05 +08:00
parent 7c5d3a8aae
commit f9a5fc0265

View File

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