|
@@ -124,7 +124,53 @@ export default defineConfig({
|
|
|
{ path: '/rdp/rdpAnalysis/analTemplate/query/:prodCode', component: './rdpMng/Template/QueryList/queryList' },
|
|
|
{ path: '/rdp/rdpAnalysis/analTemplate/maintain/:prodCode', component: './rdpMng/Template/InfoMaintain/infoMaintain' },
|
|
|
{ path: '/rdp/rdpAnalysis/analTemplate/tabFrame/:prodCode', component: './rdpMng/Template/TabFrame/tabFrame' },
|
|
|
+
|
|
|
+ // 新增
|
|
|
+ { path: '/ListOfPublicSector', component: './project/businessconfig/ListOfPublicSector'},
|
|
|
+ { path: '/DevelopBankList' , component: './project/businessconfig/DevelopBankList'},
|
|
|
+ { path: '/GeneralSectorList' , component: './project/businessconfig/GeneralSectorList'},
|
|
|
+ { path: '/SilverGuaranteeList' , component: './project/businessconfig/SilverGuaranteeList'},
|
|
|
+ { path: '/AccountReconciliation' , component: './project/businessconfig/AccountReconciliation'},
|
|
|
+ { path: '/RiskExposureClass' , component: './project/businessconfig/RiskExposureClass'},
|
|
|
+ // 接口表
|
|
|
+ { path: '/CustomerTable' , component: './project/dataquality/CustomerTable'},
|
|
|
+ { path: '/CollateralTable' , component: './project/dataquality/CollateralTable'},
|
|
|
+ { path: '/GuaranteeTable' , component: './project/dataquality/GuaranteeTable'},
|
|
|
+ { path: '/RepoRelatedTable' , component: './project/dataquality/RepoRelatedTable'},
|
|
|
+ { path: '/PledgeRelatedTable' , component: './project/dataquality/PledgeRelatedTable'},
|
|
|
+ { path: '/DiscountTable' , component: './project/dataquality/DiscountTable'},
|
|
|
+ { path: '/OnCreditCard' , component: './project/dataquality/OnCreditCard'},
|
|
|
+ { path: '/OffCreditCard' , component: './project/dataquality/OffCreditCard'},
|
|
|
+ { path: '/InterbankDepositOrLendingTable' , component: './project/dataquality/InterbankDepositOrLendingTable'},
|
|
|
+ { path: '/BondInvestment' , component: './project/dataquality/BondInvestment'},
|
|
|
+ { path: '/NonStandardInvestment' , component: './project/dataquality/NonStandardInvestment'},
|
|
|
+ // 总账取数
|
|
|
+ { path: '/product/rule' , component: './rwa_calc_config_acquisition/rule'},
|
|
|
+ { path: '/diffconfig_list' , component: './rwa_data_check/diffconfig_list'},
|
|
|
+ { path: '/result_list' , component: './rwa_data_check/result_list'},
|
|
|
+ // 房地产贷款信息
|
|
|
+ { path: '/realestate' , component: './rwa_calc_config_dataparam/realestate'},
|
|
|
+ // 业务配置
|
|
|
+ { path: '/bussiness' , component: './rwa_calc_config_dataparam/bussiness'},
|
|
|
+ { path: '/product_list' , component: './rwa_calc_config_dataparam/product_list'},
|
|
|
+ // 表内外风险暴漏
|
|
|
+ { path: '/info' , component: './rwa_calc_config_001riskexposure/info'},
|
|
|
+ // 合格缓释品认定
|
|
|
+ { path: '/releasetoolinfo' , component: './rwa_calc_config_003regularrrcsrule/releasetoolinfo'},
|
|
|
+ // 阶段配置
|
|
|
+ { path: '/creditriskmeteringrule' , component: './product/rwa_calc_config_004rwa/creditriskmeteringrule'},
|
|
|
+ { path: '/stageinformation' , component: './product/rwa_calc_config_004rwa/stageinformation'},
|
|
|
+ { path: '/meteringmanagement' , component: './product/rwa_calc_config_004rwa/meteringmanagement'},
|
|
|
+ { path: '/meteringparamdefine' , component: './product/rwa_calc_config_004rwa/meteringparamdefine'},
|
|
|
+ { path: '/meteringtaskexecute' , component: './product/rwa_calc_config_004rwa/meteringtaskexecute'},
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
],
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
proxy: {
|
|
|
'/api/': {
|