diff --git a/src/page/Funds/FundsRouter.js b/src/page/Funds/FundsRouter.js
index 9f8da26..0441e7d 100644
--- a/src/page/Funds/FundsRouter.js
+++ b/src/page/Funds/FundsRouter.js
@@ -1,7 +1,7 @@
 const BusRouter = [
-    { path: 'inffxd', component: ()=>import("./Inffxd/views") ,name: 'Inffxd', meta: { title: '资结售汇报表交易查询' },module:'Funds'},
-    // { path: 'infftd', component: Infftd, name: 'Infftd', meta: { keepAlive: true, title: '资金拆借/头寸调拨报表交易查询' } },    
-    { path: 'fttatt', component: ()=>import("./Fttatt/views"), name: 'Fttatt', meta: { title: 'Fttatt' } ,module:'Funds'},
+  { path: 'inffxd', component: ()=>import("./Inffxd/views") ,name: 'Inffxd', meta: { title: '资结售汇报表交易查询' },module:'Funds'},
+// { path: 'infftd', component: Infftd, name: 'Infftd', meta: { keepAlive: true, title: '资金拆借/头寸调拨报表交易查询' } },    
+  { path: 'fttatt', component: ()=>import("./Fttatt/views"), name: 'Fttatt', meta: { title: 'Fttatt' } ,module:'Funds'},
   { path: 'fttfcm', component: ()=>import("./Fttfcm/views"), name: 'Fttfcm', meta: { title: 'Fttfcm' } ,module:'Funds'},
   { path: 'fttfcn', component: ()=>import("./Fttfcn/views"), name: 'Fttfcn', meta: { title: 'Fttfcn' } ,module:'Funds'},
   { path: 'fttfee', component: ()=>import("./Fttfee/views"), name: 'Fttfee', meta: { title: 'Fttfee' } ,module:'Funds'},