pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/common/launch",
  8. "style": {
  9. "navigationBarBackgroundColor":"#ffffff",
  10. "navigationBarTitleText": ""
  11. }
  12. },
  13. {
  14. "path": "pages/auth/login",
  15. "style": {
  16. "navigationBarBackgroundColor": "#ffffff",
  17. "navigationBarTitleText": "",
  18. "app-plus":{
  19. "titleNView":{
  20. "autoBackButton":false
  21. }
  22. }
  23. }
  24. },
  25. {
  26. "path": "pages/index/index",
  27. "style": {
  28. "navigationBarTextStyle": "white",
  29. "enablePullDownRefresh": false,
  30. "navigationStyle": "custom",
  31. "app-plus": {
  32. "bounce": "none"
  33. }
  34. }
  35. }
  36. ,{
  37. "path" : "pages/user/index",
  38. "style" :
  39. {
  40. "navigationBarTextStyle": "white",
  41. "enablePullDownRefresh": false,
  42. "navigationStyle": "custom",
  43. "app-plus": {
  44. "bounce": "none"
  45. }
  46. }
  47. }
  48. ,{
  49. "path" : "pages/customer/index",
  50. "style" :
  51. {
  52. "navigationBarBackgroundColor": "#ffffff",
  53. "navigationBarTextStyle": "black",
  54. "navigationBarTitleText": "会员数据",
  55. "enablePullDownRefresh": false,
  56. // "navigationStyle": "custom",
  57. "app-plus": {
  58. "bounce": "none"
  59. }
  60. }
  61. }
  62. ,{
  63. "path" : "pages/msg/index",
  64. "style" :
  65. {
  66. "navigationBarBackgroundColor": "#ffffff",
  67. "navigationBarTextStyle": "black",
  68. "navigationBarTitleText": "消息",
  69. "enablePullDownRefresh": false
  70. }
  71. }
  72. ,{
  73. "path" : "pages/user/about",
  74. "style" :
  75. {
  76. "navigationBarBackgroundColor": "#ffffff",
  77. "navigationBarTextStyle": "black",
  78. "navigationBarTitleText": "关于我们",
  79. "enablePullDownRefresh": false,
  80. // #ifdef H5
  81. "navigationStyle": "custom",
  82. // #endif
  83. // #ifndef H5
  84. "navigationStyle": "default",
  85. // #endif
  86. "app-plus": {
  87. "bounce": "none"
  88. }
  89. }
  90. }
  91. ,{
  92. "path" : "pages/user/editPwd",
  93. "style" :
  94. {
  95. "navigationBarBackgroundColor": "#ffffff",
  96. "navigationBarTextStyle": "black",
  97. "navigationBarTitleText": "修改密码",
  98. "enablePullDownRefresh": false
  99. }
  100. }
  101. ,{
  102. "path" : "pages/user/editUser",
  103. "style" :
  104. {
  105. "navigationBarBackgroundColor": "#ffffff",
  106. "navigationBarTextStyle": "black",
  107. "navigationBarTitleText": "设置",
  108. "enablePullDownRefresh": false,
  109. // #ifdef H5
  110. "navigationStyle": "custom",
  111. // #endif
  112. // #ifndef H5
  113. "navigationStyle": "default",
  114. // #endif
  115. "app-plus": {
  116. "bounce": "none"
  117. }
  118. }
  119. }
  120. ,{
  121. "path" : "pages/user/userInfo",
  122. "style" :
  123. {
  124. "navigationBarBackgroundColor": "#ffffff",
  125. "navigationBarTextStyle": "black",
  126. "navigationBarTitleText": "用户信息",
  127. "enablePullDownRefresh": false,
  128. // #ifdef H5
  129. "navigationStyle": "custom",
  130. // #endif
  131. // #ifndef H5
  132. "navigationStyle": "default",
  133. // #endif
  134. "app-plus": {
  135. "bounce": "none"
  136. }
  137. }
  138. }
  139. ,{
  140. "path" : "pages/user/users/users",
  141. "style" :
  142. {
  143. "navigationBarTitleText": "销售审核",
  144. "navigationBarBackgroundColor": "#ffffff",
  145. "navigationBarTextStyle": "black",
  146. "enablePullDownRefresh": false,
  147. // #ifdef H5
  148. "navigationStyle": "custom",
  149. // #endif
  150. // #ifndef H5
  151. "navigationStyle": "default",
  152. // #endif
  153. "app-plus": {
  154. "bounce": "none"
  155. }
  156. }
  157. }
  158. ,{
  159. "path" : "pages/user/users/userInfo",
  160. "style" :
  161. {
  162. "navigationBarBackgroundColor": "#ffffff",
  163. "navigationBarTextStyle": "black",
  164. "navigationBarTitleText": "员工详情",
  165. "enablePullDownRefresh": false,
  166. "navigationStyle": "custom",
  167. "app-plus": {
  168. "bounce": "none"
  169. }
  170. }
  171. },{
  172. "path" : "pages/courseManage/statistics",
  173. "style" :
  174. {
  175. "navigationBarBackgroundColor": "#ffffff",
  176. "navigationBarTextStyle": "black",
  177. "navigationBarTitleText": "",
  178. "enablePullDownRefresh": false,
  179. // #ifdef H5
  180. "navigationStyle": "custom",
  181. // #endif
  182. // #ifndef H5
  183. "navigationStyle": "default",
  184. // #endif
  185. "app-plus": {
  186. "bounce": "none"
  187. }
  188. }
  189. },
  190. {
  191. "path" : "pages/courseManage/operation/index",
  192. "style" :
  193. {
  194. "navigationBarBackgroundColor": "#ffffff",
  195. "navigationBarTextStyle": "black",
  196. "navigationBarTitleText": "课程数据详情",
  197. "enablePullDownRefresh": false,
  198. // #ifdef H5
  199. "navigationStyle": "custom",
  200. // #endif
  201. // #ifndef H5
  202. "navigationStyle": "default",
  203. // #endif
  204. "app-plus": {
  205. "bounce": "none"
  206. }
  207. }
  208. },
  209. {
  210. "path" : "pages/courseManage/vip/ManageDetail",
  211. "style" :
  212. {
  213. "navigationBarTitleText" : "会员详情",
  214. "navigationBarBackgroundColor": "#ffffff",
  215. "navigationBarTextStyle": "black",
  216. "enablePullDownRefresh": false,
  217. // #ifdef H5
  218. "navigationStyle": "custom",
  219. // #endif
  220. // #ifndef H5
  221. "navigationStyle": "default",
  222. // #endif
  223. "app-plus": {
  224. "bounce": "none"
  225. }
  226. }
  227. },
  228. {
  229. "path" : "pages/courseManage/manage/exprotList",
  230. "style" :
  231. {
  232. "navigationBarTitleText" : "审核列表",
  233. "navigationBarBackgroundColor": "#ffffff",
  234. "navigationBarTextStyle": "black",
  235. "enablePullDownRefresh": false,
  236. // #ifdef H5
  237. "navigationStyle": "custom",
  238. // #endif
  239. // #ifndef H5
  240. "navigationStyle": "default",
  241. // #endif
  242. "app-plus": {
  243. "bounce": "none"
  244. }
  245. }
  246. },
  247. {
  248. "path" : "pages/courseManage/manage/lableSetup",
  249. "style" :
  250. {
  251. "navigationBarTitleText" : "标签设置",
  252. "navigationBarBackgroundColor": "#ffffff",
  253. "navigationBarTextStyle": "black",
  254. "enablePullDownRefresh": false,
  255. // #ifdef H5
  256. "navigationStyle": "custom",
  257. // #endif
  258. // #ifndef H5
  259. "navigationStyle": "default",
  260. // #endif
  261. "app-plus": {
  262. "bounce": "none"
  263. }
  264. }
  265. },
  266. {
  267. "path" : "pages/courseManage/manage/userDataDetail",
  268. "style" :
  269. {
  270. "navigationBarTitleText" : "账户数据明细",
  271. "navigationBarBackgroundColor": "#ffffff",
  272. "navigationBarTextStyle": "black",
  273. "enablePullDownRefresh": false,
  274. "navigationStyle": "custom",
  275. "app-plus": {
  276. "bounce": "none"
  277. }
  278. }
  279. },
  280. {
  281. "path" : "pages/courseManage/manage/manageDetail",
  282. "style" :
  283. {
  284. "navigationBarTitleText" : "群管详情页",
  285. "navigationBarBackgroundColor": "#ffffff",
  286. "navigationBarTextStyle": "black",
  287. "enablePullDownRefresh": false,
  288. // #ifdef H5
  289. "navigationStyle": "custom",
  290. // #endif
  291. // 小程序保留默认
  292. // #ifndef H5
  293. "navigationStyle": "default",
  294. // #endif
  295. "app-plus": {
  296. "bounce": "none"
  297. }
  298. }
  299. },
  300. {
  301. "path" : "pages/courseManage/manage/changeVip",
  302. "style" :
  303. {
  304. "navigationBarTitleText" : "更换会员归属",
  305. "navigationBarBackgroundColor": "#ffffff",
  306. "navigationBarTextStyle": "black",
  307. "enablePullDownRefresh": false,
  308. // #ifdef H5
  309. "navigationStyle": "custom",
  310. // #endif
  311. // #ifndef H5
  312. "navigationStyle": "default",
  313. // #endif
  314. "app-plus": {
  315. "bounce": "none"
  316. }
  317. }
  318. },
  319. {
  320. "path" : "pages/courseManage/course/becomeVip",
  321. "style" :
  322. {
  323. "navigationBarTitleText" : "注册",
  324. "navigationBarBackgroundColor": "#ffffff",
  325. "navigationBarTextStyle": "black",
  326. "enablePullDownRefresh": false,
  327. "navigationStyle": "custom",
  328. "app-plus": {
  329. "bounce": "none"
  330. }
  331. }
  332. },
  333. {
  334. "path" : "pages/courseManage/manage/setup",
  335. "style" :
  336. {
  337. "navigationBarTitleText" : "经销商设置",
  338. "navigationBarTextStyle": "black",
  339. "enablePullDownRefresh": false,
  340. "navigationStyle": "custom",
  341. "app-plus": {
  342. "bounce": "none"
  343. }
  344. }
  345. },
  346. {
  347. "path" : "pages/courseManage/manage/manageIndex",
  348. "style" :
  349. {
  350. "navigationBarTitleText" : "管理",
  351. "navigationBarBackgroundColor": "#ffffff",
  352. "navigationBarTextStyle": "black",
  353. "enablePullDownRefresh": false,
  354. // #ifdef H5
  355. "navigationStyle": "custom",
  356. // #endif
  357. // #ifndef H5
  358. "navigationStyle": "default",
  359. // #endif
  360. "app-plus": {
  361. "bounce": "none"
  362. }
  363. }
  364. },
  365. {
  366. "path" : "pages/courseManage/course/courseVideo",
  367. "style" :
  368. {
  369. "navigationBarTitleText" : "课程详情",
  370. "navigationBarBackgroundColor": "#ffffff",
  371. "navigationBarTextStyle": "black",
  372. "enablePullDownRefresh": false,
  373. // #ifdef H5
  374. "navigationStyle": "custom",
  375. // #endif
  376. // #ifndef H5
  377. "navigationStyle": "default",
  378. // #endif
  379. "app-plus": {
  380. "bounce": "none"
  381. }
  382. }
  383. },
  384. {
  385. "path" : "pages/courseManage/course/becomeSale",
  386. "style" :
  387. {
  388. "navigationBarTitleText" : "注册"
  389. }
  390. },
  391. {
  392. "path" : "pages/course/course",
  393. "style" :
  394. {
  395. "navigationBarTitleText" : "课程库",
  396. "navigationBarTextStyle": "black",
  397. "enablePullDownRefresh": true,
  398. // "navigationStyle": "custom",
  399. "app-plus": {
  400. "bounce": "none"
  401. }
  402. }
  403. },
  404. {
  405. "path" : "pages/urgeCourse/urgeCourse",
  406. "style" :
  407. {
  408. "navigationBarTitleText" : "催课面板",
  409. "navigationBarTextStyle": "black",
  410. "enablePullDownRefresh": false,
  411. "app-plus": {
  412. "bounce": "none"
  413. }
  414. }
  415. },
  416. {
  417. "path" : "pages/user/users/becomeVIP",
  418. "style" :
  419. {
  420. "navigationBarTitleText" : "注册会员",
  421. "navigationBarTextStyle": "black",
  422. "enablePullDownRefresh": false,
  423. "navigationStyle": "custom",
  424. "app-plus": {
  425. "bounce": "none"
  426. }
  427. }
  428. },
  429. {
  430. "path" : "pages/auth/wxlogin",
  431. "style" :
  432. {
  433. "navigationBarTitleText" : "登录",
  434. "navigationStyle": "custom"
  435. }
  436. },
  437. {
  438. "path" : "pages/enterprise/enterprise",
  439. "style" :
  440. {
  441. "navigationBarTitleText" : "",
  442. "navigationStyle": "custom"
  443. }
  444. },
  445. {
  446. "path" : "pages/user/wxuser",
  447. "style" :
  448. {
  449. "navigationBarTitleText" : "",
  450. "navigationStyle": "custom"
  451. }
  452. }
  453. ],
  454. "subPackages": [
  455. {
  456. "root": "pages_course",
  457. "pages": [
  458. {
  459. "path": "video",
  460. "style": {
  461. "navigationBarTitleText": "看课",
  462. "navigationStyle": "custom",
  463. "app-plus": {
  464. "titleNView": false
  465. }
  466. }
  467. }
  468. ]
  469. }
  470. ],
  471. "globalStyle": {
  472. "navigationBarTextStyle": "black",
  473. "navigationBarTitleText": "看课管理",
  474. "navigationBarBackgroundColor": "#FFFFFF",
  475. "backgroundColor": "#FFFFFF"
  476. },
  477. "tabBar": {
  478. "color": "#7e7e7e",
  479. "selectedColor": "#1773ff",
  480. "borderStyle": "white",
  481. "backgroundColor": "#ffffff",
  482. "height": "70px",
  483. "fontSize":"12px",
  484. "iconWidth":"20px",
  485. "spacing": "8px",
  486. "list": [
  487. {
  488. "pagePath": "pages/index/index",
  489. "iconPath": "/static/manageTabIcon/data.png",
  490. "selectedIconPath": "/static/manageTabIcon/data_on.png",
  491. "text": "数据"
  492. },
  493. {
  494. "pagePath": "pages/course/course",
  495. "iconPath": "/static/manageTabIcon/liveclasses.png",
  496. "selectedIconPath": "/static/manageTabIcon/liveclasses_on.png",
  497. "text": "课程库"
  498. },
  499. {
  500. "pagePath": "pages/customer/index",
  501. "iconPath": "/static/manageTabIcon/vip.png",
  502. "selectedIconPath": "/static/manageTabIcon/vip_on.png",
  503. "text": "会员"
  504. },
  505. {
  506. "pagePath": "pages/urgeCourse/urgeCourse",
  507. "iconPath": "/static/manageTabIcon/training.png",
  508. "selectedIconPath": "/static/manageTabIcon/training_on.png",
  509. "text": "催课"
  510. },
  511. {
  512. "pagePath": "pages/user/index",
  513. "iconPath": "/static/manageTabIcon/manage.png",
  514. "selectedIconPath": "/static/manageTabIcon/manage_on.png",
  515. "text": "管理"
  516. }
  517. ]
  518. }
  519. }