소스 검색

平台导航默认选中样式 优化

gzb
guozhongbo 7 달 전
부모
커밋
f05b56d428
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2
    2
      src/router/platform.js
  2. 2
    2
      src/views/platformSection/index.vue

+ 2
- 2
src/router/platform.js 파일 보기

@@ -104,9 +104,9 @@ export default {
104 104
       }
105 105
     },
106 106
     {
107
-      path: "admin",
107
+      path: "adminLog",
108 108
       component: () => import("@/views/platformSection/log/admin.vue"),
109
-      name: "admin",
109
+      name: "adminLog",
110 110
       meta: {
111 111
         keepAlive: true,
112 112
         isAuth: true,

+ 2
- 2
src/views/platformSection/index.vue 파일 보기

@@ -87,7 +87,7 @@
87 87
             <router-link
88 88
               @click.native="routeDropdownChange()"
89 89
               tag="div"
90
-              to="/platform/admin"
90
+              to="/platform/adminLog"
91 91
               class="drop_down_list_item"
92 92
               >管理员日志</router-link
93 93
             >
@@ -141,7 +141,7 @@ export default {
141 141
     // 日志路由选中
142 142
     logSelected() {
143 143
       return (
144
-        this.$route.path.includes("/platform/admin") ||
144
+        this.$route.path.includes("/platform/adminLog") ||
145 145
         this.$route.path.includes("/platform/logDeviceExport")
146 146
       );
147 147
     }

Loading…
취소
저장