pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. {
  2. "pages": [{
  3. "path": "pages/client/index", //默认首页
  4. "style": {
  5. // #ifdef H5
  6. "navigationStyle": "custom",
  7. // #endif
  8. "navigationBarTitleText": "",
  9. "navigationBarBackgroundColor": "#363B4D",
  10. "navigationBarTextStyle": "white"
  11. }
  12. },
  13. {
  14. "path": "pages/client/zui",
  15. "style": {
  16. // #ifdef H5
  17. "navigationStyle": "custom",
  18. // #endif
  19. "navigationBarTitleText": "追剧"
  20. }
  21. },
  22. {
  23. "path": "pages/client/tuan/zjgk",
  24. "style": {
  25. "navigationBarTitleText": "最近观看"
  26. }
  27. },
  28. {
  29. "path": "pages/client/tuan/wdxh",
  30. "style": {
  31. "navigationBarTitleText": "我的喜欢"
  32. }
  33. },
  34. {
  35. "path": "pages/client/tuan/zjjl",
  36. "style": {
  37. "navigationBarTitleText": "追剧记录"
  38. }
  39. },
  40. {
  41. "path": "pages/client/video/video",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "navigationStyle": "custom",
  45. "enablePullDownRefresh": false
  46. }
  47. },
  48. {
  49. "path": "pages/client/video",
  50. "style": {
  51. "navigationBarTitleText": "视频",
  52. // #ifndef MP-TOUTIAO
  53. "navigationStyle": "custom",
  54. // #endif
  55. "app-plus": {
  56. "titleNView": false,
  57. "subNVues": [{
  58. "id": "comment",
  59. "path": "pages/subnvue/comment",
  60. "style": {
  61. "height": "100%",
  62. "position": "absolute",
  63. "bottom": "0",
  64. "background": "transparent",
  65. "zindex": 1
  66. }
  67. }, {
  68. "id": "input-box",
  69. "path": "pages/subnvue/input-box",
  70. "style": {
  71. "height": "100%",
  72. "position": "absolute",
  73. "bottom": "0",
  74. "background": "transparent",
  75. "zindex": 2
  76. }
  77. }]
  78. }
  79. }
  80. },
  81. {
  82. "path": "pages/client/webva"
  83. },
  84. {
  85. "path": "pages/client/member/qrshare",
  86. "style": {
  87. "navigationBarTitleText": "分享"
  88. }
  89. },
  90. {
  91. "path": "pages/client/vipcard/index",
  92. "style": {
  93. "navigationBarTitleText": "会员卡详情"
  94. }
  95. },
  96. {
  97. "path": "pages/client/vipcard/vipcm",
  98. "style": {
  99. "navigationBarTitleText": "会员升级"
  100. }
  101. },
  102. {
  103. "path": "pages/client/vipcard/recharge",
  104. "style": {
  105. "navigationBarTitleText": "充值"
  106. }
  107. },
  108. {
  109. "path": "pages/client/vipcard/fxlog",
  110. "style": {
  111. "navigationBarTitleText": "明细"
  112. }
  113. },
  114. {
  115. "path": "pages/client/vipcard/moneylog",
  116. "style": {
  117. "navigationBarTitleText": "明细"
  118. }
  119. },
  120. {
  121. "path": "pages/client/member/tx",
  122. "style": {
  123. "navigationBarTitleText": "提现",
  124. "app-plus": {
  125. "titleNView": {
  126. "backgroundColor": "#f9f9f9",
  127. "buttons": [{
  128. "color": "#333",
  129. "fontSize": "15px",
  130. "width": "90px",
  131. "text": "提现记录"
  132. }]
  133. }
  134. }
  135. }
  136. },
  137. {
  138. "path": "pages/client/member/txjl",
  139. "style": {
  140. "navigationBarTitleText": "提现记录",
  141. "app-plus": {
  142. "titleNView": {
  143. "backgroundColor": "#f9f9f9"
  144. }
  145. }
  146. }
  147. },
  148. {
  149. "path": "pages/client/vipcard/integrallog",
  150. "style": {
  151. "navigationBarTitleText": "我的积分"
  152. }
  153. },
  154. {
  155. "path": "pages/client/vipcard/integraldh",
  156. "style": {
  157. "navigationBarTitleText": "积分兑换"
  158. }
  159. },
  160. {
  161. "path": "pages/set/set",
  162. "style": {
  163. "navigationBarTitleText": "设置"
  164. }
  165. },
  166. {
  167. "path": "pages/set/grzl/grzl",
  168. "style": {
  169. "navigationBarTitleText": "个人资料",
  170. "app-plus": {
  171. "titleNView": {
  172. "backgroundColor": "#f8f8f8"
  173. }
  174. }
  175. }
  176. },
  177. {
  178. "path": "pages/set/gywm/gywm",
  179. "style": {
  180. "navigationBarTitleText": "关于我们",
  181. "app-plus": {
  182. "titleNView": {
  183. "backgroundColor": "#f8f8f8"
  184. }
  185. }
  186. }
  187. }, {
  188. "path": "pages/set/grzl/modname/modname",
  189. "style": {
  190. "navigationBarTitleText": "修改姓名",
  191. "app-plus": {
  192. "titleNView": {
  193. "backgroundColor": "#f5f5f5"
  194. }
  195. }
  196. }
  197. }, {
  198. "path": "pages/set/grzl/nc/nc",
  199. "style": {
  200. "navigationBarTitleText": "修改昵称",
  201. "app-plus": {
  202. "titleNView": {
  203. "backgroundColor": "#f8f8f8"
  204. }
  205. }
  206. }
  207. }, {
  208. "path": "pages/set/grzl/wx/wx",
  209. "style": {
  210. "navigationBarTitleText": "修改微信号",
  211. "app-plus": {
  212. "titleNView": {
  213. "backgroundColor": "#f8f8f8"
  214. }
  215. }
  216. }
  217. },
  218. {
  219. "path": "pages/client/vipcard/adviser",
  220. "style": {
  221. "navigationBarTitleText": "专属顾问"
  222. }
  223. },
  224. {
  225. "path": "pages/client/vipcard/adviserchange",
  226. "style": {
  227. "navigationBarTitleText": "更换顾问"
  228. }
  229. },
  230. {
  231. "path": "pages/client/tuan/index",
  232. "style": {
  233. "navigationBarTitleText": "全部列表",
  234. "app-plus": {
  235. "titleNView": {
  236. "titleColor": "#3a3a3a",
  237. "backgroundColor": "#f9f9f9",
  238. "searchInput": {
  239. "backgroundColor": "#fff",
  240. "borderRadius": "6px",
  241. "placeholder": "请输入搜索内容",
  242. "autoFocus": false
  243. }
  244. }
  245. }
  246. }
  247. },
  248. {
  249. "path": "pages/client/tuan/ss",
  250. "style": {
  251. "navigationBarTitleText": "搜索列表",
  252. "app-plus": {
  253. "titleNView": {
  254. "titleColor": "#3a3a3a",
  255. "backgroundColor": "#f9f9f9",
  256. "searchInput": {
  257. "backgroundColor": "#fff",
  258. "borderRadius": "6px",
  259. "placeholder": "请输入关键字",
  260. "autoFocus": false
  261. }
  262. }
  263. }
  264. }
  265. },
  266. {
  267. "path": "pages/client/tuan/list",
  268. "style": {
  269. "navigationBarTitleText": "详情"
  270. }
  271. },
  272. {
  273. "path": "pages/client/tuan/detail",
  274. "style": {
  275. "navigationBarTitleText": "",
  276. "navigationStyle": "custom",
  277. "app-plus": {
  278. "titleNView": {
  279. "type": "transparent"
  280. }
  281. }
  282. }
  283. },
  284. {
  285. "path": "pages/client/tuan/info",
  286. "style": {
  287. "navigationBarTitleText": "详情"
  288. }
  289. },
  290. {
  291. "path": "pages/client/tuan/infotp",
  292. "style": {
  293. "navigationBarTitleText": "壁纸图片",
  294. "enablePullDownRefresh": false,
  295. "navigationStyle": "custom"
  296. }
  297. },
  298. {
  299. "path": "pages/client/tuan/buy",
  300. "style": {
  301. "navigationBarTitleText": "下单"
  302. }
  303. },
  304. {
  305. "path": "pages/client/tuan/share",
  306. "style": {
  307. "navigationBarTitleText": "顾问分享特惠福利"
  308. }
  309. },
  310. {
  311. "path": "pages/client/member/index",
  312. "style": {
  313. // #ifdef H5
  314. "navigationStyle": "custom",
  315. // #endif
  316. "navigationBarTitleText": "我的"
  317. }
  318. },
  319. {
  320. "path": "pages/client/member/info",
  321. "style": {
  322. "navigationBarTitleText": "生日设置"
  323. }
  324. },
  325. {
  326. "path": "pages/client/member/birthday",
  327. "style": {
  328. "navigationBarTitleText": "生日礼包记录"
  329. }
  330. },
  331. {
  332. "path": "pages/client/member/feedback",
  333. "style": {
  334. "navigationBarTitleText": "问题反馈"
  335. }
  336. },
  337. {
  338. "path": "pages/client/integral/index",
  339. "style": {
  340. "navigationBarTitleText": "积分商城"
  341. }
  342. },
  343. {
  344. "path": "pages/client/integral/role",
  345. "style": {
  346. "navigationBarTitleText": "赚积分"
  347. }
  348. },
  349. {
  350. "path": "pages/login/login",
  351. "style": {
  352. "navigationBarTitleText": "用户登录",
  353. "navigationBarBackgroundColor": "#FFFFFF"
  354. }
  355. },
  356. {
  357. "path": "pages/login/loginwxxcx",
  358. "style": {
  359. "navigationBarTitleText": "微信小程序登录",
  360. "navigationBarBackgroundColor": "#FFFFFF"
  361. }
  362. },
  363. {
  364. "path": "pages/login/logingzh",
  365. "style": {
  366. "navigationBarTitleText": "微信公众号登录",
  367. "navigationBarBackgroundColor": "#FFFFFF"
  368. }
  369. },
  370. {
  371. "path": "pages/login/reg",
  372. "style": {
  373. "navigationBarTitleText": "",
  374. "navigationBarBackgroundColor": "#FFFFFF"
  375. }
  376. },
  377. {
  378. "path": "pages/login/forget",
  379. "style": {
  380. "navigationBarTitleText": "忘记密码",
  381. "navigationBarBackgroundColor": "#FFFFFF"
  382. }
  383. },
  384. {
  385. "path": "pages/login/agreement",
  386. "style": {
  387. "navigationBarTitleText": "用户协议"
  388. }
  389. }
  390. , {
  391. "path": "pages/client/orders/orders",
  392. "style": {
  393. "navigationBarTitleText": "",
  394. "enablePullDownRefresh": false
  395. }
  396. }, {
  397. "path": "pages/client/consume/consume",
  398. "style": {
  399. "navigationBarTitleText": "",
  400. "enablePullDownRefresh": false
  401. }
  402. }
  403. ],
  404. "globalStyle": {
  405. "navigationBarTextStyle": "black",
  406. "navigationBarTitleText": "正在载入",
  407. "navigationBarBackgroundColor": "#FFFFFF",
  408. "backgroundColor": "#F5F6FA"
  409. },
  410. "tabBar": {
  411. "color": "#666666",
  412. "selectedColor": "#00c657",
  413. "borderStyle": "black",
  414. "backgroundColor": "#ffffff",
  415. "list": [{
  416. "pagePath": "pages/client/zui",
  417. "iconPath": "static/icon/zj.png",
  418. "selectedIconPath": "static/icon/xz_zj.png",
  419. "text": "追剧"
  420. },
  421. {
  422. "pagePath": "pages/client/index",
  423. "iconPath": "static/icon/jy.png",
  424. "selectedIconPath": "static/icon/xz_jy.png",
  425. "text": "小剧场"
  426. },
  427. // {
  428. // "pagePath": "pages/client/video",
  429. // "iconPath": "static/icon/yzy_zys.png",
  430. // "selectedIconPath": "static/icon/yzy_zyss.png",
  431. // "text": "推荐"
  432. // },
  433. {
  434. "pagePath": "pages/client/member/index",
  435. "iconPath": "static/icon/wd.png",
  436. "selectedIconPath": "static/icon/xz_wd.png",
  437. "text": "我的"
  438. }
  439. ]
  440. },
  441. "easycom": {
  442. "autoscan": true,
  443. "custom": {
  444. // "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  445. "com-(.*)": "@/components/common/$1.vue",
  446. "show-(.*)": "@/components/show/$1.vue",
  447. "countdown-(.*)": "@/components/countdown/$1.vue",
  448. "sub-(.*)": "@/components/sub/$1.vue",
  449. "upload-(.*)": "@/components/upload/$1.vue",
  450. "vipcard-(.*)": "@/components/vipcard/$1.vue",
  451. "dialog-(.*)": "@/components/dialog/$1.vue",
  452. "select-(.*)": "@/components/select/$1.vue",
  453. "home-(.*)": "@/pages/client/components/home/$1.vue",
  454. "order-(.*)": "@/pages/client/components/order/$1.vue"
  455. }
  456. }
  457. }