diff --git a/src/common/config.js b/src/common/config.js index 0550ece..94ccb42 100644 --- a/src/common/config.js +++ b/src/common/config.js @@ -1,4 +1,4 @@ -let BASE_URL = 'https://inteview.t1j2.com' +let BASE_URL = 'http://admin.7-stars.com.cn' export { diff --git a/src/utils/routerList.js b/src/utils/routerList.js index c7cd91c..5012562 100644 --- a/src/utils/routerList.js +++ b/src/utils/routerList.js @@ -190,7 +190,19 @@ export function getRoutes() { meta: { title: '忘记密码', } - }, { + }, + + { + code: 'settings', + path: 'settings', + name: 'settings', + component: () => + import ('@/views/settings/index'), + meta: { + title: '系统设置', + } + }, + { path: 'TestPaperClass', name: 'Table', component: () =>