pages.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. // #ifndef MP
  6. "navigationStyle": "custom",
  7. "app-plus": {
  8. "titleNView": false
  9. },
  10. // #endif
  11. // #ifdef MP
  12. "navigationBarBackgroundColor": "#ff629f",
  13. "navigationBarTextStyle":"white",
  14. // #endif
  15. "navigationBarTitleText": "母婴界严选"
  16. }
  17. },
  18. // {
  19. // "path": "pages/cart/cart",
  20. // "style": {
  21. // // #ifndef MP-WEIXIN
  22. // "navigationStyle": "custom",
  23. // // #endif
  24. // "navigationBarTitleText": "购物车"
  25. // }
  26. // },
  27. {
  28. "path": "pages/userhome/user",
  29. "style": {
  30. "navigationBarTitleText": "个人中心"
  31. }
  32. }
  33. // {
  34. // "path": "pages/index/list",
  35. // "style": {
  36. // "navigationStyle": "custom",
  37. // "navigationBarTitleText": "课程列表"
  38. // }
  39. // }
  40. ],
  41. "subPackages": [
  42. {
  43. "root": "pages/modelData",
  44. "name": "model_index",
  45. "pages": [
  46. ]
  47. },
  48. {
  49. "root": "pages/user",
  50. "name": "user",
  51. "pages": [
  52. // {
  53. // "path": "realName/realNameAuthentication",
  54. // "style": {
  55. // "navigationBarTitleText": "实名认证"
  56. // }
  57. // },
  58. {
  59. "path": "realName/cropper",
  60. "style": {
  61. "navigationBarTitleText": "图片裁切"
  62. }
  63. },
  64. {
  65. "path": "myteam",
  66. "style": {
  67. "navigationBarTitleText": "我的团队"
  68. }
  69. },
  70. {
  71. "path": "teamph",
  72. "style": {
  73. "navigationBarTitleText": "我的团队"
  74. }
  75. },
  76. {
  77. "path": "award/award",
  78. "style": {
  79. "navigationBarTitleText": "佣金",
  80. "navigationBarBackgroundColor": "#f6ab0b",
  81. "navigationBarTextStyle": "white"
  82. }
  83. },
  84. {
  85. "path": "award/awardList",
  86. "style": {
  87. "navigationBarTitleText": "佣金明细"
  88. }
  89. },
  90. // {
  91. // "path": "award/withdrawal",
  92. // "style": {
  93. // "navigationBarTitleText": "提现"
  94. // }
  95. // },
  96. {
  97. "path": "money/pay",
  98. "style": {
  99. "navigationBarTitleText": "支付",
  100. "navigationBarBackgroundColor": "#0BBB62",
  101. "navigationBarTextStyle": "white"
  102. }
  103. },
  104. {
  105. "path": "money/paySuccess",
  106. "style": {
  107. "navigationBarTitleText": "支付成功"
  108. }
  109. },
  110. {
  111. "path": "money/wallet",
  112. "style": {
  113. "navigationBarTitleText": "我的钱包",
  114. "navigationBarBackgroundColor": "#0BBB62",
  115. "navigationBarTextStyle": "white"
  116. }
  117. },
  118. {
  119. "path": "money/walletList",
  120. "style": {
  121. "navigationBarTitleText": "余额明细"
  122. }
  123. },
  124. // {
  125. // "path": "award/account",
  126. // "style": {
  127. // "navigationBarTitleText": "提现账号"
  128. // }
  129. // },
  130. {
  131. "path": "money/recharge",
  132. "style": {
  133. "navigationBarTitleText": "充值",
  134. "navigationBarBackgroundColor": "#0BBB62",
  135. "navigationBarTextStyle": "white"
  136. }
  137. },
  138. {
  139. "path": "shareQrCode",
  140. "style": {
  141. "navigationBarTitleText": "邀请好友"
  142. }
  143. },
  144. {
  145. "path": "model/modelrz",
  146. "style": {
  147. "navigationBarTitleText": "资料认证"
  148. }
  149. },
  150. {
  151. "path": "model/model",
  152. "style": {
  153. "navigationBarTitleText": ""
  154. }
  155. },
  156. {
  157. "path": "model/modelList",
  158. "style": {
  159. "navigationBarTitleText": "模板列表"
  160. }
  161. },
  162. {
  163. "path": "model/mymodellist",
  164. "style": {
  165. "navigationBarTitleText": "我的模板"
  166. }
  167. },
  168. {
  169. "path": "model/shoprz",
  170. "style": {
  171. "navigationBarTitleText": "平台认证"
  172. }
  173. },
  174. {
  175. "path": "model/phb",
  176. "style": {
  177. "navigationBarTitleText": "排行榜"
  178. }
  179. }
  180. ]
  181. }, {
  182. "root": "pages/set",
  183. "name": "set",
  184. "pages": [{
  185. "path": "set",
  186. "style": {
  187. "navigationBarTitleText": "设置"
  188. }
  189. },
  190. {
  191. "path": "address",
  192. "style": {
  193. "navigationBarTitleText": "收货地址"
  194. }
  195. },
  196. {
  197. "path": "addressManage",
  198. "style": {
  199. "navigationBarTitleText": ""
  200. }
  201. },
  202. {
  203. "path": "phone",
  204. "style": {
  205. "navigationBarTitleText": "手机认证"
  206. }
  207. },
  208. {
  209. "path": "password",
  210. "style": {
  211. "navigationBarTitleText": "修改密码"
  212. }
  213. },
  214. {
  215. "path": "userinfo",
  216. "style": {
  217. "navigationBarTitleText": "修改资料"
  218. }
  219. }
  220. ]
  221. }, {
  222. "root": "pages/public",
  223. "name": "public",
  224. "pages": [
  225. // #ifdef H5
  226. {
  227. "path": "domApp",
  228. "style": {
  229. "navigationBarTitleText": "app下载",
  230. "app-plus": {
  231. "titleNView": false
  232. }
  233. }
  234. },
  235. // #endif
  236. // #ifndef MP
  237. {
  238. "path": "workwork",
  239. "style": {
  240. "navigationBarTitleText": "关于我们"
  241. }
  242. },
  243. // #endif
  244. {
  245. "path": "register",
  246. "style": {
  247. "navigationBarTitleText": "注册",
  248. "app-plus": {
  249. "titleNView": false
  250. }
  251. }
  252. },
  253. {
  254. "path": "phoneLogin",
  255. "style": {
  256. "navigationBarTitleText": "手机登录",
  257. "app-plus": {
  258. "titleNView": false
  259. }
  260. }
  261. },
  262. {
  263. "path": "login",
  264. "style": {
  265. "navigationBarTitleText": "登录",
  266. "app-plus": {
  267. "titleNView": false
  268. }
  269. }
  270. },
  271. // #ifdef MP || H5
  272. {
  273. "path": "wxLogin",
  274. "style": {
  275. "navigationBarTitleText": "微信登录",
  276. "app-plus": {
  277. "titleNView": {
  278. "type": "transparent"
  279. }
  280. }
  281. }
  282. },
  283. // #endif
  284. {
  285. "path": "forget",
  286. "style": {
  287. "navigationBarTitleText": "忘记密码",
  288. "app-plus": {
  289. "titleNView": false
  290. }
  291. }
  292. },
  293. {
  294. "path": "redirect",
  295. "style": {
  296. "navigationBarTitleText": "微信登录跳转页面",
  297. "app-plus": {
  298. "titleNView": false
  299. }
  300. }
  301. },
  302. {
  303. "path": "userAgreement",
  304. "style": {
  305. "navigationBarTitleText": "用户协议"
  306. }
  307. },
  308. {
  309. "path": "privacyAgreement",
  310. "style": {
  311. "navigationBarTitleText": "隐私协议"
  312. }
  313. },
  314. {
  315. "path": "artDetail",
  316. "style": {
  317. "navigationBarTitleText": ""
  318. }
  319. }
  320. ]
  321. },{
  322. "root": "pages/eduction",
  323. "name": "eduction",
  324. "pages": [
  325. // {
  326. // "path": "list",
  327. // "style": {
  328. // "navigationBarTitleText": "课程列表"
  329. // }
  330. // },
  331. {
  332. "path": "detail",
  333. "style": {
  334. "navigationBarTitleText": "课程详情"
  335. }
  336. }
  337. ]
  338. }],
  339. "globalStyle": {
  340. "navigationBarTextStyle": "black",
  341. "navigationBarTitleText": "uni-app",
  342. "navigationBarBackgroundColor": "#FFFFFF",
  343. "backgroundColor": "#f8f8f8"
  344. },
  345. "tabBar": {
  346. "color": "#666666",
  347. "selectedColor": "#F65486",
  348. "borderStyle": "black",
  349. "backgroundColor": "#ffffff",
  350. "list": [{
  351. "pagePath": "pages/index/index",
  352. "iconPath": "static/tabBar/tab-home.png",
  353. "selectedIconPath": "static/tabBar/tab-home-current.png",
  354. "text": "首页"
  355. },
  356. // {
  357. // "pagePath": "pages/index/list",
  358. // "iconPath": "static/tabBar/kc.png",
  359. // "selectedIconPath": "static/tabBar/kcaction.png",
  360. // "text": "课程"
  361. // },
  362. // {
  363. // "pagePath": "pages/category/category",
  364. // "iconPath": "static/tabBar/tab-cate.png",
  365. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  366. // "text": "分类"
  367. // },
  368. // {
  369. // "pagePath": "pages/cart/cart",
  370. // "iconPath": "static/tabBar/tab-cart.png",
  371. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  372. // "text": "购物车"
  373. // },
  374. {
  375. "pagePath": "pages/userhome/user",
  376. "iconPath": "static/tabBar/tab-my.png",
  377. "selectedIconPath": "static/tabBar/tab-my-current.png",
  378. "text": "我的"
  379. }
  380. ]
  381. },
  382. "condition": { //模式配置,仅开发期间生效
  383. "current": 0, //当前激活的模式(list 的索引项)
  384. "list": [{
  385. "name": "", //模式名称
  386. "path": "", //启动页面,必选
  387. "query": "" //启动参数,在页面的onLoad函数里面得到
  388. }]
  389. }
  390. }