pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
  4. "ujp-(.*)": "components/u-$1/u-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "name": "登录",
  9. "path": "pagesFinance/login/index",
  10. "style": {
  11. //"navigationStyle": "custom" // 隐藏系统导航栏
  12. }
  13. },
  14. {
  15. "name": "充电明细",
  16. "path": "pagesFinance/accountType8/chagingrecord/index",
  17. "style": {
  18. //"navigationStyle": "custom" // 隐藏系统导航栏
  19. }
  20. },
  21. {
  22. "name": "充电详情",
  23. "path": "pagesFinance/accountType8/chagingrecord/details",
  24. "style": {
  25. //"navigationStyle": "custom" // 隐藏系统导航栏
  26. }
  27. },
  28. {
  29. "name": "充电明细",
  30. "path": "pagesFinance/accountType8/carmanage/index",
  31. "style": {
  32. //"navigationStyle": "custom" // 隐藏系统导航栏
  33. }
  34. },
  35. {
  36. "name": "充电详情",
  37. "path": "pagesFinance/accountType8/carmanage/addinfo",
  38. "style": {
  39. //"navigationStyle": "custom" // 隐藏系统导航栏
  40. }
  41. },
  42. {
  43. "name": "充电明细",
  44. "path": "pagesFinance/accountType8/personmanage/index",
  45. "style": {
  46. //"navigationStyle": "custom" // 隐藏系统导航栏
  47. }
  48. },
  49. {
  50. "name": "充电详情",
  51. "path": "pagesFinance/accountType8/personmanage/addinfo",
  52. "style": {
  53. //"navigationStyle": "custom" // 隐藏系统导航栏
  54. }
  55. },
  56. {
  57. "name": "收益明细",
  58. "path": "pagesFinance/detailed/index",
  59. "style": {
  60. //"navigationStyle": "custom" // 隐藏系统导航栏
  61. }
  62. },
  63. {
  64. "name": "收益详情",
  65. "path": "pagesFinance/detailed/details",
  66. "style": {
  67. //"navigationStyle": "custom" // 隐藏系统导航栏
  68. }
  69. },
  70. {
  71. "name": "分润明细",
  72. "path": "pagesFinance/share/index",
  73. "style": {
  74. //"navigationStyle": "custom" // 隐藏系统导航栏
  75. }
  76. },
  77. {
  78. "name": "优惠卷详情",
  79. "path": "pagesFinance/coupon/details",
  80. "style": {
  81. //"navigationStyle": "custom" // 隐藏系统导航栏
  82. }
  83. },
  84. {
  85. "name": "优惠卷列表",
  86. "path": "pagesFinance/coupon/index",
  87. "style": {
  88. //"navigationStyle": "custom" // 隐藏系统导航栏
  89. }
  90. },
  91. {
  92. "name": "分润详情",
  93. "path": "pagesFinance/share/details",
  94. "style": {
  95. //"navigationStyle": "custom" // 隐藏系统导航栏
  96. }
  97. },
  98. {
  99. "name": "收益统计",
  100. "path": "pagesFinance/statistics/index",
  101. "style": {
  102. //"navigationStyle": "custom" // 隐藏系统导航栏
  103. }
  104. },
  105. {
  106. "name": "站点流水统计",
  107. "path": "pagesFinance/statistics/list",
  108. "style": {
  109. //"navigationStyle": "custom" // 隐藏系统导航栏
  110. }
  111. },
  112. {
  113. "name": "个人中心",
  114. "path": "pagesFinance/user/index",
  115. "style": {
  116. //"navigationStyle": "custom" // 隐藏系统导航栏
  117. }
  118. },
  119. {
  120. "name": "提现",
  121. "path": "pagesFinance/user/withdraw",
  122. "style": {
  123. //"navigationStyle": "custom" // 隐藏系统导航栏
  124. }
  125. },
  126. {
  127. "name": "提现记录",
  128. "path": "pagesFinance/user/withdrawRecord",
  129. "style": {
  130. //"navigationStyle": "custom" // 隐藏系统导航栏
  131. }
  132. },
  133. {
  134. "name": "申请结果",
  135. "path": "pagesFinance/user/applyResult",
  136. "style": {
  137. //"navigationStyle": "custom" // 隐藏系统导航栏
  138. }
  139. },
  140. {
  141. "name": "申请结果",
  142. "path": "pagesFinance/user/chargingDetails",
  143. "style": {
  144. //"navigationStyle": "custom" // 隐藏系统导航栏
  145. }
  146. },
  147. {
  148. "name": "帮助中心",
  149. "path": "pagesFinance/user/help",
  150. "style": {
  151. //"navigationStyle": "custom" // 隐藏系统导航栏
  152. }
  153. },
  154. {
  155. "name": "关于我们",
  156. "path": "pagesFinance/user/about",
  157. "style": {
  158. //"navigationStyle": "custom" // 隐藏系统导航栏
  159. }
  160. },
  161. {
  162. "name": "我的设备",
  163. "path": "pagesFinance/user/deviceList",
  164. "style": {
  165. //"navigationStyle": "custom" // 隐藏系统导航栏
  166. }
  167. },
  168. {
  169. "name": "我的设备",
  170. "path": "pagesFinance/user/deviceListLine",
  171. "style": {
  172. //"navigationStyle": "custom" // 隐藏系统导航栏
  173. }
  174. },
  175. {
  176. "name": "我的站点",
  177. "path": "pagesFinance/user/stationsList",
  178. "style": {
  179. //"navigationStyle": "custom" // 隐藏系统导航栏
  180. }
  181. },
  182. {
  183. "name": "我的站点",
  184. "path": "pagesFinance/user/stationsListLine",
  185. "style": {
  186. //"navigationStyle": "custom" // 隐藏系统导航栏
  187. }
  188. },
  189. {
  190. "name": "设备详情",
  191. "path": "pagesFinance/user/deviceDetails",
  192. "style": {
  193. //"navigationStyle": "custom" // 隐藏系统导航栏
  194. }
  195. },
  196. {
  197. "name": "电桩管理",
  198. "path": "pagesFinance/user/pileManagement",
  199. "style": {
  200. //"navigationStyle": "custom" // 隐藏系统导航栏
  201. }
  202. },
  203. {
  204. "name": "充电枪设置",
  205. "path": "pagesFinance/user/myPile",
  206. "style": {
  207. //"navigationStyle": "custom" // 隐藏系统导航栏
  208. }
  209. },
  210. {
  211. "name": "我被预约",
  212. "path": "pagesFinance/preengaged/preengaged",
  213. "style": {
  214. //"navigationStyle": "custom" // 隐藏系统导航栏
  215. }
  216. },
  217. {
  218. "name": "预约单详情",
  219. "path": "pagesFinance/preengaged/preengagedListDetails",
  220. "style": {
  221. //"navigationStyle": "custom" // 隐藏系统导航栏
  222. }
  223. }
  224. , {
  225. "name": "申请开票记录",
  226. "path": "pagesFinance/recordOfInvoice/recordOfInvoice",
  227. "style": {
  228. "navigationBarTitleText": "",
  229. "enablePullDownRefresh": false
  230. }
  231. },
  232. {
  233. "name": "申请详情",
  234. "path": "pagesFinance/recordOfInvoice/applicationDetails",
  235. "style": {
  236. "navigationBarTitleText": "",
  237. "enablePullDownRefresh": false
  238. }
  239. },
  240. {
  241. "name": "发票预览",
  242. "path": "pagesFinance/recordOfInvoice/invoicePreview",
  243. "style": {
  244. "navigationBarTitleText": "",
  245. "enablePullDownRefresh": false
  246. }
  247. }
  248. ,{
  249. "path" : "pagesFinance/user/chargingGunSetup",
  250. "style" :
  251. {
  252. "navigationBarTitleText": "",
  253. "enablePullDownRefresh": false
  254. }
  255. }
  256. ,{
  257. "path" : "pagesFinance/user/deviceLine",
  258. "style" :
  259. {
  260. "navigationBarTitleText": "",
  261. "enablePullDownRefresh": false
  262. }
  263. }
  264. ,{
  265. "path" : "pagesFinance/share/monthlyCardDetails",
  266. "style" :
  267. {
  268. "navigationBarTitleText": "",
  269. "enablePullDownRefresh": false
  270. }
  271. },
  272. {
  273. "path" : "pagesFinance/detailed/monthlyCardDetails",
  274. "style" :
  275. {
  276. "navigationBarTitleText": "",
  277. "enablePullDownRefresh": false
  278. }
  279. }
  280. ,{
  281. "path" : "pagesFinance/user/ownManagement",
  282. "style" :
  283. {
  284. "navigationBarTitleText": "",
  285. "enablePullDownRefresh": false
  286. }
  287. }
  288. ,{
  289. "path" : "pagesFinance/user/addOwnerInformation",
  290. "style" :
  291. {
  292. "navigationBarTitleText": "",
  293. "enablePullDownRefresh": false
  294. }
  295. }
  296. ,{
  297. "path" : "pagesFinance/user/editOwnerInformation",
  298. "style" :
  299. {
  300. "navigationBarTitleText": "",
  301. "enablePullDownRefresh": false
  302. }
  303. }
  304. ,{
  305. "path" : "pagesFinance/user/applicationForWithdrawal",
  306. "style" :
  307. {
  308. "navigationBarTitleText": "",
  309. "enablePullDownRefresh": false
  310. }
  311. }
  312. ,{
  313. "path" : "pagesFinance/user/applicationDetails",
  314. "style" :
  315. {
  316. "navigationBarTitleText": "",
  317. "enablePullDownRefresh": false
  318. }
  319. }
  320. ,{
  321. "path" : "pagesFinance/user/activatedChargingPile",
  322. "style" :
  323. {
  324. "navigationBarTitleText": "",
  325. "enablePullDownRefresh": false
  326. }
  327. }
  328. ,{
  329. "path" : "pagesFinance/user/confirmBinding",
  330. "style" :
  331. {
  332. "navigationBarTitleText": "",
  333. "enablePullDownRefresh": false
  334. }
  335. },{
  336. "path" : "pagesFinance/user/confirmBindingStep2",
  337. "style" :
  338. {
  339. "navigationBarTitleText": "",
  340. "enablePullDownRefresh": false
  341. }
  342. }
  343. ,{
  344. "path" : "pagesFinance/user/activateResults",
  345. "style" :
  346. {
  347. "navigationBarTitleText": "",
  348. "enablePullDownRefresh": false
  349. }
  350. }
  351. ,{
  352. "path" : "pagesFinance/news/index",
  353. "style" :
  354. {
  355. "navigationBarTitleText": "",
  356. "enablePullDownRefresh": false
  357. }
  358. }
  359. ,{
  360. "name":"核对",
  361. "path" : "pagesFinance/user/withdrawal/businessList",
  362. "style" :
  363. {
  364. "navigationBarTitleText": "",
  365. "enablePullDownRefresh": false
  366. }
  367. }
  368. ,{
  369. "path" : "pagesFinance/user/withdrawal/businessInfo",
  370. "style" :
  371. {
  372. "navigationBarTitleText": "",
  373. "enablePullDownRefresh": false
  374. }
  375. }
  376. ,{
  377. "name":"提现",
  378. "path" : "pagesFinance/user/withdrawal/cashoutInfo",
  379. "style" :
  380. {
  381. "navigationBarTitleText": "",
  382. "enablePullDownRefresh": false
  383. }
  384. },
  385. {
  386. "path" : "pagesFinance/user/withdrawal/cashoutList",
  387. "style" :
  388. {
  389. "navigationBarTitleText": "",
  390. "enablePullDownRefresh": false
  391. }
  392. }
  393. ,{
  394. "path" : "pagesFinance/user/withdrawal/signReceipt",
  395. "style" :
  396. {
  397. "navigationBarTitleText": "",
  398. "enablePullDownRefresh": false
  399. }
  400. } ,{
  401. "path" : "pagesFinance/user/withdrawal/signature",
  402. "style" :
  403. {
  404. "navigationBarTitleText": "",
  405. "enablePullDownRefresh": false
  406. }
  407. }
  408. ,{
  409. "path" : "pagesFinance/user/withdrawal/businessView",
  410. "style" :
  411. {
  412. "navigationBarTitleText": "",
  413. "enablePullDownRefresh": false
  414. }
  415. }
  416. ,{
  417. "path" : "pagesFinance/user/withdrawal/signReceipt",
  418. "style" :
  419. {
  420. "navigationBarTitleText": "",
  421. "enablePullDownRefresh": false
  422. }
  423. },
  424. {
  425. "name": "提现记录",
  426. "path": "pagesFinance/user/withdrawal/withdrawRecord",
  427. "style": {
  428. //"navigationStyle": "custom" // 隐藏系统导航栏
  429. }
  430. },
  431. {
  432. "name": "申请结果",
  433. "path": "pagesFinance/user/withdrawal/applyResult",
  434. "style": {
  435. //"navigationStyle": "custom" // 隐藏系统导航栏
  436. }
  437. }
  438. ,{
  439. "path" : "pagesFinance/user/withdrawal/applicationForWithdrawal",
  440. "style" :
  441. {
  442. "navigationBarTitleText": "",
  443. "enablePullDownRefresh": false
  444. }
  445. }
  446. ,{
  447. "path" : "pagesFinance/user/withdrawal/applicationDetails",
  448. "style" :
  449. {
  450. "navigationBarTitleText": "",
  451. "enablePullDownRefresh": false
  452. }
  453. },{"name":"发票管理",
  454. "path" : "pagesFinance/MyInvoice/invoiceManagement",
  455. "style" :
  456. {
  457. "enablePullDownRefresh": false
  458. }
  459. },{"name":"开具发票",
  460. "path" : "pagesFinance/MyInvoice/issueInvoice",
  461. "style" :
  462. {
  463. "enablePullDownRefresh": false
  464. }
  465. },{"name":"开票说明",
  466. "path" : "pagesFinance/MyInvoice/invioceExplain",
  467. "style" :
  468. {
  469. "enablePullDownRefresh": false
  470. }
  471. },{"name":"开票结果",
  472. "path" : "pagesFinance/MyInvoice/invioceResult",
  473. "style" :
  474. {
  475. "enablePullDownRefresh": false
  476. }
  477. },{"name":"开票详情",
  478. "path" : "pagesFinance/MyInvoice/invoiceDetail",
  479. "style" :
  480. {
  481. "enablePullDownRefresh": false
  482. }
  483. },{"name":"发票预览",
  484. "path" : "pagesFinance/MyInvoice/invoicePreview",
  485. "style" :
  486. {
  487. "enablePullDownRefresh": false
  488. }
  489. },{"name":"发票抬头管理",
  490. "path" : "pagesFinance/MyInvoice/invoiceTitleManagement",
  491. "style" :
  492. {
  493. "enablePullDownRefresh": false
  494. }
  495. },{"name":"编辑发票抬头",
  496. "path" : "pagesFinance/MyInvoice/editInvoiceTitle",
  497. "style" :
  498. {
  499. "enablePullDownRefresh": false
  500. }
  501. },
  502. {
  503. "path" : "pagesFinance/MyInvoice/settlement",
  504. "style" :
  505. {
  506. "navigationBarTitleText" : ""
  507. }
  508. }
  509. ],
  510. "globalStyle": {
  511. "navigationStyle": "custom", // 隐藏系统导航栏
  512. "navigationBarTitleText": "运管中心",
  513. "enablePullDownRefresh": false
  514. }
  515. }