index.js 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825
  1. import Vue from 'vue'
  2. import Router from 'vue-router'
  3. import HelloWorld from '@/components/HelloWorld'
  4. import Login from '@/components/Login'
  5. import home from '@/components/home'
  6. import Enroll from '@/components/Enroll'
  7. import expenseMobile from '@/components/expenseMobile'
  8. import expenseMobileinfo from '@/components/expenseMobileinfo'
  9. import Sankunginfo from '@/components/Sankunginfo'
  10. import index from '@/components/child/index'
  11. import Aideindex from '@/components/child/Aideindex'
  12. import Marketindex from '@/components/child/Marketindex'
  13. import financeindex from '@/components/child/financeindex'
  14. import Globalindex from '@/components/child/Globalindex'
  15. import Generalindex from '@/components/child/Generalindex'
  16. import AuthorityJob from '@/components/child/AuthorityJob'
  17. import Controltree from '@/components/child/Controltree'
  18. import Company from '@/components/system/Company'
  19. import AuthorityUser from '@/components/child/AuthorityUser'
  20. import PageConfig from '@/components/child/PageConfig'
  21. import Carguide from '@/components/OP/Carguide'
  22. import Groupedit from '@/components/OP/Groupedit'
  23. import OPgroup from '@/components/OP/OPgroup'
  24. import Tourguide from '@/components/OP/Tourguide'
  25. import Department from '@/components/system/Department'
  26. import User from '@/components/system/User'
  27. import JobPost from '@/components/system/JobPost'
  28. import CarData from '@/components/Resource/CarData'
  29. import CarDataAdd from '@/components/Resource/CarDataAdd'
  30. import CarDataEdit from '@/components/Resource/CarDataEdit'
  31. import Customerdata from '@/components/materials/Customerdata'
  32. import LocalGuide from '@/components/Resource/LocalGuide'
  33. import LocalGuideOperation from '@/components/Resource/LocalGuideOperation'
  34. import ThreeCode from '@/components/Resource/ThreeCode'
  35. import ThreeCodeOperation from '@/components/Resource/ThreeCodeOperation'
  36. import HotelData from '@/components/Resource/HotelData'
  37. import visaform from '@/components/OP/visaform'
  38. import PageFun from '@/components/child/PageFunction'
  39. import HotelDataOperation from '@/components/Resource/HotelDataOperation'
  40. import visaEdit from '@/components/OP/visaEdit'
  41. import CountryFeeCost from '@/components/Resource/CountryFeeCost'
  42. import CountryFeeCostOperation from '@/components/Resource/CountryFeeCostOperation'
  43. import SetDataType from '@/components/system/SetDataType';
  44. import SetData from '@/components/system/SetData';
  45. import CustomerCompany from '@/components/Crm/CustomerCompany';
  46. import DeleClient from '@/components/Crm/DeleClient';
  47. import Cost from '@/components/Finance/Cost';
  48. import MCR from '@/components/MCR/MarketCustomerResourcesHome';
  49. import MCROper from '@/components/MCR/MarketCustomerResourcesOperation';
  50. import OCRIdentify from '@/components/OP/OCRIdentify';
  51. import GroupsTaskAssignment from '@/components/OP/GroupsTaskAssignment';
  52. import DailyFeePayment from '@/components/Finance/DailyFeePayment';
  53. import DailyFeeedit from '@/components/Finance/DailyFeeedit';
  54. import GPTindex from '@/components/GPT/GPTindex';
  55. import ExpenseReview from '@/components/Finance/ExpenseReview';
  56. import FeesPage from '@/components/Finance/FeesPage';
  57. import AirTicketAgent from '@/components/Resource/AirTicketAgent';
  58. import AirTicketRes from '@/components/OP/AirTicketRes';
  59. import OpAirTicketRes from '@/components/OP/OpAirTicketRes';
  60. import DecreasePayments from '@/components/OP/DecreasePayments';
  61. import OpDecreasePayments from '@/components/OP/OpDecreasePayments';
  62. import Richtext from '@/components/GPT/Richtext';
  63. import Currency from '@/components/Finance/Currency';
  64. import PaymentFiled from '@/components/Finance/PaymentFiled';
  65. import Collection from '@/components/Finance/Collection';
  66. import InvitationOfficialActivities from '@/components/OP/InvitationOfficialActivities'
  67. import OpInvitationOfficialActivities from '@/components/OP/OpInvitationOfficialActivities';
  68. import InvitationOfficialActivityData from '@/components/Resource/InvitationOfficialActivityData';
  69. import OpInvitationOfficialActivityData from '@/components/Resource/OpInvitationOfficialActivityData';
  70. import OfficialActivities from '@/components/Resource/OfficialActivities'
  71. import OpOfficialActivities from '@/components/Resource/OpOfficialActivities'
  72. import AskData from '@/components/Resource/AskData'
  73. import OpAskData from '@/components/Resource/OpAskData'
  74. import HotelReservations from '@/components/OP/HotelReservations'
  75. import DelegationEnData from '@/components/OP/DelegationEnData'
  76. import OpDelegationEnData from '@/components/OP/OpDelegationEnData'
  77. import invitationLetter from '@/components/Resource/invitationLetter'
  78. import EntryDetails from '@/components/OP/EntryDetails'
  79. import TicketBlackCode from '@/components/Resource/TicketBlackCode'
  80. import OpTicketBlackCode from '@/components/Resource/OpTicketBlackCode'
  81. import Payroll from '@/components/system/Payroll';
  82. import VisaPriec from '@/components/OP/VisaPriec';
  83. import OpVisaPriec from '@/components/OP/OpVisaPriec';
  84. import GroundDetailedfees from '@/components/Resource/GroundDetailedfees';
  85. import SetWorking from '@/components/system/SetWorking';
  86. import ThreeStandards from '@/components/OP/ThreeStandards'
  87. import OpLtinerary from '@/components/OP/OpLtinerary'
  88. import CarTouristGuideGroundId from '@/components/OP/CarTouristGuideGroundId'
  89. import OpCarTouristGuideGroundId from '@/components/OP/OpCarTouristGuideGroundId'
  90. import CarTouristGuideGrounContent from '@/components/OP/CarTouristGuideGrounContent'
  91. import PayReceived from '@/components/Finance/PayReceived';
  92. import LncomingBills from '@/components/Finance/LncomingBills';
  93. import GroupStatus from '@/components/Finance/GroupStatus';
  94. import Sendack from '@/components/Finance/Sendack';
  95. import Groupreports from '@/components/statistics/Groupreports';
  96. import Customers from '@/components/OP/Customers';
  97. import OpCustomers from '@/components/OP/OpCustomers';
  98. import Reportstbale from '@/components/statistics/Reportstbale';
  99. import paymentstatement from '@/components/statistics/paymentstatement';
  100. import PickupList from '@/components/OP/PickupList';
  101. import TaskList from '@/components/system/TaskList';
  102. import AssignTasks from '@/components/system/AssignTasks';
  103. import MyTasksinif from '@/components/system/MyTasksinif';
  104. import test from '@/components/child/test';
  105. import Statistically from '@/components/statistics/Statistically';
  106. import RvsReport from '@/components/Finance/RvsReport';
  107. import Overspend from '@/components/Finance/Overspend';
  108. import Overspendedit from '@/components/Finance/Overspendedit';
  109. import backwardtabke from '@/components/OP/backwardtabke'
  110. import royaltypg from '@/components/Finance/royaltypg';
  111. import visaAgencyfee from '@/components/OP/visaAgencyfee'
  112. import Hotelenquiry from '@/components/OP/Hotelenquiry'
  113. import Marketingamount from '@/components/MCR/Marketingamount';
  114. import downloadpage from '@/components/OP/downloadpage';
  115. import Supplierinfo from '@/components/ConferenceModule/Supplierinfo';
  116. import DownloadOpitinerary from '@/components/MCR/DownloadOpitinerary';
  117. import AssociatedInvitees from '@/components/MCR/AssociatedInvitees';
  118. import VisitSchedule from '@/components/Resource/VisitSchedule'
  119. import billUploading from '@/components/Finance/billUploading';
  120. import TellerStatement from '@/components/statistics/TellerStatement';
  121. import TellerStatementTB from '@/components/statistics/TellerStatementTB';
  122. import RoyaltyRecogn from '@/components/OP/RoyaltyRecogn';
  123. import GroupUnreviewed from '@/components/Finance/GroupUnreviewed';
  124. import VisaCommission from '@/components/OP/VisaCommission';
  125. import SuppliesInventory from '@/components/OP/SuppliesInventory';
  126. import CardReconciliation from '@/components/Finance/CardReconciliation';
  127. import EvaluationForm from '@/components/EvaluationForm';
  128. import TranslatorBase from '@/components/Resource/TranslatorBase';
  129. import PerformanceT from '@/components/Resource/PerformanceT';
  130. import InsCountry from '@/components/Resource/InsCountry';
  131. import WorldMap from '@/components/ConferenceModule/WorldMap';
  132. import EntryDetailsdraft from '@/components/OP/EntryDetailsdraft';
  133. import mealrecord from '@/components/OP/mealrecord';
  134. import enterpriseprofit from '@/components/statistics/enterpriseprofit';
  135. Vue.use(Router)
  136. export default new Router({
  137. // mode: 'history',
  138. // scrollBehavior: () => {
  139. // history.pushState(null, null, document.URL)
  140. // },
  141. routes: [
  142. {
  143. path: '/',
  144. name: 'Login',
  145. component: Login
  146. },
  147. {
  148. path: '/home',
  149. name: 'home',
  150. component: home,
  151. children: [
  152. {
  153. path: '/home/index',
  154. name: 'index',
  155. component: index
  156. },
  157. {
  158. path: '/home/Generalindex',
  159. name: 'Generalindex',
  160. component: Generalindex
  161. },
  162. {
  163. path: '/home/Aideindex',
  164. name: 'Aideindex',
  165. component: Aideindex
  166. },
  167. {
  168. path: '/home/Marketindex',
  169. name: 'Marketindex',
  170. component: Marketindex
  171. },
  172. {
  173. path: '/home/financeindex',
  174. name: 'financeindex',
  175. component: financeindex
  176. },
  177. {
  178. path: '/home/Globalindex',
  179. name: 'financeindex',
  180. component: Globalindex
  181. },
  182. {
  183. path: '/home/AuthorityJob',
  184. name: 'AuthorityJob',
  185. component: AuthorityJob
  186. },
  187. {
  188. path: '/home/AuthorityUser',
  189. name: 'AuthorityUser',
  190. component: AuthorityUser
  191. },
  192. {
  193. path: '/home/Carguide',
  194. name: 'Carguide',
  195. component: Carguide
  196. },
  197. {
  198. path: '/home/Controltree',
  199. name: 'Controltree',
  200. component: Controltree
  201. },
  202. {
  203. path: '/home/Company',
  204. name: 'Company',
  205. component: Company
  206. },
  207. {
  208. path: '/home/PageConfig',
  209. name: 'PageConfig',
  210. component: PageConfig
  211. },
  212. {
  213. path: '/home/Department',
  214. name: 'Department',
  215. component: Department
  216. },
  217. {
  218. path: '/home/Groupedit',
  219. name: 'Groupedit',
  220. component: Groupedit,
  221. // meta: {
  222. // keepAlive: false, //此组件需要被缓存
  223. // isBack:false, //用于判断上一个页面是哪个
  224. // }
  225. }, {
  226. path: '/home/OPgroup',
  227. name: 'OPgroup',
  228. component: OPgroup,
  229. // meta: {
  230. // keepAlive: true, //此组件需要被缓存
  231. // isBack:false, //用于判断上一个页面是哪个
  232. // }
  233. }, {
  234. path: '/home/Tourguide',
  235. name: 'Tourguide',
  236. component: Tourguide
  237. }, {
  238. path: '/home/User',
  239. name: 'User',
  240. component: User
  241. }, {
  242. path: '/home/JobPost',
  243. name: 'JobPost',
  244. component: JobPost
  245. }, {
  246. path: '/home/CarData',
  247. name: 'CarData',
  248. component: CarData
  249. }, {
  250. path: '/home/CarDataAdd',
  251. name: 'CarDataAdd',
  252. component: CarDataAdd
  253. }, {
  254. path: '/home/CarDataEdit',
  255. name: 'CarDataEdit',
  256. component: CarDataEdit
  257. },
  258. {
  259. path: '/home/LocalGuide',
  260. name: 'LocalGuide',
  261. component: LocalGuide
  262. }, {
  263. path: '/home/LocalGuideOperation',
  264. name: 'LocalGuideOperation',
  265. component: LocalGuideOperation
  266. },
  267. {
  268. path: '/home/Customerdata',
  269. name: 'Customerdata',
  270. component: Customerdata
  271. },
  272. {
  273. path: '/home/ThreeCode',
  274. name: 'ThreeCode',
  275. component: ThreeCode
  276. },
  277. {
  278. path: '/home/ThreeCodeOperation',
  279. name: 'ThreeCodeOperation',
  280. component: ThreeCodeOperation
  281. },
  282. {
  283. path: '/home/HotelData',
  284. name: 'HotelData',
  285. component: HotelData
  286. },
  287. {
  288. path: '/home/visaform',
  289. name: 'visaform',
  290. component: visaform
  291. },
  292. {
  293. path: '/home/PageFun',
  294. name: 'PageFun',
  295. component: PageFun
  296. },
  297. {
  298. path: '/home/HotelDataOperation',
  299. name: 'HotelDataOperation',
  300. component: HotelDataOperation
  301. },
  302. {
  303. path: '/home/visaEdit',
  304. name: 'visaEdit',
  305. component: visaEdit
  306. },
  307. {
  308. path: '/home/CountryFeeCost',
  309. name: 'CountryFeeCost',
  310. component: CountryFeeCost
  311. },
  312. {
  313. path: '/home/CountryFeeCostOperation',
  314. name: 'CountryFeeCostOperation',
  315. component: CountryFeeCostOperation
  316. },
  317. {
  318. path: '/home/SetDataType',
  319. name: 'SetDataType',
  320. component: SetDataType
  321. },
  322. {
  323. path: '/home/SetData',
  324. name: 'SetData',
  325. component: SetData
  326. },
  327. {
  328. path: '/home/CustomerCompany',
  329. name: 'CustomerCompany',
  330. component: CustomerCompany
  331. },
  332. {
  333. path: '/home/DeleClient',
  334. name: 'DeleClient',
  335. component: DeleClient
  336. },
  337. {
  338. path: '/home/Cost',
  339. name: 'Cost',
  340. component: Cost
  341. },
  342. {
  343. path: '/home/MCR',
  344. name: 'MCR',
  345. component: MCR
  346. },
  347. {
  348. path: '/home/MCROper',
  349. name: 'MCROper',
  350. component: MCROper
  351. },
  352. {
  353. path: '/home/OCRIdentify',
  354. name: 'Cost',
  355. component: OCRIdentify
  356. },
  357. {
  358. path: '/home/GroupsTaskAssignment',
  359. name: 'GroupsTaskAssignment',
  360. component: GroupsTaskAssignment
  361. },
  362. {
  363. path: '/home/DailyFeePayment',
  364. name: 'DailyFeePayment',
  365. component: DailyFeePayment,
  366. // meta: {
  367. // keepAlive: true, //此组件需要被缓存
  368. // isBack:false, //用于判断上一个页面是哪个
  369. // }
  370. },
  371. {
  372. path: '/home/DailyFeeedit',
  373. name: 'DailyFeeedit',
  374. component: DailyFeeedit
  375. },
  376. {
  377. path: '/home/GPTindex',
  378. name: 'GPTindex',
  379. component: GPTindex
  380. },
  381. {
  382. path: '/home/ExpenseReview',
  383. name: 'ExpenseReview',
  384. component: ExpenseReview,
  385. meta: {
  386. keepAlive: true, //此组件需要被缓存
  387. isBack:false, //用于判断上一个页面是哪个
  388. }
  389. },
  390. {
  391. path: '/home/FeesPage',
  392. name: 'FeesPage',
  393. component: FeesPage
  394. },
  395. {
  396. path: '/home/AirTicketAgent',
  397. name: 'AirTicketAgent',
  398. component: AirTicketAgent
  399. },
  400. {
  401. path: '/home/AirTicketRes',
  402. name: 'AirTicketRes',
  403. component: AirTicketRes
  404. },
  405. {
  406. path: '/home/OpAirTicketRes',
  407. name: 'OpAirTicketRes',
  408. component: OpAirTicketRes
  409. },
  410. {
  411. path: '/home/DecreasePayments',
  412. name: 'DecreasePayments',
  413. component: DecreasePayments
  414. },
  415. {
  416. path: '/home/OpDecreasePayments',
  417. name: 'OpDecreasePayments',
  418. component: OpDecreasePayments
  419. },
  420. {
  421. path: '/home/Richtext',
  422. name: 'Richtext',
  423. component: Richtext
  424. },
  425. {
  426. path: '/home/Currency',
  427. name: 'Currency',
  428. component: Currency
  429. },
  430. {
  431. path: '/home/PaymentFiled',
  432. name: 'PaymentFiled',
  433. component: PaymentFiled
  434. },
  435. {
  436. path: '/home/Collection',
  437. name: 'Collection',
  438. component: Collection
  439. },
  440. {
  441. path: '/home/InvitationOfficialActivities',
  442. name: 'InvitationOfficialActivities',
  443. component: InvitationOfficialActivities,
  444. // meta: {
  445. // keepAlive: true, //此组件需要被缓存
  446. // isBack:false, //用于判断上一个页面是哪个
  447. // }
  448. },
  449. {
  450. path: '/home/OpInvitationOfficialActivities',
  451. name: 'OpInvitationOfficialActivities',
  452. component: OpInvitationOfficialActivities
  453. },
  454. {
  455. path: '/home/InvitationOfficialActivityData',
  456. name: 'InvitationOfficialActivityData',
  457. component: InvitationOfficialActivityData
  458. },
  459. {
  460. path: '/home/OpInvitationOfficialActivityData',
  461. name: 'OpInvitationOfficialActivityData',
  462. component: OpInvitationOfficialActivityData
  463. },
  464. {
  465. path: '/home/OfficialActivities',
  466. name: 'OfficialActivities',
  467. component: OfficialActivities
  468. },
  469. {
  470. path: '/home/OpOfficialActivities',
  471. name: 'OpOfficialActivities',
  472. component: OpOfficialActivities
  473. },
  474. {
  475. path: '/home/AskData',
  476. name: 'AskData',
  477. component: AskData
  478. },
  479. {
  480. path: '/home/OpAskData',
  481. name: 'OpAskData',
  482. component: OpAskData
  483. },
  484. {
  485. path: '/home/DelegationEnData',
  486. name: 'DelegationEnData',
  487. component: DelegationEnData
  488. },
  489. {
  490. path: '/home/OpDelegationEnData',
  491. name: 'OpDelegationEnData',
  492. component: OpDelegationEnData
  493. },
  494. {
  495. path: '/home/invitationLetter',
  496. name: 'invitationLetter',
  497. component: invitationLetter
  498. },
  499. {
  500. path: '/home/TicketBlackCode',
  501. name: 'TicketBlackCode',
  502. component: TicketBlackCode,
  503. // meta: {
  504. // keepAlive: true, //此组件需要被缓存
  505. // isBack:false, //用于判断上一个页面是哪个
  506. // }
  507. },
  508. {
  509. path: '/home/OpTicketBlackCode',
  510. name: 'OpTicketBlackCode',
  511. component: OpTicketBlackCode
  512. },
  513. {
  514. path: '/home/HotelReservations',
  515. name: 'HotelReservations',
  516. component: HotelReservations
  517. },
  518. {
  519. path: '/home/EntryDetails',
  520. name: 'EntryDetails',
  521. component: EntryDetails
  522. },
  523. {
  524. path: '/home/Payroll',
  525. name: 'Payroll',
  526. component: Payroll
  527. },
  528. {
  529. path: '/home/VisaPriec',
  530. name: 'VisaPriec',
  531. component: VisaPriec
  532. },
  533. {
  534. path: '/home/OpVisaPriec',
  535. name: 'OpVisaPriec',
  536. component: OpVisaPriec
  537. },
  538. {
  539. path: '/home/GroundDetailedfees',
  540. name: 'GroundDetailedfees',
  541. component: GroundDetailedfees
  542. },
  543. {
  544. path: '/home/SetWorking',
  545. name: 'SetWorking',
  546. component: SetWorking
  547. },
  548. {
  549. path: '/home/ThreeStandards',
  550. name: 'ThreeStandards',
  551. component: ThreeStandards
  552. },
  553. {
  554. path: '/home/OpLtinerary',
  555. name: 'OpLtinerary',
  556. component: OpLtinerary
  557. },
  558. {
  559. path: '/home/CarTouristGuideGroundId',
  560. name: 'CarTouristGuideGroundId',
  561. component: CarTouristGuideGroundId
  562. },
  563. {
  564. path: '/home/OpCarTouristGuideGroundId',
  565. name: 'OpCarTouristGuideGroundId',
  566. component: OpCarTouristGuideGroundId
  567. },
  568. {
  569. path: '/home/CarTouristGuideGrounContent',
  570. name: 'CarTouristGuideGrounContent',
  571. component: CarTouristGuideGrounContent
  572. },
  573. {
  574. path: '/home/PayReceived',
  575. name: 'PayReceived',
  576. component: PayReceived
  577. },
  578. {
  579. path: '/home/LncomingBills',
  580. name: 'LncomingBills',
  581. component: LncomingBills
  582. },
  583. {
  584. path: '/home/GroupStatus',
  585. name: 'GroupStatus',
  586. component: GroupStatus
  587. },
  588. {
  589. path: '/home/Sendack',
  590. name: 'Sendack',
  591. component: Sendack
  592. },
  593. {
  594. path: '/home/Groupreports',
  595. name: 'Groupreports',
  596. component: Groupreports
  597. },
  598. {
  599. path: '/home/Customers',
  600. name: 'Customers',
  601. component: Customers
  602. },
  603. {
  604. path: '/home/OpCustomers',
  605. name: 'OpCustomers',
  606. component: OpCustomers
  607. },
  608. {
  609. path: '/home/Reportstbale',
  610. name: 'Reportstbale',
  611. component: Reportstbale
  612. },
  613. {
  614. path: '/home/PickupList',
  615. name: 'PickupList',
  616. component: PickupList
  617. },
  618. {
  619. path: '/home/TaskList',
  620. name: 'TaskList',
  621. component: TaskList,
  622. meta: {
  623. keepAlive: true, //此组件需要被缓存
  624. isBack:false, //用于判断上一个页面是哪个
  625. }
  626. },
  627. {
  628. path: '/home/AssignTasks',
  629. name: 'AssignTasks',
  630. component: AssignTasks
  631. },
  632. {
  633. path: '/home/MyTasksinif',
  634. name: 'MyTasksinif',
  635. component: MyTasksinif
  636. },
  637. {
  638. path: '/home/test',
  639. name: 'test',
  640. component: test
  641. },
  642. {
  643. path: '/home/Statistically',
  644. name: 'Statistically',
  645. component: Statistically
  646. },
  647. {
  648. path: '/home/RvsReport',
  649. name: 'RvsReport',
  650. component: RvsReport
  651. },
  652. {
  653. path: '/home/Overspend',
  654. name: 'Overspend',
  655. component: Overspend
  656. },
  657. ,
  658. {
  659. path: '/home/Overspendedit',
  660. name: 'Overspendedit',
  661. component: Overspendedit
  662. },
  663. {
  664. path: '/home/backwardtabke',
  665. name: 'backwardtabke',
  666. component: backwardtabke
  667. },
  668. {
  669. path: '/home/royaltypg',
  670. name: 'royaltypg',
  671. component: royaltypg
  672. },
  673. {
  674. path: '/home/visaAgencyfee',
  675. name: 'visaAgencyfee',
  676. component: visaAgencyfee
  677. },
  678. {
  679. path: '/home/Hotelenquiry',
  680. name: 'Hotelenquiry',
  681. component: Hotelenquiry
  682. },
  683. {
  684. path: '/home/Marketingamount',
  685. name: 'Marketingamount',
  686. component: Marketingamount
  687. },
  688. {
  689. path: '/home/downloadpage',
  690. name: 'downloadpage',
  691. component: downloadpage
  692. },
  693. {
  694. path: '/home/Supplierinfo',
  695. name: 'Supplierinfo',
  696. component: Supplierinfo
  697. },
  698. {
  699. path: '/home/DownloadOpitinerary',
  700. name: 'DownloadOpitinerary',
  701. component: DownloadOpitinerary
  702. },
  703. {
  704. path: '/home/AssociatedInvitees',
  705. name: 'AssociatedInvitees',
  706. component: AssociatedInvitees
  707. },
  708. {
  709. path: '/home/VisitSchedule',
  710. name: 'VisitSchedule',
  711. component: VisitSchedule
  712. },
  713. {
  714. path: '/home/billUploading',
  715. name: 'billUploading',
  716. component: billUploading
  717. },
  718. {
  719. path: '/home/paymentstatement',
  720. name: 'paymentstatement',
  721. component: paymentstatement
  722. },
  723. {
  724. path: '/home/TellerStatement',
  725. name: 'TellerStatement',
  726. component: TellerStatement
  727. },
  728. {
  729. path: '/home/TellerStatementTB',
  730. name: 'TellerStatementTB',
  731. component: TellerStatementTB
  732. },
  733. {
  734. path: '/home/RoyaltyRecogn',
  735. name: 'RoyaltyRecogn',
  736. component: RoyaltyRecogn
  737. },
  738. {
  739. path: '/home/GroupUnreviewed',
  740. name: 'GroupUnreviewed',
  741. component: GroupUnreviewed
  742. },
  743. {
  744. path: '/home/VisaCommission',
  745. name: 'VisaCommission',
  746. component: VisaCommission
  747. },
  748. {
  749. path: '/home/SuppliesInventory',
  750. name: 'SuppliesInventory',
  751. component: SuppliesInventory
  752. },
  753. {
  754. path: '/home/CardReconciliation',
  755. name: 'CardReconciliation',
  756. component: CardReconciliation
  757. },
  758. {
  759. path: '/home/TranslatorBase',
  760. name: 'TranslatorBase',
  761. component: TranslatorBase
  762. },
  763. {
  764. path: '/home/PerformanceT',
  765. name: 'PerformanceT',
  766. component: PerformanceT
  767. },
  768. {
  769. path: '/home/InsCountry',
  770. name: 'InsCountry',
  771. component: InsCountry
  772. },
  773. {
  774. path: '/home/WorldMap',
  775. name: 'WorldMap',
  776. component: WorldMap
  777. },
  778. {
  779. path: '/home/EntryDetailsdraft',
  780. name: 'EntryDetailsdraft',
  781. component: EntryDetailsdraft
  782. },
  783. {
  784. path: '/home/mealrecord',
  785. name: 'mealrecord',
  786. component: mealrecord
  787. },
  788. {
  789. path: '/home/enterpriseprofit',
  790. name: 'enterpriseprofit',
  791. component: enterpriseprofit
  792. },
  793. ]
  794. },
  795. {
  796. path: '/Enroll',
  797. name: 'Enroll',
  798. component: Enroll
  799. },
  800. {
  801. path: '/expenseMobile',
  802. name: 'expenseMobile',
  803. component: expenseMobile
  804. },
  805. {
  806. path: '/expenseMobileinfo',
  807. name: 'expenseMobileinfo',
  808. component: expenseMobileinfo
  809. },
  810. {
  811. path: '/Sankunginfo',
  812. name: 'Sankunginfo',
  813. component: Sankunginfo
  814. },
  815. {
  816. path: '/EvaluationForm',
  817. name: 'EvaluationForm',
  818. component: EvaluationForm
  819. }
  820. ]
  821. })