pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  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": "#000000",
  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": "H5服务",
  103. "navigationBarBackgroundColor": "#ffe079",
  104. "navigationBarTextStyle": "black"
  105. }
  106. }
  107. ],
  108. "subPackages": [
  109. {
  110. "root": "pages/users",
  111. "name": "users",
  112. "pages": [
  113. {
  114. "path": "order_list/index",
  115. "style": {
  116. "navigationBarTitleText": "我的订单",
  117. "navigationBarBackgroundColor": "#e93323",
  118. "navigationBarTextStyle": "black"
  119. }
  120. },
  121. {
  122. "path": "login/index",
  123. "style": {
  124. "navigationBarTitleText": "登录",
  125. "navigationBarBackgroundColor": "#ffe079",
  126. "navigationBarTextStyle": "black"
  127. }
  128. },
  129. {
  130. "path": "app_login/index",
  131. "style": {
  132. "navigationBarTitleText": "绑定手机号",
  133. "navigationStyle": "custom"
  134. }
  135. },
  136. {
  137. "path": "wechat_login/index",
  138. "style": {
  139. "navigationBarTitleText": "登录"
  140. }
  141. },
  142. {
  143. "path": "my_merchant/index",
  144. "style": {
  145. "navigationBarTitleText": "我的商家",
  146. "navigationBarBackgroundColor": "#FFE079",
  147. "navigationBarTextStyle": "black"
  148. }
  149. },
  150. {
  151. "path": "share/index",
  152. "style": {
  153. "navigationBarTitleText": "成为门店会员",
  154. "navigationBarBackgroundColor": "#ffffff",
  155. "navigationBarTextStyle": "black"
  156. }
  157. },
  158. {
  159. "path": "card_page/index",
  160. "style": {
  161. "navigationBarTitleText": "卡包管理",
  162. "navigationBarBackgroundColor": "#ffe079",
  163. "navigationBarTextStyle": "black",
  164. "app-plus": {
  165. // #ifdef APP-PLUS
  166. "titleNView": {
  167. "type": "default"
  168. }
  169. // #endif
  170. }
  171. }
  172. },
  173. {
  174. "path": "card_page/create",
  175. "style": {
  176. "navigationBarTitleText": "卡包编辑",
  177. "navigationBarBackgroundColor": "#ffe079",
  178. "navigationBarTextStyle": "black",
  179. "app-plus": {
  180. // #ifdef APP-PLUS
  181. "titleNView": {
  182. "type": "default"
  183. }
  184. // #endif
  185. }
  186. }
  187. },
  188. {
  189. "path": "user_address_list/index",
  190. "style": {
  191. "navigationBarTitleText": "地址管理",
  192. "navigationBarBackgroundColor": "#ffe079",
  193. "navigationBarTextStyle": "black",
  194. "app-plus": {
  195. // #ifdef APP-PLUS
  196. "titleNView": {
  197. "type": "default"
  198. }
  199. // #endif
  200. }
  201. }
  202. },
  203. {
  204. "path": "user_address/index",
  205. "style": {
  206. "navigationBarTitleText": "添加地址",
  207. "navigationBarBackgroundColor": "#ffe079",
  208. "navigationBarTextStyle": "black",
  209. "app-plus": {
  210. // #ifdef APP-PLUS
  211. "titleNView": {
  212. "type": "default"
  213. }
  214. // #endif
  215. }
  216. }
  217. },
  218. {
  219. "path": "order_confirm/index",
  220. "style": {
  221. "navigationBarTitleText": "提交订单",
  222. "navigationBarBackgroundColor": "#ffe079",
  223. "navigationBarTextStyle": "black"
  224. }
  225. },
  226. {
  227. "path": "browsing_history/index",
  228. "style": {
  229. "navigationBarTitleText": "浏览足迹",
  230. "navigationBarBackgroundColor": "#fff",
  231. "navigationBarTextStyle": "black"
  232. }
  233. },
  234. {
  235. "path": "user_asset/stock_in/stock_in",
  236. "style": {
  237. "navigationBarTitleText": "补仓",
  238. "navigationBarBackgroundColor": "#fff",
  239. "navigationBarTextStyle": "black"
  240. }
  241. },
  242. {
  243. "path": "user_asset/asset_info/asset_info",
  244. "style": {
  245. "navigationBarTitleText": "资产明细",
  246. "navigationBarBackgroundColor": "#fff",
  247. "navigationBarTextStyle": "black"
  248. }
  249. },
  250. {
  251. "path": "user_asset/record_list/record_list",
  252. "style": {
  253. "navigationBarTitleText": "交易明细",
  254. "navigationBarBackgroundColor": "#fff",
  255. "navigationBarTextStyle": "black"
  256. }
  257. },
  258. {
  259. "path": "user_return_list/index",
  260. "style": {
  261. "navigationBarTitleText": "退货列表",
  262. "navigationBarBackgroundColor": "#ffe079",
  263. "navigationBarTextStyle": "black",
  264. "app-plus": {
  265. // #ifdef APP-PLUS
  266. "titleNView": {
  267. "type": "default"
  268. }
  269. // #endif
  270. }
  271. }
  272. },
  273. {
  274. "path": "vault/index",
  275. "style": {
  276. "navigationBarTitleText": "钱包",
  277. "navigationBarBackgroundColor": "#ffe079",
  278. "navigationBarTextStyle": "black"
  279. }
  280. },
  281. {
  282. "path": "user_goods_collection/index",
  283. "style": {
  284. "navigationBarTitleText": "收藏商品",
  285. "navigationBarBackgroundColor": "#ffe079",
  286. "navigationBarTextStyle": "black"
  287. }
  288. },
  289. {
  290. "path": "VIP/VIP",
  291. "style": {
  292. "navigationBarTitleText": "VIP权益"
  293. }
  294. },
  295. {
  296. "path": "SVIP/SVIP",
  297. "style": {
  298. "navigationBarTitleText": "SVIP权益"
  299. }
  300. },
  301. {
  302. "path": "personal_info/personal_info",
  303. "style": {
  304. "navigationBarTitleText": "个人资料",
  305. "navigationBarBackgroundColor": "#ffe079",
  306. "navigationBarTextStyle": "black",
  307. "enablePullDownRefresh": false
  308. }
  309. },
  310. {
  311. "path": "goods_return/index",
  312. "style": {
  313. "navigationBarTitleText": "申请退货",
  314. "navigationBarBackgroundColor": "#ffe079",
  315. "navigationBarTextStyle": "black",
  316. "app-plus": {
  317. // #ifdef APP-PLUS
  318. "titleNView": {
  319. "type": "default"
  320. }
  321. // #endif
  322. }
  323. }
  324. }
  325. ]
  326. },
  327. {
  328. "root": "pages/merchantCenters",
  329. "name": "merchantCenters",
  330. "pages": [
  331. {
  332. "path": "merchant",
  333. "style": {
  334. "navigationBarTitleText": "商家主页",
  335. "navigationBarBackgroundColor": "#ffffff",
  336. "navigationBarTextStyle": "black",
  337. "enablePullDownRefresh": false
  338. }
  339. },
  340. {
  341. "path": "postInformation",
  342. "style": {
  343. "navigationBarTitleText": "发布商品",
  344. "navigationBarBackgroundColor": "#ffffff",
  345. "navigationBarTextStyle": "black"
  346. }
  347. },
  348. {
  349. "path": "productManagement",
  350. "style": {
  351. "navigationBarTitleText": "商品管理",
  352. "navigationBarBackgroundColor": "#ffffff",
  353. "navigationBarTextStyle": "black"
  354. }
  355. },
  356. {
  357. "path": "releaseProduct",
  358. "style": {
  359. "navigationBarTitleText": "发布商品",
  360. "navigationBarBackgroundColor": "#ffffff",
  361. "navigationBarTextStyle": "black"
  362. }
  363. },
  364. {
  365. "path": "productCenter",
  366. "style": {
  367. "navigationBarTitleText": "产品中心",
  368. "navigationBarBackgroundColor": "#ffffff",
  369. "navigationBarTextStyle": "black"
  370. }
  371. }
  372. ]
  373. },
  374. {
  375. "root": "pages/goods",
  376. "name": "goods",
  377. "pages": [
  378. {
  379. "path": "goods_details/index",
  380. "style": {
  381. "navigationStyle": "custom",
  382. "navigationBarTextStyle": "black"
  383. }
  384. },
  385. {
  386. "path": "goods_search/index",
  387. "style": {
  388. "navigationBarBackgroundColor": "#FFE079",
  389. "navigationBarTitleText": "搜索商品",
  390. "navigationBarTextStyle": "black"
  391. }
  392. }
  393. ]
  394. }
  395. ],
  396. "globalStyle": {
  397. "navigationBarBackgroundColor": "#F8F8F8",
  398. "navigationBarTextStyle": "black",
  399. "navigationBarTitleText": "水贝商城",
  400. "backgroundColor": "#ffe079"
  401. },
  402. "tabBar": {
  403. "color": "#282828",
  404. "selectedColor": "#F8C008",
  405. "borderStyle": "black",
  406. "backgroundColor": "#ffffff",
  407. "list": [
  408. {
  409. "pagePath": "pages/index/index",
  410. "iconPath": "static/images/tabbar/1-001.png",
  411. "selectedIconPath": "static/images/tabbar/1-003.png",
  412. "text": "首页"
  413. },
  414. {
  415. "pagePath": "pages/goods_cate/goods_cate",
  416. "iconPath": "static/images/2-001.png",
  417. "selectedIconPath": "static/images/2-003.png",
  418. "text": "分类"
  419. },
  420. {
  421. "pagePath": "pages/order_addcart/order_addcart",
  422. "iconPath": "static/images/tabbar/3-001.png",
  423. "selectedIconPath": "static/images/tabbar/3-003.png",
  424. "text": "购物车"
  425. },
  426. {
  427. "pagePath": "pages/user/index",
  428. "iconPath": "static/images/tabbar/4-001.png",
  429. "selectedIconPath": "static/images/tabbar/4-003.png",
  430. "text": "我的"
  431. }
  432. ]
  433. },
  434. "uniIdRouter": {}
  435. }