fix:修改版本号

This commit is contained in:
wuyx
2022-12-26 16:20:41 +08:00
parent 8d5e31a0ee
commit 4cd151cb81

View File

@@ -36,7 +36,7 @@ import {useStore} from "vuex";
import { onMounted } from "vue";
import router from "@/router";
console.log("版本1.0.6------------");
console.log("版本1.0.7------------");
const store = useStore();
onMounted(() => {
getUserInfo();
@@ -66,6 +66,7 @@ function getUserInfo() {
width: 100%;
min-height: 100%;
background-color: rgba(242, 245, 247, 1);
// background-color: #ccc;
#nav {
width: 220px;