fix:修改版本号

This commit is contained in:
wyx
2023-01-12 09:42:17 +08:00
parent 5727abcafa
commit ef53742256

View File

@@ -36,7 +36,7 @@ import { useStore } from "vuex";
import { onMounted } from "vue"; import { onMounted } from "vue";
import {useRoute} from "vue-router/dist/vue-router"; import {useRoute} from "vue-router/dist/vue-router";
console.log("版本2.0.4------------"); console.log("版本2.0.5------------");
const store = useStore(); const store = useStore();
const {path} = useRoute(); const {path} = useRoute();
onMounted(() => { onMounted(() => {