pages.json 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  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. "navigationBarTextStyle": "white",
  277. "navigationBarBackgroundColor": "#000000",
  278. // "navigationStyle": "custom",
  279. "app-plus": {
  280. "titleNView": {
  281. "type": "transparent"
  282. }
  283. }
  284. }
  285. },
  286. {
  287. "path": "pages/client/tuan/info",
  288. "style": {
  289. "navigationBarTitleText": "详情"
  290. }
  291. },
  292. {
  293. "path": "pages/client/tuan/infotp",
  294. "style": {
  295. "navigationBarTitleText": "壁纸图片",
  296. "enablePullDownRefresh": false,
  297. "navigationStyle": "custom"
  298. }
  299. },
  300. {
  301. "path": "pages/client/tuan/buy",
  302. "style": {
  303. "navigationBarTitleText": "下单"
  304. }
  305. },
  306. {
  307. "path": "pages/client/tuan/share",
  308. "style": {
  309. "navigationBarTitleText": "顾问分享特惠福利"
  310. }
  311. },
  312. {
  313. "path": "pages/client/member/index",
  314. "style": {
  315. // #ifdef H5
  316. "navigationStyle": "custom",
  317. // #endif
  318. "navigationBarTitleText": "我的"
  319. }
  320. },
  321. {
  322. "path": "pages/client/member/info",
  323. "style": {
  324. "navigationBarTitleText": "生日设置"
  325. }
  326. },
  327. {
  328. "path": "pages/client/member/birthday",
  329. "style": {
  330. "navigationBarTitleText": "生日礼包记录"
  331. }
  332. },
  333. {
  334. "path": "pages/client/member/feedback",
  335. "style": {
  336. "navigationBarTitleText": "问题反馈"
  337. }
  338. },
  339. {
  340. "path": "pages/client/integral/index",
  341. "style": {
  342. "navigationBarTitleText": "积分商城"
  343. }
  344. },
  345. {
  346. "path": "pages/client/integral/role",
  347. "style": {
  348. "navigationBarTitleText": "赚积分"
  349. }
  350. },
  351. {
  352. "path": "pages/login/login",
  353. "style": {
  354. "navigationBarTitleText": "用户登录",
  355. "navigationBarBackgroundColor": "#FFFFFF"
  356. }
  357. },
  358. {
  359. "path": "pages/login/loginwxxcx",
  360. "style": {
  361. "navigationBarTitleText": "微信小程序登录",
  362. "navigationBarBackgroundColor": "#FFFFFF"
  363. }
  364. },
  365. {
  366. "path": "pages/login/logingzh",
  367. "style": {
  368. "navigationBarTitleText": "微信公众号登录",
  369. "navigationBarBackgroundColor": "#FFFFFF"
  370. }
  371. },
  372. {
  373. "path": "pages/login/reg",
  374. "style": {
  375. "navigationBarTitleText": "",
  376. "navigationBarBackgroundColor": "#FFFFFF"
  377. }
  378. },
  379. {
  380. "path": "pages/login/forget",
  381. "style": {
  382. "navigationBarTitleText": "忘记密码",
  383. "navigationBarBackgroundColor": "#FFFFFF"
  384. }
  385. },
  386. {
  387. "path": "pages/login/agreement",
  388. "style": {
  389. "navigationBarTitleText": "用户协议"
  390. }
  391. }
  392. ,{
  393. "path" : "pages/client/orders/orders",
  394. "style" :
  395. {
  396. "navigationBarTitleText": "",
  397. "enablePullDownRefresh": false
  398. }
  399. }
  400. ,{
  401. "path" : "pages/client/consume/consume",
  402. "style" :
  403. {
  404. "navigationBarTitleText": "",
  405. "enablePullDownRefresh": false
  406. }
  407. }
  408. ],
  409. "globalStyle": {
  410. "navigationBarTextStyle": "black",
  411. "navigationBarTitleText": "正在载入",
  412. "navigationBarBackgroundColor": "#FFFFFF",
  413. "backgroundColor": "#F5F6FA"
  414. },
  415. "tabBar": {
  416. "color": "#666666",
  417. "selectedColor": "#00c657",
  418. "borderStyle": "black",
  419. "backgroundColor": "#ffffff",
  420. "list": [{
  421. "pagePath": "pages/client/zui",
  422. "iconPath": "static/icon/zj.png",
  423. "selectedIconPath": "static/icon/xz_zj.png",
  424. "text": "追剧"
  425. },
  426. {
  427. "pagePath": "pages/client/index",
  428. "iconPath": "static/icon/jy.png",
  429. "selectedIconPath": "static/icon/xz_jy.png",
  430. "text": "剧院"
  431. },
  432. {
  433. "pagePath": "pages/client/member/index",
  434. "iconPath": "static/icon/wd.png",
  435. "selectedIconPath": "static/icon/xz_wd.png",
  436. "text": "我的"
  437. }
  438. ]
  439. },
  440. "easycom": {
  441. "autoscan": true,
  442. "custom": {
  443. "com-(.*)": "@/components/common/$1.vue",
  444. "show-(.*)": "@/components/show/$1.vue",
  445. "countdown-(.*)": "@/components/countdown/$1.vue",
  446. "sub-(.*)": "@/components/sub/$1.vue",
  447. "upload-(.*)": "@/components/upload/$1.vue",
  448. "vipcard-(.*)": "@/components/vipcard/$1.vue",
  449. "dialog-(.*)": "@/components/dialog/$1.vue",
  450. "select-(.*)": "@/components/select/$1.vue",
  451. "home-(.*)": "@/pages/client/components/home/$1.vue",
  452. "order-(.*)": "@/pages/client/components/order/$1.vue"
  453. }
  454. }
  455. }