fix:修改版本号

This commit is contained in:
wyx
2023-01-18 08:52:55 +08:00
parent fe47aef108
commit e0f4c84ff0

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