修改路由的页面跳转,修改评估结果的回显

This commit is contained in:
熊丽君
2021-11-04 11:49:40 +08:00
parent d1ca267971
commit 80be5745f5
5 changed files with 385 additions and 174 deletions

View File

@ -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,
// 客户管理