pages.json 11 KB

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