pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  1. {
  2. "easycom": {
  3. // 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
  4. // 下载安装方式
  5. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  6. // npm安装方式
  7. // "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  8. "^x-(.*)": "@/components/x-$1.vue"
  9. },
  10. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "广告页",
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/index/home",
  20. "style": {
  21. "navigationBarTitleText": "首页",
  22. "navigationStyle": "custom",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/index/wenzhang",
  28. "style": {
  29. "navigationBarTitleText": "",
  30. "navigationBarBackgroundColor": "#00a3a0",
  31. "navigationBarTextStyle": "white"
  32. }
  33. },
  34. {
  35. "path": "pages/mine/all-tips",
  36. "style": {
  37. "navigationBarTitleText": "",
  38. "navigationBarBackgroundColor": "#00a3a0",
  39. "navigationBarTextStyle": "white"
  40. }
  41. },
  42. {
  43. "path": "pages/mine/xiaoxi-info",
  44. "style": {
  45. "navigationBarTitleText": "消息详情",
  46. "navigationBarBackgroundColor": "#00a3a0",
  47. "navigationBarTextStyle": "white"
  48. }
  49. },
  50. {
  51. "path": "pages/index/paotui",
  52. "style": {
  53. "navigationBarTitleText": "跑腿服务",
  54. "navigationBarBackgroundColor": "#00a3a0",
  55. "navigationBarTextStyle": "white"
  56. }
  57. },
  58. {
  59. "path": "pages/index/daijia",
  60. "style": {
  61. "navigationBarTitleText": "代驾服务",
  62. "navigationBarBackgroundColor": "#00a3a0",
  63. "navigationBarTextStyle": "white"
  64. }
  65. },
  66. {
  67. "path": "pages/order/order-info",
  68. "style": {
  69. "navigationBarTitleText": "",
  70. "navigationBarBackgroundColor": "#00a3a0",
  71. "navigationBarTextStyle": "white"
  72. }
  73. },
  74. {
  75. "path": "pages/order/jindu",
  76. "style": {
  77. "navigationBarTitleText": "",
  78. "navigationBarBackgroundColor": "#00a3a0",
  79. "navigationBarTextStyle": "white"
  80. }
  81. },
  82. {
  83. "path": "pages/order/fuwu-orderinfo",
  84. "style": {
  85. "navigationBarTitleText": "",
  86. "navigationBarBackgroundColor": "#00a3a0",
  87. "navigationBarTextStyle": "white"
  88. }
  89. },
  90. {
  91. "path": "pages/index/change-address",
  92. "style": {
  93. "navigationBarTitleText": "选择地址",
  94. "navigationBarBackgroundColor": "#00a3a0",
  95. "navigationBarTextStyle": "white"
  96. }
  97. },
  98. {
  99. "path": "pages/index/weixiu",
  100. "style": {
  101. "navigationBarTitleText": "水电服务",
  102. "navigationBarBackgroundColor": "#00a3a0",
  103. "navigationBarTextStyle": "white"
  104. }
  105. },
  106. {
  107. "path": "pages/index/other-tabs",
  108. "style": {
  109. "navigationBarTitleText": "其他服务",
  110. "navigationBarBackgroundColor": "#00a3a0",
  111. "navigationBarTextStyle": "white"
  112. }
  113. },
  114. {
  115. "path": "pages/mine/forget",
  116. "style": {
  117. "navigationBarTitleText": "找回密码",
  118. "navigationBarBackgroundColor": "#00a3a0",
  119. "navigationBarTextStyle": "white"
  120. }
  121. },
  122. {
  123. "path": "pages/order/order",
  124. "style": {
  125. "navigationBarTitleText": "订单",
  126. "navigationStyle": "custom",
  127. "navigationBarTextStyle": "white",
  128. "enablePullDownRefresh": true
  129. }
  130. },
  131. {
  132. "path": "pages/fuwu/fuwu",
  133. "style": {
  134. "navigationBarTitleText": "小马服务商",
  135. "navigationStyle": "custom",
  136. "navigationBarTextStyle": "white",
  137. "enablePullDownRefresh": true
  138. }
  139. },
  140. {
  141. "path": "pages/mine/more-fuwu",
  142. "style": {
  143. "navigationBarTitleText": "开通服务",
  144. "navigationBarTextStyle": "white",
  145. "navigationBarBackgroundColor": "#00a3a0"
  146. }
  147. },
  148. {
  149. "path": "pages/mine/kaitong-fuwu",
  150. "style": {
  151. "navigationBarTitleText": "开通服务",
  152. "navigationBarTextStyle": "white",
  153. "navigationBarBackgroundColor": "#00a3a0"
  154. }
  155. },
  156. {
  157. "path": "pages/mine/mine",
  158. "style": {
  159. "navigationBarTitleText": "我的",
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "pages/shop/shop-orderinfo",
  165. "style": {
  166. "navigationBarTitleText": "订单",
  167. "navigationBarTextStyle":"white",
  168. "navigationBarBackgroundColor": "#00a3a0"
  169. }
  170. },
  171. {
  172. "path": "pages/shop/shop-order",
  173. "style": {
  174. "navigationBarTitleText": "店铺订单",
  175. "navigationStyle": "custom",
  176. "navigationBarTextStyle":"white",
  177. "enablePullDownRefresh": true
  178. }
  179. },
  180. {
  181. "path": "pages/shop/myshop",
  182. "style": {
  183. "navigationBarTitleText": "我的店铺",
  184. "navigationStyle": "custom",
  185. "navigationBarTextStyle":"white"
  186. }
  187. },
  188. {
  189. "path": "pages/shop/shop",
  190. "style": {
  191. "navigationBarTitleText": "商城",
  192. "navigationStyle": "custom",
  193. "enablePullDownRefresh": true
  194. }
  195. },
  196. {
  197. "path": "pages/shop/search",
  198. "style": {
  199. "navigationBarTitleText": "商品搜索",
  200. "navigationBarBackgroundColor": "#00a3a0",
  201. "navigationBarTextStyle": "white",
  202. "enablePullDownRefresh": true
  203. }
  204. },
  205. {
  206. "path": "pages/shop/xiadan",
  207. "style": {
  208. "navigationBarTitleText": "确定下单",
  209. "navigationBarBackgroundColor": "#00a3a0",
  210. "navigationBarTextStyle": "white"
  211. }
  212. },
  213. {
  214. "path": "pages/shop/goods-info",
  215. "style": {
  216. "navigationBarTitleText": "商品详情",
  217. "navigationBarTextStyle": "white",
  218. "navigationStyle": "custom"
  219. }
  220. },
  221. {
  222. "path": "pages/mine/login",
  223. "style": {
  224. "navigationBarTitleText": "登录",
  225. "navigationBarBackgroundColor": "#E3F7F0"
  226. }
  227. },
  228. {
  229. "path": "pages/mine/login-wx",
  230. "style": {
  231. "navigationBarTitleText": "登录",
  232. "navigationBarBackgroundColor": "#E3F7F0"
  233. }
  234. },
  235. {
  236. "path": "pages/mine/address-list",
  237. "style": {
  238. "navigationBarTitleText": "地址管理",
  239. "navigationBarBackgroundColor": "#00a3a0",
  240. "navigationBarTextStyle": "white",
  241. "enablePullDownRefresh": true
  242. }
  243. },
  244. {
  245. "path": "pages/mine/address-set",
  246. "style": {
  247. "navigationBarTitleText": "地址管理",
  248. "navigationBarBackgroundColor": "#00a3a0",
  249. "navigationBarTextStyle": "white"
  250. }
  251. },
  252. {
  253. "path": "pages/mine/setting",
  254. "style": {
  255. "navigationBarTitleText": "应用设置",
  256. "navigationBarBackgroundColor": "#00a3a0",
  257. "navigationBarTextStyle": "white"
  258. }
  259. },
  260. {
  261. "path": "pages/mine/bangding",
  262. "style": {
  263. "navigationBarTitleText": "绑定手机号",
  264. "navigationBarBackgroundColor": "#00a3a0",
  265. "navigationBarTextStyle": "white"
  266. }
  267. },
  268. {
  269. "path": "pages/mine/change-tel",
  270. "style": {
  271. "navigationBarTitleText": "更换手机绑定",
  272. "navigationBarBackgroundColor": "#00a3a0",
  273. "navigationBarTextStyle": "white"
  274. }
  275. },
  276. {
  277. "path": "pages/mine/change-pwd",
  278. "style": {
  279. "navigationBarTitleText": "设置密码",
  280. "navigationBarBackgroundColor": "#00a3a0",
  281. "navigationBarTextStyle": "white"
  282. }
  283. },
  284. {
  285. "path": "pages/mine/anquan",
  286. "style": {
  287. "navigationBarTitleText": "帐号安全",
  288. "navigationBarBackgroundColor": "#00a3a0",
  289. "navigationBarTextStyle": "white"
  290. }
  291. },
  292. {
  293. "path": "pages/mine/tel-list",
  294. "style": {
  295. "navigationBarTitleText": "设置手机号密码",
  296. "navigationBarBackgroundColor": "#00a3a0",
  297. "navigationBarTextStyle": "white",
  298. "enablePullDownRefresh": true
  299. }
  300. },
  301. {
  302. "path": "pages/mine/tel-add",
  303. "style": {
  304. "navigationBarTitleText": "设置手机号",
  305. "navigationBarBackgroundColor": "#00a3a0",
  306. "navigationBarTextStyle": "white"
  307. }
  308. },
  309. {
  310. "path": "pages/mine/wenda-list",
  311. "style": {
  312. "navigationBarTitleText": "设置找回密码问答",
  313. "navigationBarBackgroundColor": "#00a3a0",
  314. "navigationBarTextStyle": "white",
  315. "enablePullDownRefresh": true
  316. }
  317. },
  318. {
  319. "path": "pages/mine/wenda-add",
  320. "style": {
  321. "navigationBarTitleText": "设置问答",
  322. "navigationBarBackgroundColor": "#00a3a0",
  323. "navigationBarTextStyle": "white"
  324. }
  325. },
  326. {
  327. "path": "pages/mine/forget-tel",
  328. "style": {
  329. "navigationBarTitleText": "找回密码",
  330. "navigationBarBackgroundColor": "#00a3a0",
  331. "navigationBarTextStyle": "white"
  332. }
  333. },
  334. {
  335. "path": "pages/mine/forget-tel1",
  336. "style": {
  337. "navigationBarTitleText": "找回密码",
  338. "navigationBarBackgroundColor": "#00a3a0",
  339. "navigationBarTextStyle": "white"
  340. }
  341. },
  342. {
  343. "path": "pages/mine/xiaoxi",
  344. "style": {
  345. "navigationBarTitleText": "消息管理",
  346. "navigationBarBackgroundColor": "#00a3a0",
  347. "navigationBarTextStyle": "white",
  348. "enablePullDownRefresh": true
  349. }
  350. },
  351. {
  352. "path": "pages/mine/yaoqing",
  353. "style": {
  354. "navigationBarTitleText": "用户邀请码",
  355. "navigationBarBackgroundColor": "#00a3a0",
  356. "navigationBarTextStyle": "white"
  357. }
  358. },
  359. {
  360. "path": "pages/mine/yaoqing-user",
  361. "style": {
  362. "navigationBarTitleText": "已邀请用户",
  363. "navigationBarBackgroundColor": "#00a3a0",
  364. "navigationBarTextStyle": "white",
  365. "enablePullDownRefresh": true
  366. }
  367. },
  368. {
  369. "path": "pages/mine/userinfo",
  370. "style": {
  371. "navigationBarTitleText": "账号设置",
  372. "navigationBarBackgroundColor": "#00a3a0",
  373. "navigationBarTextStyle": "white"
  374. }
  375. },
  376. {
  377. "path": "pages/mine/fuwu-info",
  378. "style": {
  379. "navigationBarTitleText": "身份资料",
  380. "navigationBarBackgroundColor": "#00a3a0",
  381. "navigationBarTextStyle": "white"
  382. }
  383. },
  384. {
  385. "path": "pages/mine/forget-wen",
  386. "style": {
  387. "navigationBarTitleText": "找回密码",
  388. "navigationBarBackgroundColor": "#00a3a0",
  389. "navigationBarTextStyle": "white"
  390. }
  391. },
  392. {
  393. "path": "pages/mine/forget-wen1",
  394. "style": {
  395. "navigationBarTitleText": "找回密码",
  396. "navigationBarBackgroundColor": "#00a3a0",
  397. "navigationBarTextStyle": "white"
  398. }
  399. },
  400. {
  401. "path": "pages/mine/login-code",
  402. "style": {
  403. "navigationBarTitleText": "短信注册/登录",
  404. "navigationBarBackgroundColor": "#E3F7F0"
  405. }
  406. }
  407. ],
  408. "globalStyle": {
  409. "navigationBarTextStyle": "black",
  410. "navigationBarTitleText": "uni-app",
  411. "navigationBarBackgroundColor": "#F8F8F8",
  412. "backgroundColor": "#F8F8F8"
  413. },
  414. "tabBar": {
  415. "color": "#D7D7D7",
  416. "selectedColor": "#FFFFFF",
  417. "backgroundColor": "#00a3a0",
  418. "list": [{
  419. // "iconPath": "static/images/index1.png",
  420. // "selectedIconPath": "static/images/index.png",
  421. "pagePath": "pages/index/home"
  422. // "text": "主页"
  423. },
  424. {
  425. // "iconPath": "static/images/order1.png",
  426. // "selectedIconPath": "static/images/order.png",
  427. "pagePath": "pages/order/order"
  428. // "text": "订单"
  429. },
  430. {
  431. // "iconPath": "static/images/shop1.png",
  432. // "selectedIconPath": "static/images/shop.png",
  433. "pagePath": "pages/shop/shop"
  434. // "text": "商城"
  435. },
  436. {
  437. // "iconPath": "static/images/mine1.png",
  438. // "selectedIconPath": "static/images/mine.png",
  439. "pagePath": "pages/mine/mine"
  440. // "text": "我的"
  441. }
  442. ]
  443. }
  444. }