|
@@ -59,12 +59,12 @@ export default defineConfig({
|
|
|
{ path: '/admin/messgsendmanage/messconfig', component: './pubMng/MessgSendMng/messConfig' },
|
|
|
{ path: '/admin/msgmanage/msgmng', component: './pubMng/MsgMng/msgManage' },
|
|
|
{ path: '/admin/excelmanage/rpt', component: './pubMng/ReportMng/reportTemplate' },
|
|
|
-
|
|
|
+
|
|
|
{ path: '/admin/sqleditor/dataclassdef', component: './pubMng/SqlEditMng/dataClassDef' },
|
|
|
{ path: '/admin/sqleditor/defOperate', component: './pubMng/SqlEditMng/defOperate' },
|
|
|
{ path: '/admin/sqleditor/variableDefine', component: './pubMng/SqlEditMng/variableDefine' },
|
|
|
{ path: '/admin/sqleditor/editorDefine', component: './pubMng/SqlEditMng/editorDefine' },
|
|
|
-
|
|
|
+
|
|
|
{ path: '/admin/sqllogmanage', component: './pubMng/SqlLogMng/sqlLog' },
|
|
|
{ path: '/admin/holidaymanage', component: './pubMng/Holiday/holiday' },
|
|
|
{ path: '/admin/orgmanage', component: './sysMng/OrgMng/orgMng' },
|
|
@@ -107,8 +107,8 @@ export default defineConfig({
|
|
|
{ path: '/internalEvaluation/riskcontrolstrategy', component: './internalEvaluation/configuration/riskcontrolstrategy' },
|
|
|
|
|
|
// 统计报表
|
|
|
- { path: '/internalEvaluation/preloan/irbfcreditrecord', component: './internalEvaluation/statisticalreport/preloan/irbfcreditrecord' },
|
|
|
-
|
|
|
+ // { path: '/internalEvaluation/preloan/irbfcreditrecord', component: './internalEvaluation/statisticalreport/preloan/irbfcreditrecord' },
|
|
|
+
|
|
|
],
|
|
|
|
|
|
proxy: {
|