|
@@ -102,7 +102,7 @@ export default defineConfig({
|
|
|
|
|
|
{ path: '/product_list' , component: './rwa_calc_config_dataparam/product_list' },
|
|
|
{ path: '/info_list' , component: './rwa_calc_config_002offbalanceprotype/info_list' },
|
|
|
-
|
|
|
+
|
|
|
|
|
|
{ path: '/CustomerTable' , component: './project/dataquality/CustomerTable'},
|
|
|
{ path: '/CollateralTable' , component: './project/dataquality/CollateralTable'},
|
|
@@ -119,7 +119,7 @@ export default defineConfig({
|
|
|
{ path: '/GuaranteeTable' , component: './project/dataquality/GuaranteeTable' },
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
// 解析
|
|
|
{ path: '/rdp/rdpAnalysis/analTemplate/query/:prodCode', component: './rdpMng/Template/QueryList/queryList' },
|
|
|
{ path: '/rdp/rdpAnalysis/analTemplate/maintain/:prodCode', component: './rdpMng/Template/InfoMaintain/infoMaintain' },
|
|
@@ -178,11 +178,13 @@ export default defineConfig({
|
|
|
{ path: '/supplementtaskmanagement' , component: './product/datasupplementary/supplementtaskmanagement'},
|
|
|
{ path: '/datasupplementation' , component: './product/datasupplementary/datasupplementation'},
|
|
|
|
|
|
+ // 内管报表
|
|
|
+ { path: '/capitaloccupymonitor' , component: './product/internal/capitaloccupymonitor'},
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
proxy: {
|
|
|
'/api/': {
|