pages.json 11 KB

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