index.js 26 KB

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