index.js 26 KB

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