修改版本号

This commit is contained in:
wyx
2022-12-08 17:17:38 +08:00
parent 2749baf7c6
commit 805241a90e
2 changed files with 2 additions and 2 deletions

View File

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