Koishi преди 3 години
родител
ревизия
bcd7c62ef8
променени са 1 файла, в които са добавени 0 реда и са изтрити 7 реда
  1. 0 7
      src/App.vue

+ 0 - 7
src/App.vue

@@ -349,9 +349,6 @@ 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,10 +402,6 @@ export default {
     $route(res) {
       this.showSisView = res.fullPath === "/sisView";
     },
-
-    "$store.state.menuData"(res) {
-      console.log(123123, res);
-    },
   },
 };
 </script>