Showing
7 changed files
with
1 additions
and
11 deletions
@@ -169,17 +169,7 @@ const routes = [{ | @@ -169,17 +169,7 @@ const routes = [{ | ||
169 | path: '/alarmsubscribe/excludeKpi', | 169 | path: '/alarmsubscribe/excludeKpi', |
170 | name: 'alarmSubscribeExcludeKpi', | 170 | name: 'alarmSubscribeExcludeKpi', |
171 | component: () => myImport('views/alarmsubscribe/index') | 171 | component: () => myImport('views/alarmsubscribe/index') |
172 | - }, | ||
173 | - { | ||
174 | - path: '/vue3/ajConfig', | ||
175 | - name: 'ajConfig', | ||
176 | - component: () => myImport('views/ajConfig/index') | ||
177 | - }, | ||
178 | - { | ||
179 | - path: '/ajConfig/view', | ||
180 | - name: 'ajConfigView', | ||
181 | - component: () => myImport('views/ajConfig/view/index') | ||
182 | - }, | 172 | + } |
183 | ]; | 173 | ]; |
184 | 174 | ||
185 | // hash模式: createWebHashHistory | 175 | // hash模式: createWebHashHistory |
-
Please register or login to post a comment