pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  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. // #ifdef H5
  178. "navigationStyle": "custom",
  179. // #endif
  180. // #ifndef H5
  181. "navigationStyle": "default",
  182. // #endif
  183. "app-plus": {
  184. "bounce": "none"
  185. }
  186. }
  187. },{
  188. "path" : "pages/courseManage/statistics",
  189. "style" :
  190. {
  191. "navigationBarBackgroundColor": "#ffffff",
  192. "navigationBarTextStyle": "black",
  193. "navigationBarTitleText": "",
  194. "enablePullDownRefresh": false,
  195. // #ifdef H5
  196. "navigationStyle": "custom",
  197. // #endif
  198. // #ifndef H5
  199. "navigationStyle": "default",
  200. // #endif
  201. "app-plus": {
  202. "bounce": "none"
  203. }
  204. }
  205. },
  206. {
  207. "path" : "pages/courseManage/operation/index",
  208. "style" :
  209. {
  210. "navigationBarBackgroundColor": "#ffffff",
  211. "navigationBarTextStyle": "black",
  212. "navigationBarTitleText": "课程数据详情",
  213. "enablePullDownRefresh": false,
  214. // #ifdef H5
  215. "navigationStyle": "custom",
  216. // #endif
  217. // #ifndef H5
  218. "navigationStyle": "default",
  219. // #endif
  220. "app-plus": {
  221. "bounce": "none"
  222. }
  223. }
  224. },
  225. {
  226. "path" : "pages/courseManage/vip/ManageDetail",
  227. "style" :
  228. {
  229. "navigationBarTitleText" : "会员详情",
  230. "navigationBarBackgroundColor": "#ffffff",
  231. "navigationBarTextStyle": "black",
  232. "enablePullDownRefresh": false,
  233. // #ifdef H5
  234. "navigationStyle": "custom",
  235. // #endif
  236. // #ifndef H5
  237. "navigationStyle": "default",
  238. // #endif
  239. "app-plus": {
  240. "bounce": "none"
  241. }
  242. }
  243. },
  244. {
  245. "path" : "pages/courseManage/manage/exprotList",
  246. "style" :
  247. {
  248. "navigationBarTitleText" : "审核列表",
  249. "navigationBarBackgroundColor": "#ffffff",
  250. "navigationBarTextStyle": "black",
  251. "enablePullDownRefresh": false,
  252. // #ifdef H5
  253. "navigationStyle": "custom",
  254. // #endif
  255. // #ifndef H5
  256. "navigationStyle": "default",
  257. // #endif
  258. "app-plus": {
  259. "bounce": "none"
  260. }
  261. }
  262. },
  263. {
  264. "path" : "pages/courseManage/manage/lableSetup",
  265. "style" :
  266. {
  267. "navigationBarTitleText" : "标签设置",
  268. "navigationBarBackgroundColor": "#ffffff",
  269. "navigationBarTextStyle": "black",
  270. "enablePullDownRefresh": false,
  271. // #ifdef H5
  272. "navigationStyle": "custom",
  273. // #endif
  274. // #ifndef H5
  275. "navigationStyle": "default",
  276. // #endif
  277. "app-plus": {
  278. "bounce": "none"
  279. }
  280. }
  281. },
  282. {
  283. "path" : "pages/courseManage/manage/userDataDetail",
  284. "style" :
  285. {
  286. "navigationBarTitleText" : "账户数据明细",
  287. "navigationBarBackgroundColor": "#ffffff",
  288. "navigationBarTextStyle": "black",
  289. "enablePullDownRefresh": false,
  290. "navigationStyle": "custom",
  291. "app-plus": {
  292. "bounce": "none"
  293. }
  294. }
  295. },
  296. {
  297. "path" : "pages/courseManage/manage/changeVip",
  298. "style" :
  299. {
  300. "navigationBarTitleText" : "更换会员归属",
  301. "navigationBarBackgroundColor": "#ffffff",
  302. "navigationBarTextStyle": "black",
  303. "enablePullDownRefresh": false,
  304. // #ifdef H5
  305. "navigationStyle": "custom",
  306. // #endif
  307. // #ifndef H5
  308. "navigationStyle": "default",
  309. // #endif
  310. "app-plus": {
  311. "bounce": "none"
  312. }
  313. }
  314. },
  315. {
  316. "path" : "pages/courseManage/manage/setup",
  317. "style" :
  318. {
  319. "navigationBarTitleText" : "经销商设置",
  320. "navigationBarTextStyle": "black",
  321. "enablePullDownRefresh": false,
  322. "navigationStyle": "custom",
  323. "app-plus": {
  324. "bounce": "none"
  325. }
  326. }
  327. },
  328. {
  329. "path" : "pages/course/course",
  330. "style" :
  331. {
  332. "navigationBarTitleText" : "课程库",
  333. "navigationBarTextStyle": "black",
  334. "enablePullDownRefresh": false,
  335. // "navigationStyle": "custom",
  336. "app-plus": {
  337. "bounce": "none"
  338. }
  339. }
  340. },
  341. {
  342. "path" : "pages/urgeCourse/urgeCourse",
  343. "style" :
  344. {
  345. "navigationBarTitleText" : "催课面板",
  346. "navigationBarTextStyle": "black",
  347. "enablePullDownRefresh": false,
  348. "app-plus": {
  349. "bounce": "none"
  350. }
  351. }
  352. },
  353. {
  354. "path" : "pages/user/users/becomeVIP",
  355. "style" :
  356. {
  357. "navigationBarTitleText" : "注册会员",
  358. "navigationBarTextStyle": "black",
  359. "enablePullDownRefresh": false,
  360. "navigationStyle": "custom",
  361. "app-plus": {
  362. "bounce": "none"
  363. }
  364. }
  365. },
  366. {
  367. "path" : "pages/auth/wxlogin",
  368. "style" :
  369. {
  370. "navigationBarTitleText" : "登录",
  371. "navigationStyle": "custom"
  372. }
  373. },
  374. {
  375. "path" : "pages/enterprise/enterprise",
  376. "style" :
  377. {
  378. "navigationBarTitleText" : "",
  379. "navigationStyle": "custom"
  380. }
  381. }
  382. // {
  383. // "path" : "pages/auth/callback",
  384. // "style" :
  385. // {
  386. // "navigationBarTitleText" : ""
  387. // }
  388. // }
  389. ],
  390. "subPackages": [
  391. {
  392. "root": "pages_manage",
  393. "pages": [
  394. {
  395. "path" : "manageDetail",
  396. "style" :
  397. {
  398. "navigationBarTitleText" : "群管详情页",
  399. "navigationBarBackgroundColor": "#ffffff",
  400. "navigationBarTextStyle": "black",
  401. "enablePullDownRefresh": false,
  402. // #ifdef H5
  403. "navigationStyle": "custom",
  404. // #endif
  405. // 小程序保留默认
  406. // #ifndef H5
  407. "navigationStyle":"default",
  408. // #endif
  409. "app-plus": {
  410. "bounce": "none"
  411. }
  412. }
  413. },
  414. {
  415. "path" : "manageIndex",
  416. "style" :
  417. {
  418. "navigationBarTitleText" : "管理",
  419. "navigationBarBackgroundColor": "#ffffff",
  420. "navigationBarTextStyle": "black",
  421. "enablePullDownRefresh": false,
  422. // #ifdef H5
  423. "navigationStyle": "custom",
  424. // #endif
  425. // #ifndef H5
  426. "navigationStyle": "default",
  427. // #endif
  428. "app-plus": {
  429. "bounce": "none"
  430. }
  431. }
  432. },
  433. {
  434. "path": "actDetail",
  435. "style": {
  436. "navigationBarTitleText": "用户行为轨迹",
  437. "app-plus": {
  438. "titleNView": false
  439. }
  440. }
  441. }
  442. ]
  443. },
  444. {
  445. "root": "pages_course",
  446. "pages": [
  447. {
  448. "path": "videovip",//会员看课
  449. "style": {
  450. "navigationBarTitleText": "看课",
  451. "navigationStyle": "custom",
  452. "app-plus": {
  453. "titleNView": false
  454. }
  455. }
  456. },
  457. {
  458. "path" : "course/becomeSale",
  459. "style" :
  460. {
  461. "navigationBarTitleText" : "注册"
  462. }
  463. },
  464. {
  465. "path" : "course/courseVideo",
  466. "style" :
  467. {
  468. "navigationBarTitleText" : "课程详情",
  469. "navigationBarBackgroundColor": "#ffffff",
  470. "navigationBarTextStyle": "black",
  471. "enablePullDownRefresh": false,
  472. // #ifdef H5
  473. "navigationStyle": "custom",
  474. // #endif
  475. // #ifndef H5
  476. "navigationStyle": "default",
  477. // #endif
  478. "app-plus": {
  479. "bounce": "none"
  480. }
  481. }
  482. },
  483. {
  484. "path": "video",//企微看课
  485. "style": {
  486. "navigationBarTitleText": "看课",
  487. "navigationStyle": "custom",
  488. "app-plus": {
  489. "titleNView": false
  490. }
  491. }
  492. },
  493. {
  494. "path": "reward",
  495. "style": {
  496. "navigationBarTitleText": "奖励",
  497. "navigationStyle": "custom",
  498. "app-plus": {
  499. "titleNView": false
  500. }
  501. }
  502. },
  503. {
  504. "path" : "webview",
  505. "style" :
  506. {
  507. "navigationBarTitleText" : "授权登录",
  508. "navigationBarTextStyle": "black",
  509. "enablePullDownRefresh": false,
  510. "navigationStyle": "custom",
  511. "app-plus": {
  512. "bounce": "none"
  513. }
  514. }
  515. },
  516. {
  517. "path" : "exportlist/exportlist",
  518. "style" :
  519. {
  520. "navigationBarTitleText" : "导出列表",
  521. "navigationBarBackgroundColor": "#ffffff",
  522. "navigationBarTextStyle": "black",
  523. "enablePullDownRefresh": false,
  524. // #ifdef H5
  525. "navigationStyle": "custom",
  526. // #endif
  527. // #ifndef H5
  528. "navigationStyle":"default",
  529. // #endif
  530. "app-plus": {
  531. "bounce": "none"
  532. }
  533. }
  534. }
  535. ]
  536. }
  537. ],
  538. "globalStyle": {
  539. "navigationBarTextStyle": "black",
  540. "navigationBarTitleText": "看课管理",
  541. "navigationBarBackgroundColor": "#FFFFFF",
  542. "backgroundColor": "#FFFFFF"
  543. },
  544. "tabBar": {
  545. "color": "#7e7e7e",
  546. "selectedColor": "#1773ff",
  547. "borderStyle": "white",
  548. "backgroundColor": "#ffffff",
  549. "height": "70px",
  550. "fontSize":"12px",
  551. "iconWidth":"20px",
  552. "spacing": "8px",
  553. "list": [
  554. {
  555. "pagePath": "pages/index/index",
  556. "iconPath": "/static/manageTabIcon/data.png",
  557. "selectedIconPath": "/static/manageTabIcon/data_on.png",
  558. "text": "数据"
  559. },
  560. {
  561. "pagePath": "pages/course/course",
  562. "iconPath": "/static/manageTabIcon/liveclasses.png",
  563. "selectedIconPath": "/static/manageTabIcon/liveclasses_on.png",
  564. "text": "课程库"
  565. },
  566. {
  567. "pagePath": "pages/customer/index",
  568. "iconPath": "/static/manageTabIcon/vip.png",
  569. "selectedIconPath": "/static/manageTabIcon/vip_on.png",
  570. "text": "会员"
  571. },
  572. {
  573. "pagePath": "pages/urgeCourse/urgeCourse",
  574. "iconPath": "/static/manageTabIcon/training.png",
  575. "selectedIconPath": "/static/manageTabIcon/training_on.png",
  576. "text": "催课"
  577. },
  578. {
  579. "pagePath": "pages/user/index",
  580. "iconPath": "/static/manageTabIcon/manage.png",
  581. "selectedIconPath": "/static/manageTabIcon/manage_on.png",
  582. "text": "管理"
  583. }
  584. ]
  585. }
  586. }