pages.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "亚欧高科"
  9. }
  10. },
  11. {
  12. "path": "pages/index/artDetail",
  13. "style": {
  14. "navigationBarTitleText": "详情"
  15. }
  16. },
  17. {
  18. "path": "pages/index/artlist",
  19. "style": {
  20. "navigationBarTitleText": "系统公告"
  21. }
  22. },
  23. {
  24. "path": "pages/public/register",
  25. "style": {
  26. "navigationBarTitleText": "注册",
  27. "app-plus": {
  28. "titleNView": {
  29. "type": "transparent"
  30. }
  31. }
  32. }
  33. }, {
  34. "path": "pages/public/login",
  35. "style": {
  36. "navigationBarTitleText": "登录",
  37. "app-plus": {
  38. "titleNView": {
  39. "type": "transparent"
  40. }
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/public/wxLogin",
  46. "style": {
  47. "navigationBarTitleText": "微信登录",
  48. "app-plus": {
  49. "titleNView": {
  50. "type": "transparent"
  51. }
  52. }
  53. }
  54. },
  55. {
  56. "path": "pages/public/forget",
  57. "style": {
  58. "navigationBarTitleText": "忘记密码",
  59. "app-plus": {
  60. "titleNView": {
  61. "type": "transparent"
  62. }
  63. }
  64. }
  65. },
  66. {
  67. "path": "pages/product/reply",
  68. "style": {
  69. "navigationBarTitleText": "商品评价",
  70. "app-plus": {
  71. "titleNView": {
  72. "type": "transparent"
  73. }
  74. }
  75. }
  76. },
  77. {
  78. "path": "pages/product/product",
  79. "style": {
  80. "navigationBarTitleText": "详情展示",
  81. "app-plus": {
  82. "titleNView": {
  83. "type": "transparent"
  84. }
  85. }
  86. }
  87. },
  88. {
  89. "path": "pages/product/list",
  90. "style": {
  91. "enablePullDownRefresh": true,
  92. "navigationBarTitleText": "商品列表"
  93. }
  94. },
  95. {
  96. "path": "pages/product/classify",
  97. "style": {
  98. "navigationBarTitleText": "商品列表"
  99. }
  100. },
  101. {
  102. "path": "pages/product/search",
  103. "style": {
  104. "enablePullDownRefresh": true,
  105. // #ifdef APP-PLUS
  106. "navigationStyle": "custom",
  107. // #endif
  108. // #ifndef MP || APP-PLUS
  109. "app-plus": {
  110. "titleNView": {
  111. "searchInput": {
  112. "backgroundColor": "rgba(231, 231, 231,.7)",
  113. "borderRadius": "16px",
  114. "placeholder": "请输入关键字",
  115. "disabled": false,
  116. "placeholderColor": "#606266",
  117. "align": "left"
  118. },
  119. "buttons": [{
  120. "text": "搜索",
  121. "fontSize": "14",
  122. "color": "#303133",
  123. "background": "rgba(0,0,0,0)",
  124. "width": "40px"
  125. }]
  126. }
  127. },
  128. // #endif
  129. "navigationBarTitleText": "搜索"
  130. }
  131. },
  132. {
  133. "path": "pages/set/set",
  134. "style": {
  135. "navigationBarTitleText": "设置"
  136. }
  137. },
  138. {
  139. "path": "pages/set/address",
  140. "style": {
  141. "navigationBarTitleText": "收货地址"
  142. }
  143. },
  144. {
  145. "path": "pages/set/addressManage",
  146. "style": {
  147. "navigationBarTitleText": ""
  148. }
  149. },
  150. {
  151. "path": "pages/set/phone",
  152. "style": {
  153. "navigationBarTitleText": "实名认证"
  154. }
  155. },
  156. {
  157. "path": "pages/set/password",
  158. "style": {
  159. "navigationBarTitleText": "修改密码"
  160. }
  161. },
  162. {
  163. "path": "pages/set/userinfo",
  164. "style": {
  165. "navigationBarTitleText": "修改资料"
  166. }
  167. }, {
  168. "path": "pages/cart/cart",
  169. "style": {
  170. "navigationBarTitleText": "购物车"
  171. }
  172. },
  173. {
  174. "path": "pages/user/user",
  175. "style": {
  176. // #ifndef MP-WEIXIN
  177. "navigationStyle": "custom",
  178. // #endif
  179. "navigationBarTitleText": "个人中心"
  180. }
  181. },
  182. {
  183. "path": "pages/user/award",
  184. "style": {
  185. "navigationBarTitleText": "",
  186. "navigationStyle": "custom",
  187. "app-plus": {
  188. "titleNView": {
  189. "type": "transparent"
  190. }
  191. }
  192. }
  193. },
  194. {
  195. "path": "pages/user/withdrawal",
  196. "style": {
  197. "navigationBarTitleText": "奖励提现"
  198. }
  199. },
  200. {
  201. "path": "pages/user/yjzye",
  202. "style": {
  203. "navigationBarTitleText": "佣金余额"
  204. }
  205. },
  206. {
  207. "path": "pages/user/yjzz",
  208. "style": {
  209. "navigationBarTitleText": "转账"
  210. }
  211. },
  212. {
  213. "path": "pages/user/favorites",
  214. "style": {
  215. "navigationBarTitleText": "收藏夹"
  216. }
  217. },
  218. {
  219. "path": "pages/order/order",
  220. "style": {
  221. "navigationBarTitleText": "我的订单",
  222. "app-plus": {
  223. "bounce": "none"
  224. }
  225. }
  226. },
  227. {
  228. "path": "pages/order/expressInfo",
  229. "style": {
  230. "navigationBarTitleText": "快递详情"
  231. }
  232. },
  233. {
  234. "path": "pages/order/orderDetail",
  235. "style": {
  236. "navigationBarTitleText": "订单详情",
  237. "app-plus": {
  238. "bounce": "none"
  239. }
  240. }
  241. },
  242. {
  243. "path": "pages/order/evaluate",
  244. "style": {
  245. "navigationBarTitleText": "评论"
  246. }
  247. },
  248. {
  249. "path": "pages/order/orderRefund",
  250. "style": {
  251. "navigationBarTitleText": "申请退款"
  252. }
  253. },
  254. {
  255. "path": "pages/order/createOrder",
  256. "style": {
  257. "navigationBarTitleText": "创建订单"
  258. }
  259. }, {
  260. "path": "pages/money/pay",
  261. "style": {
  262. "navigationBarTitleText": "支付"
  263. }
  264. },
  265. {
  266. "path": "pages/money/paySuccess",
  267. "style": {
  268. "navigationBarTitleText": "支付成功"
  269. }
  270. },
  271. {
  272. "path": "pages/money/account",
  273. "style": {
  274. "navigationBarTitleText": "提现账号"
  275. }
  276. },
  277. {
  278. "path": "pages/money/withdrawal",
  279. "style": {
  280. "navigationBarTitleText": "提现"
  281. }
  282. },
  283. {
  284. "path": "pages/money/recharge",
  285. "style": {
  286. "navigationBarTitleText": "充值"
  287. }
  288. },
  289. {
  290. "path": "pages/category/category",
  291. "style": {
  292. // #ifdef APP-PLUS
  293. "navigationStyle": "custom",
  294. // #endif
  295. // #ifndef MP
  296. "app-plus": {
  297. "bounce": "none",
  298. "titleNView": {
  299. "searchInput": {
  300. "backgroundColor": "rgba(231, 231, 231,.7)",
  301. "borderRadius": "16px",
  302. "placeholder": "商品搜索",
  303. "disabled": true,
  304. "placeholderColor": "#606266",
  305. "align": "left"
  306. }
  307. }
  308. },
  309. // #endif
  310. "navigationBarTitleText": "分类"
  311. }
  312. },
  313. {
  314. "path": "pages/redirect/redirect",
  315. "style": {
  316. "navigationBarTitleText": "微信登录跳转页面",
  317. "app-plus": {
  318. "titleNView": false
  319. }
  320. }
  321. },
  322. {
  323. "path": "pages/user/shareQrCode",
  324. "style": {
  325. "navigationBarTitleText": "邀请好友"
  326. }
  327. },
  328. {
  329. "path": "pages/user/team",
  330. "style": {
  331. "navigationBarTitleText": "我的推广"
  332. }
  333. },
  334. {
  335. "path": "pages/user/yue",
  336. "style": {
  337. "navigationBarTitleText": "我的余额",
  338. "navigationStyle": "custom"
  339. }
  340. }
  341. ],
  342. "globalStyle": {
  343. "navigationBarTextStyle": "black",
  344. "navigationBarTitleText": "亚欧高科",
  345. "navigationBarBackgroundColor": "#FFFFFF",
  346. "backgroundColor": "#f8f8f8"
  347. },
  348. "tabBar": {
  349. "color": "#C0C4CC",
  350. "selectedColor": "#E93340",
  351. "borderStyle": "black",
  352. "backgroundColor": "#ffffff",
  353. "list": [{
  354. "pagePath": "pages/index/index",
  355. "iconPath": "static/tabBar/home.png",
  356. "selectedIconPath": "static/tabBar/home-action.png",
  357. "text": "首页"
  358. },
  359. {
  360. "pagePath": "pages/category/category",
  361. "iconPath": "static/tabBar/cate.png",
  362. "selectedIconPath": "static/tabBar/cate-action.png",
  363. "text": "分类"
  364. },
  365. {
  366. "pagePath": "pages/cart/cart",
  367. "iconPath": "static/tabBar/cart.png",
  368. "selectedIconPath": "static/tabBar/cart-action.png",
  369. "text": "购物车"
  370. },
  371. {
  372. "pagePath": "pages/user/user",
  373. "iconPath": "static/tabBar/user.png",
  374. "selectedIconPath": "static/tabBar/user-action.png",
  375. "text": "我的"
  376. }
  377. ]
  378. }
  379. }