pages.json 11 KB

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