|
@@ -349,9 +349,6 @@ export default {
|
|
"class",
|
|
"class",
|
|
themeName === "dark" || themeName === "light" ? themeName : "dark"
|
|
themeName === "dark" || themeName === "light" ? themeName : "dark"
|
|
);
|
|
);
|
|
-
|
|
|
|
- console.log(1231231232132, that.$store.state.menuData);
|
|
|
|
-
|
|
|
|
// that.$nextTick(() => {
|
|
// that.$nextTick(() => {
|
|
// that.API.requestData({
|
|
// that.API.requestData({
|
|
// isMust: false, // 请求是否携带 token ,默认为 true ,可缺省
|
|
// isMust: false, // 请求是否携带 token ,默认为 true ,可缺省
|
|
@@ -405,10 +402,6 @@ export default {
|
|
$route(res) {
|
|
$route(res) {
|
|
this.showSisView = res.fullPath === "/sisView";
|
|
this.showSisView = res.fullPath === "/sisView";
|
|
},
|
|
},
|
|
-
|
|
|
|
- "$store.state.menuData"(res) {
|
|
|
|
- console.log(123123, res);
|
|
|
|
- },
|
|
|
|
},
|
|
},
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|