pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  8. }
  9. },
  10. "pages": [
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "首页",
  15. "navigationBarBackgroundColor": "#ffe079",
  16. "navigationBarTextStyle": "black",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/mall/dapan",
  22. "style": {
  23. "navigationBarBackgroundColor": "#ffe079",
  24. "navigationBarTextStyle": "white",
  25. "navigationBarTitleText": "大盘"
  26. }
  27. },
  28. {
  29. "path": "pages/user/index",
  30. "style": {
  31. "navigationBarTitleText": "个人中心",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/change_password/change_password",
  37. "style": {
  38. "navigationBarTitleText": "修改密码",
  39. "navigationBarBackgroundColor": "#ffe079",
  40. "navigationBarTextStyle": "black",
  41. "enablePullDownRefresh": false
  42. }
  43. },
  44. {
  45. "path": "pages/order_addcart/order_addcart",
  46. "style": {
  47. "navigationBarTitleText": "购物车",
  48. "navigationBarBackgroundColor": "#fff",
  49. "navigationBarTextStyle": "black"
  50. }
  51. },
  52. {
  53. "path": "pages/goods_cate/goods_cate",
  54. "style": {
  55. "navigationBarTitleText": "商品分类",
  56. "navigationBarBackgroundColor": "#fff",
  57. "navigationBarTextStyle": "black"
  58. }
  59. },
  60. {
  61. "path": "pages/order_list/index",
  62. "style": {
  63. "navigationBarTitleText": "我的订单",
  64. "navigationBarBackgroundColor": "#ffe079",
  65. "navigationBarTextStyle": "black"
  66. }
  67. },
  68. {
  69. "path": "pages/order_details/index",
  70. "style": {
  71. "navigationBarTitleText": "订单详情",
  72. "navigationBarBackgroundColor": "#ffe079",
  73. "navigationBarTextStyle": "black",
  74. "app-plus": {
  75. // #ifdef APP-PLUS
  76. "titleNView": {
  77. "type": "default"
  78. }
  79. // #endif
  80. }
  81. }
  82. },
  83. {
  84. "path": "pages/order_pay_status/index",
  85. "style": {
  86. "navigationBarTitleText": "支付成功",
  87. "navigationBarBackgroundColor": "#FFFFFF",
  88. "navigationBarTextStyle": "black"
  89. }
  90. },
  91. {
  92. "path": "pages/merchantCenter/index",
  93. "style": {
  94. "navigationBarTitleText": "门店主页",
  95. "navigationBarBackgroundColor": "#ffe079",
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "pages/webview/index",
  101. "style": {
  102. "navigationBarTitleText": "服务",
  103. "navigationBarBackgroundColor": "#ffe079",
  104. "navigationBarTextStyle": "black"
  105. }
  106. }
  107. ],
  108. "subPackages": [
  109. {
  110. "root": "pages/users",
  111. "name": "users",
  112. "pages": [
  113. {
  114. "path": "login/index",
  115. "style": {
  116. "navigationBarTitleText": "登录",
  117. "navigationBarBackgroundColor": "#ffe079",
  118. "navigationBarTextStyle": "black",
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "app_login/index",
  124. "style": {
  125. "navigationBarTitleText": "绑定手机号",
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "wechat_login/index",
  131. "style": {
  132. "navigationBarTitleText": "登录"
  133. }
  134. },
  135. {
  136. "path": "my_merchant/index",
  137. "style": {
  138. "navigationBarTitleText": "我的商家",
  139. "navigationBarBackgroundColor": "#FFE079",
  140. "navigationBarTextStyle": "black"
  141. }
  142. },
  143. {
  144. "path": "share/index",
  145. "style": {
  146. "navigationBarTitleText": "成为门店会员",
  147. "navigationBarBackgroundColor": "#ffffff",
  148. "navigationBarTextStyle": "black"
  149. }
  150. },
  151. {
  152. "path": "card_page/index",
  153. "style": {
  154. "navigationBarTitleText": "卡包管理",
  155. "navigationBarBackgroundColor": "#ffe079",
  156. "navigationBarTextStyle": "black",
  157. "app-plus": {
  158. // #ifdef APP-PLUS
  159. "titleNView": {
  160. "type": "default"
  161. }
  162. // #endif
  163. }
  164. }
  165. },
  166. {
  167. "path": "card_page/create",
  168. "style": {
  169. "navigationBarTitleText": "卡包编辑",
  170. "navigationBarBackgroundColor": "#ffe079",
  171. "navigationBarTextStyle": "black",
  172. "app-plus": {
  173. // #ifdef APP-PLUS
  174. "titleNView": {
  175. "type": "default"
  176. }
  177. // #endif
  178. }
  179. }
  180. },
  181. {
  182. "path": "user_address_list/index",
  183. "style": {
  184. "navigationBarTitleText": "地址管理",
  185. "navigationBarBackgroundColor": "#ffe079",
  186. "navigationBarTextStyle": "black",
  187. "app-plus": {
  188. // #ifdef APP-PLUS
  189. "titleNView": {
  190. "type": "default"
  191. }
  192. // #endif
  193. }
  194. }
  195. },
  196. {
  197. "path": "user_address/index",
  198. "style": {
  199. "navigationBarTitleText": "添加地址",
  200. "navigationBarBackgroundColor": "#ffe079",
  201. "navigationBarTextStyle": "black",
  202. "app-plus": {
  203. // #ifdef APP-PLUS
  204. "titleNView": {
  205. "type": "default"
  206. }
  207. // #endif
  208. }
  209. }
  210. },
  211. {
  212. "path": "order_confirm/index",
  213. "style": {
  214. "navigationBarTitleText": "提交订单",
  215. "navigationBarBackgroundColor": "#ffe079",
  216. "navigationBarTextStyle": "black"
  217. }
  218. },
  219. {
  220. "path": "browsing_history/index",
  221. "style": {
  222. "navigationBarTitleText": "浏览足迹",
  223. "navigationBarBackgroundColor": "#fff",
  224. "navigationBarTextStyle": "black"
  225. }
  226. },
  227. // {
  228. // "path": "user_asset/stock_in/stock_in",
  229. // "style": {
  230. // "navigationBarTitleText": "补仓",
  231. // "navigationBarBackgroundColor": "#fff",
  232. // "navigationBarTextStyle": "black"
  233. // }
  234. // },
  235. // {
  236. // "path": "user_asset/asset_info/asset_info",
  237. // "style": {
  238. // "navigationBarTitleText": "资产明细",
  239. // "navigationBarBackgroundColor": "#fff",
  240. // "navigationBarTextStyle": "black"
  241. // }
  242. // },
  243. // {
  244. // "path": "user_asset/record_list/record_list",
  245. // "style": {
  246. // "navigationBarTitleText": "交易明细",
  247. // "navigationBarBackgroundColor": "#fff",
  248. // "navigationBarTextStyle": "black"
  249. // }
  250. // },
  251. {
  252. "path": "user_return_list/index",
  253. "style": {
  254. "navigationBarTitleText": "退货列表",
  255. "navigationBarBackgroundColor": "#ffe079",
  256. "navigationBarTextStyle": "black",
  257. "app-plus": {
  258. // #ifdef APP-PLUS
  259. "titleNView": {
  260. "type": "default"
  261. }
  262. // #endif
  263. }
  264. }
  265. },
  266. {
  267. "path": "vault/index",
  268. "style": {
  269. "navigationBarTitleText": "钱包",
  270. "navigationBarBackgroundColor": "#ffe079",
  271. "navigationBarTextStyle": "black"
  272. }
  273. },
  274. {
  275. "path": "user_goods_collection/index",
  276. "style": {
  277. "navigationBarTitleText": "收藏商品",
  278. "navigationBarBackgroundColor": "#ffe079",
  279. "navigationBarTextStyle": "black"
  280. }
  281. },
  282. {
  283. "path": "VIP/VIP",
  284. "style": {
  285. "navigationBarTitleText": "VIP权益",
  286. "navigationBarBackgroundColor": "#2f2e3e",
  287. "navigationBarTextStyle": "white"
  288. }
  289. },
  290. {
  291. "path": "SVIP/SVIP",
  292. "style": {
  293. "navigationBarTitleText": "SVIP权益",
  294. "navigationBarBackgroundColor": "#212121",
  295. "navigationBarTextStyle": "white"
  296. }
  297. },
  298. {
  299. "path": "personal_info/personal_info",
  300. "style": {
  301. "navigationBarTitleText": "个人资料",
  302. "navigationBarBackgroundColor": "#ffe079",
  303. "navigationBarTextStyle": "black",
  304. "enablePullDownRefresh": false
  305. }
  306. },
  307. {
  308. "path": "goods_return/index",
  309. "style": {
  310. "navigationBarTitleText": "申请退货",
  311. "navigationBarBackgroundColor": "#ffe079",
  312. "navigationBarTextStyle": "black",
  313. "app-plus": {
  314. // #ifdef APP-PLUS
  315. "titleNView": {
  316. "type": "default"
  317. }
  318. // #endif
  319. }
  320. }
  321. },
  322. {
  323. "path": "goods_logistics/index",
  324. "style": {
  325. "navigationBarTitleText": "物流信息",
  326. "navigationBarBackgroundColor": "#ffe079",
  327. "navigationBarTextStyle": "black",
  328. "app-plus": {
  329. // #ifdef APP-PLUS
  330. "titleNView": {
  331. "type": "default"
  332. }
  333. // #endif
  334. }
  335. }
  336. }
  337. ]
  338. },
  339. {
  340. "root": "pages/merchantCenters",
  341. "name": "merchantCenters",
  342. "pages": [
  343. {
  344. "path": "merchant",
  345. "style": {
  346. "navigationBarTitleText": "商家主页",
  347. "navigationBarBackgroundColor": "#ffffff",
  348. "navigationBarTextStyle": "black",
  349. "enablePullDownRefresh": false
  350. }
  351. },
  352. {
  353. "path": "postInformation",
  354. "style": {
  355. "navigationBarTitleText": "发布商品",
  356. "navigationBarBackgroundColor": "#ffffff",
  357. "navigationBarTextStyle": "black"
  358. }
  359. },
  360. {
  361. "path": "productManagement",
  362. "style": {
  363. "navigationBarTitleText": "商品管理",
  364. "navigationBarBackgroundColor": "#ffffff",
  365. "navigationBarTextStyle": "black"
  366. }
  367. },
  368. {
  369. "path": "releaseProduct",
  370. "style": {
  371. "navigationBarTitleText": "发布商品",
  372. "navigationBarBackgroundColor": "#ffffff",
  373. "navigationBarTextStyle": "black"
  374. }
  375. },
  376. {
  377. "path": "productCenter",
  378. "style": {
  379. "navigationBarTitleText": "产品中心",
  380. "navigationBarBackgroundColor": "#ffffff",
  381. "navigationBarTextStyle": "black"
  382. }
  383. }
  384. ]
  385. },
  386. {
  387. "root": "pages/goods",
  388. "name": "goods",
  389. "pages": [
  390. {
  391. "path": "goods_details/index",
  392. "style": {
  393. "navigationStyle": "custom",
  394. "navigationBarTextStyle": "black"
  395. }
  396. },
  397. {
  398. "path": "goods_search/index",
  399. "style": {
  400. "navigationBarBackgroundColor": "#FFE079",
  401. "navigationBarTitleText": "搜索商品",
  402. "navigationBarTextStyle": "black"
  403. }
  404. }
  405. ]
  406. }
  407. ],
  408. "globalStyle": {
  409. "navigationBarBackgroundColor": "#F8F8F8",
  410. "navigationBarTextStyle": "black",
  411. "navigationBarTitleText": "水贝商城",
  412. "backgroundColor": "#ffe079"
  413. },
  414. "tabBar": {
  415. "color": "#999999",
  416. "selectedColor": "#F8C008",
  417. "borderStyle": "black",
  418. "backgroundColor": "#ffffff",
  419. "list": [
  420. {
  421. "pagePath": "pages/index/index",
  422. "iconPath": "static/images/tabbar/1-001.png",
  423. "selectedIconPath": "static/images/tabbar/1-003.png",
  424. "text": "首页"
  425. },
  426. {
  427. "pagePath": "pages/goods_cate/goods_cate",
  428. "iconPath": "static/images/2-001.png",
  429. "selectedIconPath": "static/images/2-003.png",
  430. "text": "分类"
  431. },
  432. {
  433. "pagePath": "pages/order_addcart/order_addcart",
  434. "iconPath": "static/images/tabbar/3-001.png",
  435. "selectedIconPath": "static/images/tabbar/3-003.png",
  436. "text": "购物车"
  437. },
  438. {
  439. "pagePath": "pages/user/index",
  440. "iconPath": "static/images/tabbar/4-001.png",
  441. "selectedIconPath": "static/images/tabbar/4-003.png",
  442. "text": "我的"
  443. }
  444. ]
  445. },
  446. "uniIdRouter": {}
  447. }