Commit a869fe197e4f8c55533cda39d1f02d4d52ccf205
1 parent
c28b06c4
3
Showing
2 changed files
with
14 additions
and
2 deletions
src/common/config.js
src/utils/routerList.js
| @@ -190,7 +190,19 @@ export function getRoutes() { | @@ -190,7 +190,19 @@ export function getRoutes() { | ||
| 190 | meta: { | 190 | meta: { |
| 191 | title: '忘记密码', | 191 | title: '忘记密码', |
| 192 | } | 192 | } |
| 193 | - }, { | 193 | + }, |
| 194 | + | ||
| 195 | + { | ||
| 196 | + code: 'settings', | ||
| 197 | + path: 'settings', | ||
| 198 | + name: 'settings', | ||
| 199 | + component: () => | ||
| 200 | + import ('@/views/settings/index'), | ||
| 201 | + meta: { | ||
| 202 | + title: '系统设置', | ||
| 203 | + } | ||
| 204 | + }, | ||
| 205 | + { | ||
| 194 | path: 'TestPaperClass', | 206 | path: 'TestPaperClass', |
| 195 | name: 'Table', | 207 | name: 'Table', |
| 196 | component: () => | 208 | component: () => |