pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  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/search",
  51. "style": {
  52. "navigationBarTitleText": "服务人员搜索"
  53. }
  54. }
  55. // {
  56. // "path": "pages/index/list",
  57. // "style": {
  58. // "navigationStyle": "custom",
  59. // "navigationBarTitleText": "课程列表"
  60. // }
  61. // }
  62. ],
  63. "subPackages": [
  64. {
  65. "root": "pages/modelData",
  66. "name": "model_index",
  67. "pages": [
  68. ]
  69. },
  70. {
  71. "root": "pages/user",
  72. "name": "user",
  73. "pages": [
  74. {
  75. "path": "realName/cropper",
  76. "style": {
  77. "navigationBarTitleText": "图片裁切"
  78. }
  79. },
  80. {
  81. "path": "mySc",
  82. "style": {
  83. "navigationBarTitleText": "我的收藏"
  84. }
  85. },
  86. {
  87. "path": "myteam",
  88. "style": {
  89. "navigationBarTitleText": "我的团队"
  90. }
  91. },
  92. {
  93. "path": "teamph",
  94. "style": {
  95. "navigationBarTitleText": "我的团队"
  96. }
  97. },
  98. // {
  99. // "path": "award/award",
  100. // "style": {
  101. // "navigationBarTitleText": "佣金",
  102. // "navigationBarBackgroundColor": "#f6ab0b",
  103. // "navigationBarTextStyle": "white"
  104. // }
  105. // },
  106. // {
  107. // "path": "award/awardList",
  108. // "style": {
  109. // "navigationBarTitleText": "佣金明细"
  110. // }
  111. // },
  112. // {
  113. // "path": "award/withdrawal",
  114. // "style": {
  115. // "navigationBarTitleText": "提现"
  116. // }
  117. // },
  118. // {
  119. // "path": "money/pay",
  120. // "style": {
  121. // "navigationBarTitleText": "支付",
  122. // "navigationBarBackgroundColor": "#0BBB62",
  123. // "navigationBarTextStyle": "white"
  124. // }
  125. // },
  126. // {
  127. // "path": "money/paySuccess",
  128. // "style": {
  129. // "navigationBarTitleText": "支付成功"
  130. // }
  131. // },
  132. // {
  133. // "path": "money/wallet",
  134. // "style": {
  135. // "navigationBarTitleText": "我的钱包",
  136. // "navigationBarBackgroundColor": "#0BBB62",
  137. // "navigationBarTextStyle": "white"
  138. // }
  139. // },
  140. // {
  141. // "path": "money/walletList",
  142. // "style": {
  143. // "navigationBarTitleText": "余额明细"
  144. // }
  145. // },
  146. // {
  147. // "path": "award/account",
  148. // "style": {
  149. // "navigationBarTitleText": "提现账号"
  150. // }
  151. // },
  152. // {
  153. // "path": "money/recharge",
  154. // "style": {
  155. // "navigationBarTitleText": "充值",
  156. // "navigationBarBackgroundColor": "#0BBB62",
  157. // "navigationBarTextStyle": "white"
  158. // }
  159. // },
  160. {
  161. "path": "shareQrCode",
  162. "style": {
  163. "navigationBarTitleText": "邀请好友"
  164. }
  165. },
  166. {
  167. "path": "model/modelrz",
  168. "style": {
  169. "navigationBarTitleText": "资料认证"
  170. }
  171. },
  172. {
  173. "path": "model/modelQr",
  174. "style": {
  175. "navigationBarTitleText": "模版分享"
  176. }
  177. },
  178. {
  179. "path": "model/model",
  180. "style": {
  181. "navigationBarTitleText": ""
  182. }
  183. },
  184. {
  185. "path": "model/modelList",
  186. "style": {
  187. "navigationBarTitleText": "模板列表"
  188. }
  189. },
  190. {
  191. "path": "model/mymodellist",
  192. "style": {
  193. "navigationBarTitleText": "我的模板"
  194. }
  195. },
  196. {
  197. "path": "model/shoprz",
  198. "style": {
  199. "navigationBarTitleText": "平台认证"
  200. }
  201. },
  202. {
  203. "path": "model/phb",
  204. "style": {
  205. "navigationBarTitleText": "排行榜"
  206. }
  207. },
  208. {
  209. "path": "signing/signing",
  210. "style": {
  211. "navigationBarTitleText": "签约"
  212. }
  213. },
  214. {
  215. "path": "signing/ht",
  216. "style": {
  217. "navigationBarTitleText": "合同详情"
  218. }
  219. },
  220. {
  221. "path": "signing/dk",
  222. "style": {
  223. "navigationBarTitleText": "打卡"
  224. }
  225. },
  226. {
  227. "path": "signing/dkhis",
  228. "style": {
  229. "navigationBarTitleText": "打卡历史"
  230. }
  231. },
  232. {
  233. "path": "signing/plhis",
  234. "style": {
  235. "navigationBarTitleText": "评价"
  236. }
  237. },
  238. {
  239. "path": "signing/mySig",
  240. "style": {
  241. "navigationBarTitleText": "我的预约"
  242. }
  243. }
  244. // ,
  245. // {
  246. // "path": "jf/rechange",
  247. // "style": {
  248. // "navigationBarTitleText": "次数购买"
  249. // }
  250. // },
  251. // {
  252. // "path": "jf/jfcz",
  253. // "style": {
  254. // "navigationBarTitleText": "积分充值"
  255. // }
  256. // },
  257. // {
  258. // "path": "jf/store",
  259. // "style": {
  260. // "navigationBarTitleText": "积分商城"
  261. // }
  262. // },
  263. // {
  264. // "path": "forum/index",
  265. // "style": {
  266. // "navigationBarTitleText": "论坛"
  267. // }
  268. // },
  269. // {
  270. // "path": "forum/edit",
  271. // "style": {
  272. // "navigationBarTitleText": "发布"
  273. // }
  274. // },
  275. // {
  276. // "path": "forum/detail",
  277. // "style": {
  278. // "navigationBarTitleText": "详情"
  279. // }
  280. // }
  281. ]
  282. }, {
  283. "root": "pages/set",
  284. "name": "set",
  285. "pages": [{
  286. "path": "set",
  287. "style": {
  288. "navigationBarTitleText": "设置"
  289. }
  290. },
  291. // {
  292. // "path": "address",
  293. // "style": {
  294. // "navigationBarTitleText": "收货地址"
  295. // }
  296. // },
  297. // {
  298. // "path": "addressManage",
  299. // "style": {
  300. // "navigationBarTitleText": ""
  301. // }
  302. // },
  303. {
  304. "path": "phone",
  305. "style": {
  306. "navigationBarTitleText": "手机认证"
  307. }
  308. },
  309. {
  310. "path": "password",
  311. "style": {
  312. "navigationBarTitleText": "修改密码"
  313. }
  314. },
  315. {
  316. "path": "userinfo",
  317. "style": {
  318. "navigationBarTitleText": "修改资料"
  319. }
  320. }
  321. ]
  322. }, {
  323. "root": "pages/public",
  324. "name": "public",
  325. "pages": [
  326. // #ifndef MP
  327. {
  328. "path": "workwork",
  329. "style": {
  330. "navigationBarTitleText": "关于我们"
  331. }
  332. },
  333. // #endif
  334. // {
  335. // "path": "register",
  336. // "style": {
  337. // "navigationBarTitleText": "注册",
  338. // "app-plus": {
  339. // "titleNView": false
  340. // }
  341. // }
  342. // },
  343. // {
  344. // "path": "phoneLogin",
  345. // "style": {
  346. // "navigationBarTitleText": "手机登录",
  347. // "app-plus": {
  348. // "titleNView": false
  349. // }
  350. // }
  351. // },
  352. // {
  353. // "path": "login",
  354. // "style": {
  355. // "navigationBarTitleText": "登录",
  356. // "app-plus": {
  357. // "titleNView": false
  358. // }
  359. // }
  360. // },
  361. // #ifdef MP || H5
  362. {
  363. "path": "wxLogin",
  364. "style": {
  365. "navigationBarTitleText": "授权登录",
  366. "app-plus": {
  367. "titleNView": {
  368. "type": "transparent"
  369. }
  370. }
  371. }
  372. },
  373. // #endif
  374. // {
  375. // "path": "forget",
  376. // "style": {
  377. // "navigationBarTitleText": "忘记密码",
  378. // "app-plus": {
  379. // "titleNView": false
  380. // }
  381. // }
  382. // },
  383. // #ifdef H5
  384. {
  385. "path": "redirect",
  386. "style": {
  387. "navigationBarTitleText": "微信登录跳转页面",
  388. "app-plus": {
  389. "titleNView": false
  390. }
  391. }
  392. },
  393. // #endif
  394. {
  395. "path": "userAgreement",
  396. "style": {
  397. "navigationBarTitleText": "用户协议"
  398. }
  399. },
  400. {
  401. "path": "privacyAgreement",
  402. "style": {
  403. "navigationBarTitleText": "隐私协议"
  404. }
  405. },
  406. {
  407. "path": "artDetail",
  408. "style": {
  409. "navigationBarTitleText": ""
  410. }
  411. },
  412. {
  413. "path": "video",
  414. "style": {
  415. "navigationBarTitleText": "数字名片制作"
  416. }
  417. }
  418. // ,
  419. // {
  420. // "path": "artDetailTab",
  421. // "style": {
  422. // "navigationBarTitleText": ""
  423. // }
  424. // }
  425. ]
  426. },{
  427. "root": "pages/eduction",
  428. "name": "eduction",
  429. "pages": [
  430. // {
  431. // "path": "list",
  432. // "style": {
  433. // "navigationBarTitleText": "课程列表"
  434. // }
  435. // },
  436. {
  437. "path": "detail",
  438. "style": {
  439. "navigationBarTitleText": "课程详情"
  440. }
  441. }
  442. ]
  443. }],
  444. "globalStyle": {
  445. "navigationBarTextStyle": "black",
  446. "navigationBarTitleText": "uni-app",
  447. "navigationBarBackgroundColor": "#FFFFFF",
  448. "backgroundColor": "#f8f8f8"
  449. },
  450. "tabBar": {
  451. "color": "#666666",
  452. "selectedColor": "#F65486",
  453. "borderStyle": "black",
  454. "backgroundColor": "#ffffff",
  455. "list": [{
  456. "pagePath": "pages/index/index",
  457. "iconPath": "static/tabBar/tab-home.png",
  458. "selectedIconPath": "static/tabBar/tab-home-current.png",
  459. "text": "首页"
  460. },
  461. // {
  462. // "pagePath": "pages/index/list",
  463. // "iconPath": "static/tabBar/kc.png",
  464. // "selectedIconPath": "static/tabBar/kcaction.png",
  465. // "text": "课程"
  466. // },
  467. // {
  468. // "pagePath": "pages/category/category",
  469. // "iconPath": "static/tabBar/tab-cate.png",
  470. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  471. // "text": "分类"
  472. // },
  473. {
  474. "pagePath": "pages/index/detail",
  475. "iconPath": "static/tabBar/tab-xxjl.png",
  476. "selectedIconPath": "static/tabBar/tab-xxjl-current.png",
  477. "text": "学习交流群"
  478. },
  479. {
  480. "pagePath": "pages/userhome/user",
  481. "iconPath": "static/tabBar/tab-my.png",
  482. "selectedIconPath": "static/tabBar/tab-my-current.png",
  483. "text": "我的"
  484. }
  485. ]
  486. },
  487. "condition": { //模式配置,仅开发期间生效
  488. "current": 0, //当前激活的模式(list 的索引项)
  489. "list": [{
  490. "name": "", //模式名称
  491. "path": "", //启动页面,必选
  492. "query": "" //启动参数,在页面的onLoad函数里面得到
  493. }]
  494. }
  495. }