pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  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. "navigationBarBackgroundColor": "#ffffff",
  29. "navigationBarTextStyle": "black",
  30. "navigationBarTitleText": "首页",
  31. "enablePullDownRefresh": false
  32. }
  33. }
  34. ,{
  35. "path" : "pages/user/index",
  36. "style" :
  37. {
  38. "navigationBarTextStyle": "white",
  39. "navigationBarTitleText": "我的",
  40. "enablePullDownRefresh": false
  41. }
  42. }
  43. ,{
  44. "path" : "pages/customer/index",
  45. "style" :
  46. {
  47. "navigationBarBackgroundColor": "#ffffff",
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "客户",
  50. "enablePullDownRefresh": false
  51. }
  52. }
  53. ,{
  54. "path" : "pages/msg/index",
  55. "style" :
  56. {
  57. "navigationBarBackgroundColor": "#ffffff",
  58. "navigationBarTextStyle": "black",
  59. "navigationBarTitleText": "消息",
  60. "enablePullDownRefresh": false
  61. }
  62. }
  63. ,{
  64. "path" : "pages/user/ai/index",
  65. "style" :
  66. {
  67. "navigationBarBackgroundColor": "#ffffff",
  68. "navigationBarTextStyle": "black",
  69. "navigationBarTitleText": "AI智能客服",
  70. "enablePullDownRefresh": false
  71. }
  72. }
  73. ,{
  74. "path" : "pages/user/about",
  75. "style" :
  76. {
  77. "navigationBarBackgroundColor": "#ffffff",
  78. "navigationBarTextStyle": "black",
  79. "navigationBarTitleText": "关于我们",
  80. "enablePullDownRefresh": false
  81. }
  82. }
  83. ,{
  84. "path" : "pages/user/editPwd",
  85. "style" :
  86. {
  87. "navigationBarBackgroundColor": "#ffffff",
  88. "navigationBarTextStyle": "black",
  89. "navigationBarTitleText": "修改密码",
  90. "enablePullDownRefresh": false
  91. }
  92. }
  93. ,{
  94. "path" : "pages/user/editUser",
  95. "style" :
  96. {
  97. "navigationBarBackgroundColor": "#ffffff",
  98. "navigationBarTextStyle": "black",
  99. "navigationBarTitleText": "用户信息",
  100. "enablePullDownRefresh": false
  101. }
  102. }
  103. ,{
  104. "path" : "pages/user/userInfo",
  105. "style" :
  106. {
  107. "navigationBarBackgroundColor": "#ffffff",
  108. "navigationBarTextStyle": "black",
  109. "navigationBarTitleText": "用户信息",
  110. "enablePullDownRefresh": false
  111. }
  112. }
  113. ,{
  114. "path" : "pages/user/qwSop/sop",
  115. "style" :
  116. {
  117. "navigationBarBackgroundColor": "#ffffff",
  118. "navigationBarTextStyle": "black",
  119. "navigationBarTitleText": "群发列表",
  120. "enablePullDownRefresh": false
  121. }
  122. }
  123. ,{
  124. "path" : "pages/user/qwSop/sopLosList",
  125. "style" :
  126. {
  127. "navigationBarBackgroundColor": "#ffffff",
  128. "navigationBarTextStyle": "black",
  129. "navigationBarTitleText": "群发记录",
  130. "enablePullDownRefresh": false
  131. }
  132. }
  133. ,{
  134. "path" : "pages/user/qwSop/sopLogsDetails",
  135. "style" :
  136. {
  137. "navigationBarBackgroundColor": "#ffffff",
  138. "navigationBarTextStyle": "black",
  139. "navigationBarTitleText": "记录详情",
  140. "enablePullDownRefresh": false
  141. }
  142. }
  143. ,{
  144. "path" : "pages/user/courseSop/sop",
  145. "style" :
  146. {
  147. "navigationBarBackgroundColor": "#ffffff",
  148. "navigationBarTextStyle": "black",
  149. "navigationBarTitleText": "群发列表",
  150. "enablePullDownRefresh": false
  151. }
  152. }
  153. ,{
  154. "path" : "pages/user/courseSop/sopLosList",
  155. "style" :
  156. {
  157. "navigationBarBackgroundColor": "#ffffff",
  158. "navigationBarTextStyle": "black",
  159. "navigationBarTitleText": "群发记录",
  160. "enablePullDownRefresh": false
  161. }
  162. }
  163. ,{
  164. "path" : "pages/user/courseSop/sopLogsDetails",
  165. "style" :
  166. {
  167. "navigationBarBackgroundColor": "#ffffff",
  168. "navigationBarTextStyle": "black",
  169. "navigationBarTitleText": "记录详情",
  170. "enablePullDownRefresh": false
  171. }
  172. }
  173. ,{
  174. "path" : "pages/user/users/users",
  175. "style" :
  176. {
  177. "navigationBarBackgroundColor": "#ffffff",
  178. "navigationBarTextStyle": "black",
  179. "navigationBarTitleText": "员工列表",
  180. "enablePullDownRefresh": false
  181. }
  182. }
  183. ,{
  184. "path" : "pages/user/users/userInfo",
  185. "style" :
  186. {
  187. "navigationBarBackgroundColor": "#ffffff",
  188. "navigationBarTextStyle": "black",
  189. "navigationBarTitleText": "员工详情",
  190. "enablePullDownRefresh": false
  191. }
  192. }
  193. ,{
  194. "path" : "pages/user/crm/lineCustomer",
  195. "style" :
  196. {
  197. "navigationBarBackgroundColor": "#ffffff",
  198. "navigationBarTextStyle": "black",
  199. "navigationBarTitleText": "线索客户",
  200. "enablePullDownRefresh": false
  201. }
  202. }
  203. ,{
  204. "path" : "pages/user/crm/myCustomer",
  205. "style" :
  206. {
  207. "navigationBarBackgroundColor": "#ffffff",
  208. "navigationBarTextStyle": "black",
  209. "navigationBarTitleText": "我的客户",
  210. "enablePullDownRefresh": false
  211. }
  212. }
  213. ,{
  214. "path" : "pages/user/crm/customerDetails",
  215. "style" :
  216. {
  217. "navigationBarBackgroundColor": "#ffffff",
  218. "navigationBarTextStyle": "black",
  219. "navigationBarTitleText": "客户详情",
  220. "enablePullDownRefresh": false
  221. }
  222. }
  223. ,{
  224. "path" : "pages/user/crm/importWxUser",
  225. "style" :
  226. {
  227. "navigationBarBackgroundColor": "#ffffff",
  228. "navigationBarTextStyle": "black",
  229. "navigationBarTitleText": "导入客户",
  230. "enablePullDownRefresh": false
  231. }
  232. },{
  233. "path" : "pages/courseManage/index",
  234. "style" :
  235. {
  236. "navigationBarBackgroundColor": "#ffffff",
  237. "navigationBarTextStyle": "black",
  238. "navigationBarTitleText": "",
  239. "enablePullDownRefresh": false,
  240. "navigationStyle": "custom",
  241. "app-plus": {
  242. "bounce": "none"
  243. }
  244. }
  245. },{
  246. "path" : "pages/courseManage/statistics",
  247. "style" :
  248. {
  249. "navigationBarBackgroundColor": "#ffffff",
  250. "navigationBarTextStyle": "black",
  251. "navigationBarTitleText": "",
  252. "enablePullDownRefresh": false,
  253. "navigationStyle": "custom",
  254. "app-plus": {
  255. "bounce": "none"
  256. }
  257. }
  258. },
  259. {
  260. "path" : "pages/courseManage/vip/ManageDetail",
  261. "style" :
  262. {
  263. "navigationBarTitleText" : "会员详情",
  264. "navigationBarBackgroundColor": "#ffffff",
  265. "navigationBarTextStyle": "black",
  266. "enablePullDownRefresh": false,
  267. "navigationStyle": "custom",
  268. "app-plus": {
  269. "bounce": "none"
  270. }
  271. }
  272. },
  273. {
  274. "path" : "pages/courseManage/course/learning",
  275. "style" :
  276. {
  277. "navigationBarBackgroundColor": "#ffffff",
  278. "navigationBarTextStyle": "black",
  279. "navigationBarTitleText": "课程详情",
  280. "enablePullDownRefresh": false,
  281. "navigationStyle": "custom",
  282. "app-plus": {
  283. "bounce": "none"
  284. }
  285. }
  286. },
  287. {
  288. "path" : "pages/courseManage/manage/exprotList",
  289. "style" :
  290. {
  291. "navigationBarTitleText" : "导出列表",
  292. "navigationBarBackgroundColor": "#ffffff"
  293. }
  294. },
  295. {
  296. "path" : "pages/courseManage/manage/lableSetup",
  297. "style" :
  298. {
  299. "navigationBarTitleText" : "标签设置",
  300. "navigationBarBackgroundColor": "#ffffff",
  301. "navigationBarTextStyle": "black",
  302. "enablePullDownRefresh": false,
  303. "navigationStyle": "custom",
  304. "app-plus": {
  305. "bounce": "none"
  306. }
  307. }
  308. },
  309. {
  310. "path" : "pages/courseManage/manage/userDataDetail",
  311. "style" :
  312. {
  313. "navigationBarTitleText" : "账户数据明细",
  314. "navigationBarBackgroundColor": "#ffffff",
  315. "navigationBarTextStyle": "black",
  316. "enablePullDownRefresh": false,
  317. "navigationStyle": "custom",
  318. "app-plus": {
  319. "bounce": "none"
  320. }
  321. }
  322. },
  323. {
  324. "path" : "pages/courseManage/manage/manageDetail",
  325. "style" :
  326. {
  327. "navigationBarTitleText" : "群管详情页",
  328. "navigationBarBackgroundColor": "#ffffff",
  329. "navigationBarTextStyle": "black",
  330. "enablePullDownRefresh": false,
  331. "navigationStyle": "custom",
  332. "app-plus": {
  333. "bounce": "none"
  334. }
  335. }
  336. },
  337. {
  338. "path" : "pages/courseManage/manage/changeVip",
  339. "style" :
  340. {
  341. "navigationBarTitleText" : "更换会员归属",
  342. "navigationBarBackgroundColor": "#ffffff",
  343. "navigationBarTextStyle": "black",
  344. "enablePullDownRefresh": false,
  345. "navigationStyle": "custom",
  346. "app-plus": {
  347. "bounce": "none"
  348. }
  349. }
  350. },
  351. {
  352. "path" : "pages/courseManage/course/becomeVip",
  353. "style" :
  354. {
  355. "navigationBarTitleText" : "注册",
  356. "navigationBarBackgroundColor": "#ffffff",
  357. "navigationBarTextStyle": "black",
  358. "enablePullDownRefresh": false,
  359. "navigationStyle": "custom",
  360. "app-plus": {
  361. "bounce": "none"
  362. }
  363. }
  364. },
  365. {
  366. "path" : "pages/courseManage/manage/setup",
  367. "style" :
  368. {
  369. "navigationBarTitleText" : "经销商设置",
  370. "navigationBarTextStyle": "black",
  371. "enablePullDownRefresh": false,
  372. "navigationStyle": "custom",
  373. "app-plus": {
  374. "bounce": "none"
  375. }
  376. }
  377. },
  378. {
  379. "path" : "pages/courseManage/course/living",
  380. "style" :
  381. {
  382. "navigationBarTitleText" : ""
  383. }
  384. }
  385. ],
  386. "globalStyle": {
  387. // "navigationStyle": "custom", // 设置成 custom 即可解决微信H5双标题的问题
  388. "navigationBarTitleText": "销售管理端",
  389. "navigationBarBackgroundColor": "#115296",
  390. "backgroundColor": "#ffffff"
  391. },
  392. "tabBar": {
  393. "color": "#7e7e7e",
  394. "selectedColor": "#115296",
  395. "borderStyle": "white",
  396. "backgroundColor": "#ffffff",
  397. "height": "64px",
  398. "fontSize":"12px",
  399. "iconWidth":"18px",
  400. "spacing": "4px",
  401. "list": [
  402. // {
  403. // "pagePath": "pages/index/index",
  404. // "iconPath": "/static/images/home.png",
  405. // "selectedIconPath": "/static/images/home_select.png",
  406. // "text": "首页"
  407. // },
  408. {
  409. "pagePath": "pages/customer/index",
  410. "iconPath": "/static/images/order.png",
  411. "selectedIconPath": "/static/images/order_select.png",
  412. "text": "客户"
  413. },
  414. {
  415. "pagePath": "pages/msg/index",
  416. "iconPath": "/static/images/report.png",
  417. "selectedIconPath": "/static/images/report_select.png",
  418. "text": "消息"
  419. },
  420. {
  421. "pagePath": "pages/user/index",
  422. "iconPath": "/static/images/my.png",
  423. "selectedIconPath": "/static/images/my_select.png",
  424. "text": "我的"
  425. }
  426. ]
  427. }
  428. }