pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  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. "globalStyle": {
  261. // "navigationStyle": "custom", // 设置成 custom 即可解决微信H5双标题的问题
  262. "navigationBarTitleText": "销售管理端",
  263. "navigationBarBackgroundColor": "#115296",
  264. "backgroundColor": "#ffffff"
  265. },
  266. "tabBar": {
  267. "color": "#7e7e7e",
  268. "selectedColor": "#115296",
  269. "borderStyle": "white",
  270. "backgroundColor": "#ffffff",
  271. "height": "64px",
  272. "fontSize":"12px",
  273. "iconWidth":"18px",
  274. "spacing": "4px",
  275. "list": [
  276. // {
  277. // "pagePath": "pages/index/index",
  278. // "iconPath": "/static/images/home.png",
  279. // "selectedIconPath": "/static/images/home_select.png",
  280. // "text": "首页"
  281. // },
  282. {
  283. "pagePath": "pages/customer/index",
  284. "iconPath": "/static/images/order.png",
  285. "selectedIconPath": "/static/images/order_select.png",
  286. "text": "客户"
  287. },
  288. {
  289. "pagePath": "pages/msg/index",
  290. "iconPath": "/static/images/report.png",
  291. "selectedIconPath": "/static/images/report_select.png",
  292. "text": "消息"
  293. },
  294. {
  295. "pagePath": "pages/user/index",
  296. "iconPath": "/static/images/my.png",
  297. "selectedIconPath": "/static/images/my_select.png",
  298. "text": "我的"
  299. }
  300. ]
  301. }
  302. }