pages.json 8.3 KB

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