pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^model-(.*)": "@/components/model-$1/model-$1.vue", // 匹配components目录内的vue文件
  6. "^uni-list-i(.*)": "@/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue", // 匹配uni_modules目录的vue文件
  7. "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue", // 匹配uni_modules目录内的vue文件
  8. "^vue-file-(.*)": "packageName/path/to/vue-file-$1.vue", // 匹配node_modules内的vue文件
  9. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  10. }
  11. },
  12. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  13. {
  14. "path": "pages/index/index",
  15. "style": {
  16. "navigationBarTitleText": "大菠萝city",
  17. "app-plus": {
  18. "softinputNavBar": "none",
  19. "titleNView": false
  20. } //取消顶部导航栏
  21. }
  22. },
  23. {
  24. "path": "pages/identify/identify",
  25. "style": {
  26. "navigationBarTitleText": "商户",
  27. "navigationBarBackgroundColor": "#2cb8d4",
  28. "navigationBarTextStyle": "white",
  29. "app-plus": {
  30. "softinputNavBar": "none",
  31. "titleNView": false
  32. } //取消顶部导航栏
  33. }
  34. },
  35. {
  36. "path": "pages/identify/city",
  37. "style": {
  38. "navigationBarTitleText": "选择所在市",
  39. "navigationBarBackgroundColor": "#2cb8d4",
  40. "navigationBarTextStyle": "white",
  41. "app-plus": {
  42. "softinputNavBar": "none",
  43. "titleNView": false
  44. } //取消顶部导航栏
  45. }
  46. },
  47. {
  48. "path": "pages/order/order",
  49. "style": {
  50. "navigationBarTitleText": "订单",
  51. "navigationBarBackgroundColor": "#2cb8d4",
  52. "navigationBarTextStyle": "white",
  53. "app-plus": {
  54. "softinputNavBar": "none",
  55. "titleNView": false
  56. } //取消顶部导航栏
  57. }
  58. },
  59. {
  60. "path": "pages/my/my",
  61. "style": {
  62. "navigationBarTitleText": "我的",
  63. "navigationBarBackgroundColor": "#2cb8d4",
  64. "navigationBarTextStyle": "white",
  65. "app-plus": {
  66. "softinputNavBar": "none",
  67. "titleNView": false
  68. } //取消顶部导航栏
  69. }
  70. },
  71. {
  72. "path": "pages/my/withdraw",
  73. "style": {
  74. "navigationBarTitleText": "提现",
  75. "navigationBarBackgroundColor": "#2cb8d4",
  76. "navigationBarTextStyle": "white",
  77. "app-plus": {
  78. "softinputNavBar": "none",
  79. "titleNView": false
  80. } //取消顶部导航栏
  81. }
  82. },
  83. {
  84. "path": "pages/my/add_blank",
  85. "style": {
  86. "navigationBarTitleText": "绑定银行卡",
  87. "navigationBarBackgroundColor": "#2cb8d4",
  88. "navigationBarTextStyle": "white",
  89. "app-plus": {
  90. "softinputNavBar": "none",
  91. "titleNView": false
  92. } //取消顶部导航栏
  93. }
  94. },
  95. {
  96. "path": "pages/my/history",
  97. "style": {
  98. "navigationBarTitleText": "提现记录",
  99. "navigationBarBackgroundColor": "#2cb8d4",
  100. "navigationBarTextStyle": "white",
  101. "app-plus": {
  102. "softinputNavBar": "none",
  103. "titleNView": false
  104. } //取消顶部导航栏
  105. }
  106. },
  107. {
  108. "path": "pages/my/bill",
  109. "style": {
  110. "navigationBarTitleText": "账单",
  111. "navigationBarBackgroundColor": "#2cb8d4",
  112. "navigationBarTextStyle": "white",
  113. "app-plus": {
  114. "softinputNavBar": "none",
  115. "titleNView": false
  116. } //取消顶部导航栏
  117. }
  118. },
  119. {
  120. "path": "pages/login/wxLogin",
  121. "style": {
  122. "navigationBarTitleText": "",
  123. // "navigationBarBackgroundColor": "#2cb8d4",
  124. // "navigationBarTextStyle": "white",
  125. "app-plus": {
  126. "softinputNavBar": "none",
  127. "titleNView": false
  128. } //取消顶部导航栏
  129. }
  130. },
  131. {
  132. "path": "pages/login/agreement",
  133. "style": {
  134. "navigationBarTitleText": "",
  135. // "navigationBarBackgroundColor": "#2cb8d4",
  136. // "navigationBarTextStyle": "white",
  137. "app-plus": {
  138. "softinputNavBar": "none",
  139. "titleNView": false
  140. } //取消顶部导航栏
  141. }
  142. },
  143. {
  144. "path": "pages/login/privacy",
  145. "style": {
  146. "navigationBarTitleText": "",
  147. // "navigationBarBackgroundColor": "#2cb8d4",
  148. // "navigationBarTextStyle": "white",
  149. "app-plus": {
  150. "softinputNavBar": "none",
  151. "titleNView": false
  152. } //取消顶部导航栏
  153. }
  154. },
  155. {
  156. "path": "pages/index/details",
  157. "style": {
  158. "navigationBarTitleText": "项目详情",
  159. "navigationBarBackgroundColor": "#2cb8d4",
  160. "navigationBarTextStyle": "white",
  161. "app-plus": {
  162. "softinputNavBar": "none",
  163. "titleNView": false
  164. } //取消顶部导航栏
  165. }
  166. },
  167. //商户详情
  168. {
  169. "path": "pages/identify/details",
  170. "style": {
  171. "navigationBarTitleText": "商户",
  172. "navigationBarBackgroundColor": "#2cb8d4",
  173. "enablePullDownRefresh":false,
  174. "navigationBarTextStyle": "white",
  175. "app-plus": {
  176. "softinputNavBar": "none",
  177. "titleNView": false
  178. } //取消顶部导航栏
  179. }
  180. },
  181. //商户认证信息
  182. {
  183. "path": "pages/identify/approve_data",
  184. "style": {
  185. "navigationBarTitleText": "认证信息",
  186. "navigationBarBackgroundColor": "#2cb8d4",
  187. "enablePullDownRefresh":false,
  188. "navigationBarTextStyle": "white",
  189. "app-plus": {
  190. "softinputNavBar": "none",
  191. "titleNView": false
  192. } //取消顶部导航栏
  193. }
  194. },
  195. //支付订单
  196. {
  197. "path": "pages/identify/pay_order",
  198. "style": {
  199. "navigationBarTitleText": "支付订单",
  200. "navigationBarBackgroundColor": "#2cb8d4",
  201. "navigationBarTextStyle": "white",
  202. "app-plus": {
  203. "softinputNavBar": "none",
  204. "titleNView": false
  205. } //取消顶部导航栏
  206. }
  207. },
  208. //订单详情
  209. {
  210. "path": "pages/order/order_detail",
  211. "style": {
  212. "navigationBarTitleText": "订单详情",
  213. "navigationBarBackgroundColor": "#2cb8d4",
  214. "navigationBarTextStyle": "white",
  215. "app-plus": {
  216. "softinputNavBar": "none",
  217. "titleNView": false
  218. } //取消顶部导航栏
  219. }
  220. },
  221. //评价订单
  222. {
  223. "path": "pages/order/comment",
  224. "style": {
  225. "navigationBarTitleText": "评论",
  226. "navigationBarBackgroundColor": "#2cb8d4",
  227. "navigationBarTextStyle": "white",
  228. "app-plus": {
  229. "softinputNavBar": "none",
  230. "titleNView": false
  231. } //取消顶部导航栏
  232. }
  233. },
  234. //添加地址
  235. {
  236. "path": "pages/my/add_address",
  237. "style": {
  238. "navigationBarTitleText": "添加地址",
  239. "navigationBarBackgroundColor": "#2cb8d4",
  240. "navigationBarTextStyle": "white",
  241. "app-plus": {
  242. "softinputNavBar": "none",
  243. "titleNView": false
  244. } //取消顶部导航栏
  245. }
  246. },
  247. //选择地址
  248. {
  249. "path": "pages/my/select_position",
  250. "style": {
  251. "navigationBarTitleText": "选择地址",
  252. "navigationBarBackgroundColor": "#2cb8d4",
  253. "navigationBarTextStyle": "white",
  254. "app-plus": {
  255. "softinputNavBar": "none",
  256. "titleNView": false
  257. } //取消顶部导航栏
  258. }
  259. },
  260. //评论
  261. {
  262. "path": "pages/my/remember",
  263. "style": {
  264. "navigationBarTitleText": "评论商户",
  265. "navigationBarBackgroundColor": "#2cb8d4",
  266. "navigationBarTextStyle": "white",
  267. "app-plus": {
  268. "softinputNavBar": "none",
  269. "titleNView": false
  270. } //取消顶部导航栏
  271. }
  272. },
  273. //商户评论客户
  274. {
  275. "path": "pages/my/js_user",
  276. "style": {
  277. "navigationBarTitleText": "评论客户",
  278. "navigationBarBackgroundColor": "#2cb8d4",
  279. "navigationBarTextStyle": "white",
  280. "app-plus": {
  281. "softinputNavBar": "none",
  282. "titleNView": false
  283. } //取消顶部导航栏
  284. }
  285. },
  286. //收藏
  287. {
  288. "path": "pages/my/collect",
  289. "style": {
  290. "navigationBarTitleText": "我的收藏",
  291. "navigationBarBackgroundColor": "#2cb8d4",
  292. "navigationBarTextStyle": "white",
  293. "app-plus": {
  294. "softinputNavBar": "none",
  295. "titleNView": false
  296. } //取消顶部导航栏
  297. }
  298. },
  299. //我的优惠券
  300. {
  301. "path": "pages/my/coupon",
  302. "style": {
  303. "navigationBarTitleText": "我的优惠券",
  304. "navigationBarBackgroundColor": "#2cb8d4",
  305. "navigationBarTextStyle": "white",
  306. "app-plus": {
  307. "softinputNavBar": "none",
  308. "titleNView": false
  309. } //取消顶部导航栏
  310. }
  311. },
  312. //商户中心
  313. {
  314. "path": "pages/my/engineerCenter",
  315. "style": {
  316. "navigationBarTitleText": "商户中心",
  317. "navigationBarBackgroundColor": "#2cb8d4",
  318. "navigationBarTextStyle": "white",
  319. "app-plus": {
  320. "softinputNavBar": "none",
  321. "titleNView": false
  322. } //取消顶部导航栏
  323. }
  324. },
  325. //招商合作
  326. {
  327. "path": "pages/join/teamwork",
  328. "style": {
  329. "navigationBarTitleText": "招商合作",
  330. "navigationBarBackgroundColor": "#2cb8d4",
  331. "navigationBarTextStyle": "white",
  332. "app-plus": {
  333. "softinputNavBar": "none",
  334. "titleNView": false
  335. } //取消顶部导航栏
  336. }
  337. },
  338. //商户入住
  339. {
  340. "path": "pages/join/first_join",
  341. "style": {
  342. "navigationBarTitleText": "商户入驻",
  343. "navigationBarBackgroundColor": "#2cb8d4",
  344. "navigationBarTextStyle": "white",
  345. "app-plus": {
  346. "softinputNavBar": "none",
  347. "titleNView": false
  348. } //取消顶部导航栏
  349. }
  350. },
  351. //编辑资料
  352. {
  353. "path": "pages/my/indent",
  354. "style": {
  355. "navigationBarTitleText": "编辑资料",
  356. "navigationBarBackgroundColor": "#2cb8d4",
  357. "navigationBarTextStyle": "white",
  358. "app-plus": {
  359. "softinputNavBar": "none",
  360. "titleNView": false
  361. } //取消顶部导航栏
  362. }
  363. },
  364. //免车费
  365. {
  366. "path": "pages/my/free_fare",
  367. "style": {
  368. "navigationBarTitleText": "免车费设置",
  369. "navigationBarBackgroundColor": "#2cb8d4",
  370. "navigationBarTextStyle": "white",
  371. "app-plus": {
  372. "softinputNavBar": "none",
  373. "titleNView": false
  374. } //取消顶部导航栏
  375. }
  376. },
  377. //商户订单
  378. {
  379. "path": "pages/my/js_order",
  380. "style": {
  381. "navigationBarTitleText": "订单",
  382. "navigationBarBackgroundColor": "#2cb8d4",
  383. "navigationBarTextStyle": "white",
  384. "app-plus": {
  385. "softinputNavBar": "none",
  386. "titleNView": false
  387. } //取消顶部导航栏
  388. }
  389. },
  390. //投诉举报
  391. {
  392. "path": "pages/join/feedback",
  393. "style": {
  394. "navigationBarTitleText": "投诉举报",
  395. "navigationBarBackgroundColor": "#2cb8d4",
  396. "navigationBarTextStyle": "white",
  397. "app-plus": {
  398. "softinputNavBar": "none",
  399. "titleNView": false
  400. } //取消顶部导航栏
  401. }
  402. },
  403. //充值
  404. {
  405. "path": "pages/my/pay",
  406. "style": {
  407. "navigationBarTitleText": "充值",
  408. "navigationBarBackgroundColor": "#2cb8d4",
  409. "navigationBarTextStyle": "white",
  410. "app-plus": {
  411. "softinputNavBar": "none",
  412. "titleNView": false
  413. } //取消顶部导航栏
  414. }
  415. }, {
  416. "path": "uni_modules/uni-pay/pages/success/success",
  417. "style": {
  418. "backgroundColor": "#F8F8F8",
  419. "navigationBarTitleText": "支付成功"
  420. }
  421. }, {
  422. "path": "uni_modules/uni-pay/pages/ad-interactive-webview/ad-interactive-webview",
  423. "style": {
  424. "backgroundColor": "#F8F8F8",
  425. "navigationBarTitleText": "ad"
  426. }
  427. }, {
  428. "path": "uni_modules/uni-pay/pages/pay-desk/pay-desk",
  429. "style": {
  430. "backgroundColor": "#F8F8F8",
  431. "navigationBarTitleText": "收银台"
  432. }
  433. },
  434. {
  435. "path" : "components/select_time",
  436. "style" :
  437. {
  438. "navigationBarTitleText" : ""
  439. }
  440. }
  441. ],
  442. "globalStyle": {
  443. "navigationBarTextStyle": "black",
  444. "navigationBarTitleText": "uni-app",
  445. "navigationBarBackgroundColor": "#F8F8F8",
  446. "backgroundColor": "#F8F8F8"
  447. },
  448. "tabBar": {
  449. "color": "#ADB4B8",
  450. "selectedColor": "#333333",
  451. "backgroundColor": "#FFFFFF",
  452. "list": [{
  453. "text": "首页",
  454. "pagePath": "pages/index/index",
  455. "iconPath": "static/identify/index.png",
  456. "selectedIconPath": "static/identify/index-cur.png"
  457. },
  458. {
  459. "text": "商户",
  460. "pagePath": "pages/identify/identify",
  461. "iconPath": "static/identify/people.png",
  462. "selectedIconPath": "static/identify/people-cur.png"
  463. },
  464. {
  465. "text": "订单",
  466. "pagePath": "pages/order/order",
  467. "iconPath": "static/identify/order.png",
  468. "selectedIconPath": "static/identify/order-cur.png"
  469. },
  470. {
  471. "text": "我的",
  472. "pagePath": "pages/my/my",
  473. "iconPath": "static/identify/mine.png",
  474. "selectedIconPath": "static/identify/mine-cur.png"
  475. }
  476. ]
  477. },
  478. "uniIdRouter": {}
  479. }