pages.json 8.2 KB

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