pages.json 13 KB

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