修改路由的页面跳转,修改评估结果的回显
This commit is contained in:
@ -5,7 +5,7 @@ Vue.use(Router);
|
||||
|
||||
/* Router Modules */
|
||||
import policyPage from './modules/policyPage';
|
||||
import configPage from './modules/configPage';
|
||||
// import configPage from './modules/configPage';
|
||||
import transferPage from './modules/transferPage';
|
||||
import customerManagement from './modules/customerManagement';
|
||||
import accountManagement from './modules/accountManagement';
|
||||
@ -20,7 +20,7 @@ export const DynamicRoutes = [
|
||||
// 政策管理
|
||||
policyPage,
|
||||
// 前端配置
|
||||
configPage,
|
||||
// configPage,
|
||||
// 技术转移
|
||||
transferPage,
|
||||
// 客户管理
|
||||
|
Reference in New Issue
Block a user