|
@@ -316,9 +316,6 @@ l16.229-16.229l16.229,16.229l42.867-42.867C115.034,45.228,109.133,42.189,102.956
|
|
|
// 导入header.vue文件
|
|
|
import Menu from "@/views/layout/Menu.vue";
|
|
|
import Header from "@/views/layout/Header.vue";
|
|
|
-
|
|
|
-import { mapMutations } from "vuex";
|
|
|
-
|
|
|
import LoginPage from "./views/layout/login-page.vue";
|
|
|
import sisView from "./views/sisView/index.vue";
|
|
|
|
|
@@ -352,6 +349,9 @@ export default {
|
|
|
"class",
|
|
|
themeName === "dark" || themeName === "light" ? themeName : "dark"
|
|
|
);
|
|
|
+
|
|
|
+ console.log(1231231232132, that.$store.state.menuData);
|
|
|
+
|
|
|
// that.$nextTick(() => {
|
|
|
// that.API.requestData({
|
|
|
// isMust: false, // 请求是否携带 token ,默认为 true ,可缺省
|
|
@@ -405,6 +405,10 @@ export default {
|
|
|
$route(res) {
|
|
|
this.showSisView = res.fullPath === "/sisView";
|
|
|
},
|
|
|
+
|
|
|
+ "$store.state.menuData"(res) {
|
|
|
+ console.log(123123, res);
|
|
|
+ },
|
|
|
},
|
|
|
};
|
|
|
</script>
|