2 Commits 0d58f32474 ... d357152f69

Auteur SHA1 Message Date
  hjianglong d357152f69 兼容修改 il y a 2 semaines
  hjianglong b59f062d4a 修改 il y a 2 semaines
2 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. 1 2
      src/layout/components/BottomNav.vue
  2. 1 2
      src/views/Login/index.vue

+ 1 - 2
src/layout/components/BottomNav.vue

@@ -19,8 +19,7 @@ const appStore = useAppStore()
 const menuList = [
   {name: '首页', icon: 'wap-home-o', path: '/home'},
   // { name: '一张图', icon: 'location-o', path: '/map' },
-//   {name: appStore.ownApp === "1" ? '督查' : '稽察', icon: 'completed-o', path: '/inspect'},
-{name: '督查', icon: 'completed-o', path: '/inspect'},
+  {name: appStore.ownApp === "1" ? '督查' : '稽察', icon: 'completed-o', path: '/inspect'},
   {name: '问题', icon: 'orders-o', path: '/problem'},
   {name: '我的', icon: 'user-o', path: '/about'},
 ]

+ 1 - 2
src/views/Login/index.vue

@@ -67,8 +67,7 @@ import { useAppStore } from "@/stores/app";
 import { useUserStore } from "@/stores/user";
 import { getCaptchaImage } from "@/api/login";
 import { useRouter } from "vue-router";
-const vConsole = new VConsole();
-console.log("Hello VConsole!");
+
 const appStore = useAppStore();
 const userStore = useUserStore();
 const router = useRouter();