pages.json 11 KB

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