pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarBackgroundColor": "#111111",
  10. "navigationBarTextStyle": "white",
  11. "navigationBarTitleText": "艺绘",
  12. "app-plus": {
  13. // "titleNView": false
  14. }
  15. }
  16. },
  17. {
  18. "path": "pages/user/myvip",
  19. "style": {
  20. "navigationBarTitleText": "加盟"
  21. }
  22. },
  23. {
  24. "path": "pages/user/about",
  25. "style": {
  26. "navigationBarTitleText": "关于我们",
  27. "navigationBarBackgroundColor": "#111111",
  28. "navigationBarTextStyle":"white"
  29. }
  30. },
  31. {
  32. "path": "pages/public/start",
  33. "style": {
  34. "navigationBarTitleText": "授权页",
  35. "app-plus": {
  36. "titleNView": false
  37. }
  38. }
  39. },
  40. {
  41. "path": "pages/public/agreement",
  42. "style": {
  43. "navigationBarTitleText": "用户协议",
  44. "navigationBarBackgroundColor": "#111111",
  45. "navigationBarTextStyle": "white"
  46. }
  47. },
  48. {
  49. "path": "pages/public/privacy",
  50. "style": {
  51. "navigationBarTitleText": "隐私协议",
  52. "navigationBarBackgroundColor": "#111111",
  53. "navigationBarTextStyle": "white"
  54. }
  55. },
  56. {
  57. "path": "pages/public/register",
  58. "style": {
  59. "navigationBarTitleText": "注册",
  60. "navigationBarBackgroundColor": "#111111",
  61. "navigationBarTextStyle": "white",
  62. "app-plus": {
  63. "titleNView": {
  64. "type": "transparent"
  65. }
  66. }
  67. }
  68. },
  69. {
  70. "path": "pages/public/login",
  71. "style": {
  72. "navigationBarTitleText": "登录",
  73. "navigationBarBackgroundColor": "#111111",
  74. "navigationBarTextStyle": "white",
  75. "app-plus": {
  76. "titleNView": {
  77. "type": "transparent"
  78. }
  79. }
  80. }
  81. },
  82. {
  83. "path": "pages/public/wxLogin",
  84. "style": {
  85. "navigationBarTitleText": "微信登录",
  86. "navigationBarBackgroundColor": "#111111",
  87. "navigationBarTextStyle": "white",
  88. "app-plus": {
  89. "titleNView": {
  90. "type": "transparent"
  91. }
  92. }
  93. }
  94. },
  95. {
  96. "path": "pages/public/forget",
  97. "style": {
  98. "navigationBarTitleText": "忘记密码",
  99. "navigationBarBackgroundColor": "#111111",
  100. "navigationBarTextStyle": "white",
  101. "app-plus": {
  102. "titleNView": {
  103. "type": "transparent"
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "path": "pages/user/team",
  110. "style": {
  111. "navigationStyle": "custom",
  112. "navigationBarTitleText": "我的推广",
  113. "navigationBarBackgroundColor": "#111111",
  114. "navigationBarTextStyle":"white"
  115. }
  116. },
  117. {
  118. "path": "pages/product/product",
  119. "style": {
  120. "navigationBarTitleText": "详情",
  121. "navigationBarBackgroundColor": "#111111",
  122. "navigationBarTextStyle": "white",
  123. "app-plus": {
  124. "titleNView": {
  125. // "type": "transparent"
  126. }
  127. }
  128. }
  129. },
  130. {
  131. "path": "pages/product/search",
  132. "style": {
  133. "enablePullDownRefresh": true,
  134. "navigationBarBackgroundColor": "#111111",
  135. "navigationBarTextStyle": "white",
  136. // #ifdef APP-PLUS
  137. "navigationStyle": "custom",
  138. // #endif
  139. // #ifndef MP || APP-PLUS
  140. "app-plus": {
  141. "titleNView": {
  142. "searchInput": {
  143. "backgroundColor": "rgba(231, 231, 231,.7)",
  144. "borderRadius": "16px",
  145. "placeholder": "请输入关键字",
  146. "disabled": false,
  147. "placeholderColor": "#606266",
  148. "align": "left"
  149. },
  150. "buttons": [{
  151. "text": "搜索",
  152. "fontSize": "14",
  153. "color": "#FFFFFF",
  154. "background": "rgba(0,0,0,0)",
  155. "width": "40px"
  156. }]
  157. }
  158. },
  159. // #endif
  160. "navigationBarTitleText": "搜索"
  161. }
  162. },
  163. {
  164. "path": "pages/set/set",
  165. "style": {
  166. "navigationBarTitleText": "设置",
  167. "navigationBarBackgroundColor": "#111111",
  168. "navigationBarTextStyle": "white"
  169. }
  170. },
  171. {
  172. "path": "pages/set/phone",
  173. "style": {
  174. "navigationBarTitleText": "绑定手机号",
  175. "navigationBarBackgroundColor": "#111111",
  176. "navigationBarTextStyle":"white"
  177. }
  178. },
  179. {
  180. "path": "pages/contract/privacy",
  181. "style": {
  182. "navigationBarTitleText": "隐私政策"
  183. }
  184. },
  185. {
  186. "path": "pages/contract/agreement",
  187. "style": {
  188. "navigationBarTitleText": "会员协议",
  189. "navigationBarBackgroundColor": "#111111",
  190. "navigationBarTextStyle":"white"
  191. }
  192. },
  193. {
  194. "path": "pages/set/userinfo",
  195. "style": {
  196. "navigationBarTitleText": "修改资料",
  197. "navigationBarBackgroundColor": "#111111",
  198. "navigationBarTextStyle":"white"
  199. }
  200. },
  201. {
  202. "path": "pages/user/user",
  203. "style": {
  204. // #ifndef MP-WEIXIN
  205. "navigationStyle": "custom",
  206. // #endif
  207. "navigationBarTitleText": "个人中心",
  208. "navigationBarBackgroundColor": "#111111",
  209. "navigationBarTextStyle":"white"
  210. }
  211. },
  212. {
  213. "path": "pages/order/order",
  214. "style": {
  215. "navigationBarTitleText": "我的订单",
  216. "navigationBarBackgroundColor": "#111111",
  217. "navigationBarTextStyle": "white",
  218. "app-plus": {
  219. "bounce": "none"
  220. }
  221. }
  222. },
  223. {
  224. "path": "pages/order/orderSC",
  225. "style": {
  226. "navigationBarTitleText": "市场未付",
  227. "navigationBarBackgroundColor": "#111111",
  228. "navigationBarTextStyle": "white",
  229. "app-plus": {
  230. "bounce": "none"
  231. }
  232. }
  233. },
  234. {
  235. "path": "pages/order/orderDetail",
  236. "style": {
  237. "navigationBarTitleText": "订单详情",
  238. "navigationBarBackgroundColor": "#111111",
  239. "navigationBarTextStyle": "white",
  240. "app-plus": {
  241. "bounce": "none"
  242. }
  243. }
  244. },
  245. {
  246. "path": "pages/order/orderRefund",
  247. "style": {
  248. "navigationBarTitleText": "申请退款",
  249. "navigationBarBackgroundColor": "#111111",
  250. "navigationBarTextStyle":"white"
  251. }
  252. },
  253. {
  254. "path": "pages/order/createOrder",
  255. "style": {
  256. "navigationBarTitleText": "创建订单",
  257. "navigationBarBackgroundColor": "#111111",
  258. "navigationBarTextStyle":"white"
  259. }
  260. }, {
  261. "path": "pages/money/pay",
  262. "style": {
  263. "navigationBarTitleText": "支付",
  264. "navigationBarBackgroundColor": "#111111",
  265. "navigationBarTextStyle":"white"
  266. }
  267. },
  268. {
  269. "path": "pages/money/paySuccess",
  270. "style": {
  271. "navigationBarTitleText": "支付成功",
  272. "navigationBarBackgroundColor": "#111111",
  273. "navigationBarTextStyle":"white"
  274. }
  275. },
  276. {
  277. "path": "pages/money/wallet",
  278. "style": {
  279. "navigationBarTitleText": "我的钱包",
  280. "navigationBarBackgroundColor": "#111111",
  281. "navigationBarTextStyle": "white"
  282. }
  283. },
  284. {
  285. "path": "pages/money/withdrawal",
  286. "style": {
  287. "navigationBarTitleText": "提现",
  288. "navigationBarBackgroundColor": "#111111",
  289. "navigationBarTextStyle":"white"
  290. }
  291. },
  292. {
  293. "path": "pages/money/recharge",
  294. "style": {
  295. "navigationBarTitleText": "充值",
  296. "navigationBarBackgroundColor": "#111111",
  297. "navigationBarTextStyle":"white"
  298. }
  299. },
  300. {
  301. "path": "pages/redirect/redirect",
  302. "style": {
  303. "navigationBarTitleText": "微信登录跳转页面",
  304. "navigationBarBackgroundColor": "#111111",
  305. "navigationBarTextStyle": "white",
  306. "app-plus": {
  307. "titleNView": false
  308. }
  309. }
  310. },
  311. {
  312. "path": "pages/user/shareQrCode",
  313. "style": {
  314. "navigationBarTitleText": "邀请好友",
  315. "navigationBarBackgroundColor": "#111111",
  316. "navigationBarTextStyle":"white"
  317. }
  318. },
  319. {
  320. "path": "pages/index/cangp",
  321. "style": {
  322. "navigationBarTitleText": "藏品",
  323. "navigationBarBackgroundColor": "#111111",
  324. "navigationBarTextStyle": "white",
  325. "navigationStyle": "custom",
  326. "enablePullDownRefresh": false
  327. }
  328. }, {
  329. "path": "pages/index/bazaar",
  330. "style": {
  331. "navigationBarTitleText": "市场",
  332. "navigationBarBackgroundColor": "#111111",
  333. "navigationBarTextStyle": "white",
  334. // #ifndef MP-WEIXIN
  335. "navigationStyle": "custom",
  336. // #endif
  337. "enablePullDownRefresh": false
  338. }
  339. }, {
  340. "path": "pages/set/changePass",
  341. "style": {
  342. "navigationBarTitleText": "修改密码",
  343. "navigationBarBackgroundColor": "#111111",
  344. "navigationBarTextStyle": "white",
  345. "enablePullDownRefresh": false
  346. }
  347. }
  348. ,{
  349. "path" : "pages/user/feedback",
  350. "style" :
  351. {
  352. "navigationBarTitleText": "帮助",
  353. "navigationBarBackgroundColor": "#111111",
  354. "navigationBarTextStyle": "white",
  355. "enablePullDownRefresh": false
  356. }
  357. }
  358. ,{
  359. "path" : "pages/money/success",
  360. "style" :
  361. {
  362. "navigationBarTitleText": "提交成功",
  363. "navigationBarBackgroundColor": "#111111",
  364. "navigationBarTextStyle": "white",
  365. "enablePullDownRefresh": false
  366. }
  367. }
  368. ,{
  369. "path" : "pages/set/gongao",
  370. "style" :
  371. {
  372. "navigationBarTitleText": "公告",
  373. "enablePullDownRefresh": false,
  374. "navigationBarBackgroundColor": "#111111",
  375. "navigationBarTextStyle":"white"
  376. }
  377. }
  378. ,{
  379. "path" : "pages/user/personal",
  380. "style" :
  381. {
  382. "navigationBarTitleText": "个人资料",
  383. "enablePullDownRefresh": false,
  384. "navigationBarBackgroundColor": "#111111",
  385. "navigationBarTextStyle":"white"
  386. }
  387. }
  388. ,{
  389. "path" : "pages/user/realName",
  390. "style" :
  391. {
  392. "navigationBarTitleText": "实名认证",
  393. "enablePullDownRefresh": false,
  394. "navigationBarBackgroundColor": "#111111",
  395. "navigationBarTextStyle":"white"
  396. }
  397. }
  398. ],
  399. "globalStyle": {
  400. "navigationBarTitleText": "艺绘",
  401. "navigationBarTextStyle": "white",
  402. "navigationBarBackgroundColor": "#111111",
  403. "backgroundColor": "#f8f8f8"
  404. },
  405. "tabBar": {
  406. "color": "#fff",
  407. "selectedColor": "#A581FF",
  408. "borderStyle": "black",
  409. "backgroundColor": "#222222",
  410. "list": [{
  411. "pagePath": "pages/index/index",
  412. "iconPath": "static/tabBar/tab7.png",
  413. "selectedIconPath": "static/tabBar/tab06.png",
  414. "text": "首页"
  415. },
  416. {
  417. "pagePath": "pages/index/cangp",
  418. "iconPath": "static/tabBar/tab05.png",
  419. "selectedIconPath": "static/tabBar/tab08.png",
  420. "text": "盲盒"
  421. },
  422. {
  423. "pagePath": "pages/index/bazaar",
  424. "iconPath": "static/tabBar/tab02.png",
  425. "selectedIconPath": "static/tabBar/tab01.png",
  426. "text": "市场"
  427. },
  428. {
  429. "pagePath": "pages/user/user",
  430. "iconPath": "static/tabBar/tab03.png",
  431. "selectedIconPath": "static/tabBar/tab04.png",
  432. "text": "我的"
  433. }
  434. ]
  435. },
  436. "condition" : { //模式配置,仅开发期间生效
  437. "current": 0, //当前激活的模式(list 的索引项)
  438. "list": [
  439. {
  440. "name": "", //模式名称
  441. "path": "", //启动页面,必选
  442. "query": "" //启动参数,在页面的onLoad函数里面得到
  443. }
  444. ]
  445. }
  446. }