Commit a869fe197e4f8c55533cda39d1f02d4d52ccf205

Authored by 周超
1 parent c28b06c4

3

src/common/config.js
1   -let BASE_URL = 'https://inteview.t1j2.com'
  1 +let BASE_URL = 'http://admin.7-stars.com.cn'
2 2  
3 3  
4 4 export {
... ...
src/utils/routerList.js
... ... @@ -190,7 +190,19 @@ export function getRoutes() {
190 190 meta: {
191 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 206 path: 'TestPaperClass',
195 207 name: 'Table',
196 208 component: () =>
... ...