Commit 83090acb by xionglin

swm路由修改

parent c4a6fe70
......@@ -294,6 +294,9 @@ import Dbaact from "~/views/Statics/Dbaact";
import Dbeact from "~/views/Statics/Dbeact";
import Dbdact from "~/views/Statics/Dbdact";
import Infswm from "~/views/Statics/Infswm"
import Dbiswm from "~/views/Statics/Dbiswm"
import Infatp from "~/views/Statics/Infatp";
import Dbiatp from "~/views/Statics/Dbiatp";
import Dbaatp from "~/views/Statics/Dbaatp";
......@@ -727,6 +730,9 @@ const BusRouter = [
{ path: 'dbeact/:inr', component: Dbeact, name: 'StaticsDbeact', meta: { title: (tag) => { return '资金账户修改: ' + tag.params.inr } } },
{ path: 'dbdact/:inr', component: Dbdact, name: 'StaticsDbdact', meta: { title: (tag) => { return '资金账户删除: ' + tag.params.inr } } },
{ path: 'infswm', component: Infswm, name: 'StaticsInfswm', meta: { title: '报文栏位映射信息查询' } },
{ path: 'dbiswm', component: Dbiswm, name: 'StaticsDbiswm', meta: { title: '报文栏位映射信息详情' } },
{ path: 'infatp', component: Infatp, name: 'StaticsInfatp', meta: { title: '交易配置信息查询' } },
{ path: 'dbaatp', component: Dbaatp, name: 'StaticsDbaatp', meta: { title: '交易配置信息新增' } },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment