Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

567 рядки
15 KiB

  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. //这个pages里只放这五个页面,新增页面时请对应的放到下面的分包里
  6. "pages": [{
  7. "path": "pages/index/guide",
  8. "style": {
  9. "navigationBarBackgroundColor": "#008EF2",
  10. "navigationBarTextStyle": "white",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationBarTitleText": "智控管家",
  18. "navigationBarBackgroundColor": "#2671E2",
  19. "navigationBarTextStyle": "white",
  20. "enablePullDownRefresh":true
  21. }
  22. },
  23. {
  24. "path": "pages/index/customer",
  25. "style": {
  26. "navigationBarTitleText": "接待",
  27. "navigationBarBackgroundColor": "#2671E2",
  28. "navigationBarTextStyle": "white"
  29. }
  30. },{
  31. "path": "pages/index/learning",
  32. "style": {
  33. "navigationBarTitleText": "学习",
  34. "navigationBarBackgroundColor": "#2671E2",
  35. "navigationBarTextStyle": "white",
  36. "enablePullDownRefresh":true
  37. }
  38. },{
  39. "path": "pages/index/personal",
  40. "style": {
  41. "navigationBarTitleText": "我的",
  42. "navigationBarBackgroundColor": "#2671E2",
  43. "navigationBarTextStyle": "white"
  44. }
  45. }
  46. ],
  47. //这下面是分包
  48. "subPackages": [
  49. {
  50. "root": "pages/login",//登录相关
  51. "name": "login",
  52. "pages": [
  53. {
  54. "path": "index"
  55. },
  56. {
  57. "path": "Verification",
  58. "style": {
  59. "navigationBarTitleText": "验证码登录",
  60. "navigationBarBackgroundColor": "#008EF2",
  61. "navigationBarTextStyle": "white",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "yinzhongmalogin",
  67. "style": {
  68. "navigationBarTitleText": "验证码登录",
  69. "navigationBarBackgroundColor": "#FFFFFF",
  70. "navigationBarTextStyle": "black"
  71. }
  72. },
  73. {
  74. "path": "Setthepassword",
  75. "style": {
  76. "navigationBarTitleText": "设置密码",
  77. "navigationBarBackgroundColor": "#FFFFFF",
  78. "navigationBarTextStyle": "black"
  79. }
  80. },
  81. {
  82. "path": "Verifythelogin",
  83. "style": {
  84. "navigationBarTitleText": "验证码登录",
  85. "navigationBarBackgroundColor": "#FFFFFF",
  86. "navigationBarTextStyle": "black"
  87. }
  88. }
  89. ]
  90. },
  91. {
  92. "root": "pages/mine",//个人中心
  93. "name": "mine",
  94. "pages": [
  95. {
  96. "path": "details",
  97. "style": {
  98. "navigationBarTitleText": "详情",
  99. "navigationBarBackgroundColor": "#FFFFFF",
  100. "navigationBarTextStyle": "black"
  101. }
  102. },
  103. {
  104. "path": "details2",
  105. "style": {
  106. "navigationBarTitleText": "详情",
  107. "navigationBarBackgroundColor": "#FFFFFF",
  108. "navigationBarTextStyle": "black"
  109. }
  110. },
  111. {
  112. "path": "detailsNew",
  113. "style": {
  114. "navigationBarTitleText": "详情",
  115. "navigationBarBackgroundColor": "#FFFFFF",
  116. "navigationBarTextStyle": "black"
  117. }
  118. },
  119. {
  120. "path": "calibration",
  121. "style": {
  122. "navigationBarTitleText": "校验",
  123. "navigationBarBackgroundColor": "#FFFFFF",
  124. "navigationBarTextStyle": "black"
  125. }
  126. },
  127. {
  128. "path": "ScoringPlaylist",
  129. "style": {
  130. "navigationBarTitleText": "匹配标签",
  131. "navigationBarBackgroundColor": "#FFFFFF",
  132. "navigationBarTextStyle": "black"
  133. }
  134. },
  135. {
  136. "path": "Myprofile",
  137. "style": {
  138. "navigationBarTitleText": "编辑资料",
  139. "navigationBarBackgroundColor": "#FFFFFF",
  140. "navigationBarTextStyle": "black"
  141. }
  142. },
  143. {
  144. "path": "nickname",
  145. "style": {
  146. "navigationBarTitleText": "编辑昵称",
  147. "navigationBarBackgroundColor": "#FFFFFF",
  148. "navigationBarTextStyle": "black"
  149. }
  150. },
  151. {
  152. "path": "signature",
  153. "style": {
  154. "navigationBarTitleText": "编辑签名",
  155. "navigationBarBackgroundColor": "#FFFFFF",
  156. "navigationBarTextStyle": "black"
  157. }
  158. },
  159. {
  160. "path": "Changehepassword",
  161. "style": {
  162. "navigationBarTitleText": "修改密码",
  163. "navigationBarBackgroundColor": "#FFFFFF",
  164. "navigationBarTextStyle": "black"
  165. }
  166. },
  167. {
  168. "path": "subscribe",
  169. "style": {
  170. "navigationBarTitleText": "消息订阅",
  171. "navigationBarBackgroundColor": "#FFFFFF",
  172. "navigationBarTextStyle": "black"
  173. }
  174. },
  175. {
  176. "path": "reception/addreception",
  177. "style": {
  178. "navigationBarTitleText": "新增接待",
  179. "navigationBarBackgroundColor": "#FFFFFF",
  180. "navigationBarTextStyle": "black"
  181. }
  182. },
  183. {
  184. "path": "reception/consultant",
  185. "style": {
  186. "navigationBarTitleText": "选择顾问",
  187. "navigationBarBackgroundColor": "#FFFFFF",
  188. "navigationBarTextStyle": "black"
  189. }
  190. },
  191. {
  192. "path": "consultanonduty/index",
  193. "style": {
  194. "navigationBarTitleText": "值班顾问",
  195. "navigationBarBackgroundColor": "#FFFFFF",
  196. "navigationBarTextStyle": "black",
  197. "enablePullDownRefresh":true
  198. }
  199. },
  200. {
  201. "path": "equipment/index",
  202. "style": {
  203. "navigationBarTitleText": "设备管理",
  204. "navigationBarBackgroundColor": "#FFFFFF",
  205. "navigationBarTextStyle": "black",
  206. "enablePullDownRefresh":true
  207. }
  208. },
  209. {
  210. "path" : "messageList",
  211. "style" :{
  212. "navigationBarTitleText": "消息",
  213. "navigationBarBackgroundColor": "#2671E2",
  214. "navigationBarTextStyle": "white"
  215. }
  216. }
  217. ,{
  218. "path" : "selectBuilding",
  219. "style" :
  220. {
  221. "navigationBarTitleText": "切换项目",
  222. "navigationBarBackgroundColor": "#FFFFFF",
  223. "navigationBarTextStyle": "black"
  224. }
  225. }
  226. ,{
  227. "path" : "registerCode",
  228. "style" :
  229. {
  230. "navigationBarTitleText": "访客登记码",
  231. "navigationBarBackgroundColor": "#2671E2",
  232. "navigationBarTextStyle": "white"
  233. }
  234. }
  235. ,{
  236. "path" : "registerForm",
  237. "style" :
  238. {
  239. "navigationBarTitleText": "访客登记表",
  240. "navigationBarBackgroundColor": "#2671E2",
  241. "navigationBarTextStyle": "white"
  242. }
  243. },
  244. {
  245. "path" : "registerResult",
  246. "style" :
  247. {
  248. "navigationBarTitleText": "访客登记表",
  249. "navigationBarBackgroundColor": "#2671E2",
  250. "navigationBarTextStyle": "white"
  251. }
  252. }
  253. ]
  254. },
  255. {
  256. "root": "pages/learning",//学习
  257. "name": "learning",
  258. "pages": [
  259. {
  260. "path": "Thefulltext/index",
  261. "style": {
  262. "navigationBarTitleText": "全文学习",
  263. "navigationBarBackgroundColor": "#FFFFFF",
  264. "navigationBarTextStyle": "black"
  265. }
  266. },
  267. {
  268. "path": "Thefulltext/index2",
  269. "style": {
  270. "navigationBarTitleText": "全文学习",
  271. "navigationBarBackgroundColor": "#FFFFFF",
  272. "navigationBarTextStyle": "black"
  273. }
  274. },
  275. {
  276. "path": "Thefulltext/search",
  277. "style": {
  278. "navigationBarTitleText": "搜索",
  279. "navigationBarBackgroundColor": "#FFFFFF",
  280. "navigationBarTextStyle": "black"
  281. }
  282. },
  283. {
  284. "path": "Keywordsearch",
  285. "style": {
  286. "navigationBarTitleText": "搜索",
  287. "navigationBarBackgroundColor": "#FFFFFF",
  288. "navigationBarTextStyle": "black"
  289. }
  290. },
  291. {
  292. "path": "Equinoctiallearning",
  293. "style": {
  294. "navigationBarTitleText": "分点学习",
  295. "navigationBarBackgroundColor": "#FFFFFF",
  296. "navigationBarTextStyle": "black",
  297. "enablePullDownRefresh":true
  298. }
  299. },
  300. {
  301. "path": "Equinoctial/index",
  302. "style": {
  303. "navigationBarTitleText": "分点学习",
  304. "navigationBarBackgroundColor": "#FFFFFF",
  305. "navigationBarTextStyle": "black"
  306. }
  307. },
  308. {
  309. "path": "Equinoctial/index2",
  310. "style": {
  311. "navigationBarTitleText": "分点学习",
  312. "navigationBarBackgroundColor": "#FFFFFF",
  313. "navigationBarTextStyle": "black"
  314. }
  315. }
  316. ]
  317. },
  318. {
  319. "root": "pages/center",//中心逻辑的模块都放到这里
  320. "name": "center",
  321. "pages": [
  322. {
  323. "path": "Piabodata/index",
  324. "style": {
  325. "navigationBarTitleText": "销讲数据",
  326. "navigationBarBackgroundColor": "#FFFFFF",
  327. "navigationBarTextStyle": "black",
  328. "enablePullDownRefresh":true
  329. }
  330. },
  331. {
  332. "path": "Piabodata/Groupcontrast",
  333. "style": {
  334. "navigationBarTitleText": "集团对比",
  335. "navigationBarBackgroundColor": "#FFFFFF",
  336. "navigationBarTextStyle": "black",
  337. "enablePullDownRefresh":true
  338. }
  339. },
  340. {
  341. "path": "Piabodata/Theteamcompared",
  342. "style": {
  343. "navigationBarTitleText": "团队对比",
  344. "navigationBarBackgroundColor": "#FFFFFF",
  345. "navigationBarTextStyle": "black",
  346. "enablePullDownRefresh":true
  347. }
  348. },
  349. {
  350. "path": "Piabodata/selectTeam",
  351. "style": {
  352. "navigationBarTitleText": "选择团队",
  353. "navigationBarBackgroundColor": "#FFFFFF",
  354. "navigationBarTextStyle": "black"
  355. }
  356. },
  357. {
  358. "path": "Piabodata/selectGroup",
  359. "style": {
  360. "navigationBarTitleText": "选择项目",
  361. "navigationBarBackgroundColor": "#FFFFFF",
  362. "navigationBarTextStyle": "black"
  363. }
  364. },
  365. {
  366. "path": "Piabodata/Userinsightinto",
  367. "style": {
  368. "navigationBarTitleText": "客户画像",
  369. "navigationBarBackgroundColor": "#FFFFFF",
  370. "navigationBarTextStyle": "black",
  371. "enablePullDownRefresh":true
  372. }
  373. },
  374. {
  375. "path": "Piabodata/TrendAnalysis",
  376. "style": {
  377. "navigationBarTitleText": "趋势分析",
  378. "navigationBarBackgroundColor": "#FFFFFF",
  379. "navigationBarTextStyle": "black",
  380. "enablePullDownRefresh":true
  381. }
  382. },
  383. {
  384. "path": "Piabodata/StaffAnalysis",
  385. "style": {
  386. "navigationBarTitleText": "员工分析",
  387. "navigationBarBackgroundColor": "#FFFFFF",
  388. "navigationBarTextStyle": "black",
  389. "enablePullDownRefresh":true
  390. }
  391. },
  392. {
  393. "path": "Piabodata/Customerportrait/Detailsofthesearch",
  394. "style": {
  395. "navigationBarTitleText": "搜索",
  396. "navigationBarBackgroundColor": "#FFFFFF",
  397. "navigationBarTextStyle": "black"
  398. }
  399. },
  400. {
  401. "path": "Piabodata/Customerportrait/Receivedetailabout",
  402. "style": {
  403. "navigationBarTitleText": "详情",
  404. "navigationBarBackgroundColor": "#FFFFFF",
  405. "navigationBarTextStyle": "black"
  406. }
  407. },
  408. {
  409. "path": "Piabodata/Customerportrait/Receivingrecords",
  410. "style": {
  411. "navigationBarTitleText": "列表",
  412. "navigationBarBackgroundColor": "#FFFFFF",
  413. "navigationBarTextStyle": "black"
  414. }
  415. },
  416. {
  417. "path": "Piabodata/Employeesstatistics",
  418. "style": {
  419. "navigationBarTitleText": "顾问排名",
  420. "navigationBarBackgroundColor": "#FFFFFF",
  421. "navigationBarTextStyle": "black",
  422. "enablePullDownRefresh":true
  423. }
  424. },
  425. {
  426. "path": "records/index",
  427. "style": {
  428. "navigationBarTitleText": "接待记录",
  429. "navigationBarBackgroundColor": "#FFFFFF",
  430. "navigationBarTextStyle": "black",
  431. "enablePullDownRefresh":true
  432. }
  433. },
  434. {
  435. "path": "records/recordSearch",
  436. "style": {
  437. "navigationBarTitleText": "搜索",
  438. "navigationBarBackgroundColor": "#FFFFFF",
  439. "navigationBarTextStyle": "black"
  440. }
  441. },
  442. {
  443. "path": "prohibited/index",
  444. "style": {
  445. "navigationBarTitleText": "违禁记录",
  446. "navigationBarBackgroundColor": "#FFFFFF",
  447. "navigationBarTextStyle": "black",
  448. "enablePullDownRefresh":true
  449. }
  450. },
  451. {
  452. "path": "consumer/index",
  453. "style": {
  454. "navigationBarTitleText": "客户管理",
  455. "navigationBarBackgroundColor": "#FFFFFF",
  456. "navigationBarTextStyle": "black",
  457. "enablePullDownRefresh":true
  458. }
  459. },
  460. {
  461. "path": "consumer/consumerSearch",
  462. "style": {
  463. "navigationBarTitleText": "搜索",
  464. "navigationBarBackgroundColor": "#FFFFFF",
  465. "navigationBarTextStyle": "black"
  466. }
  467. },
  468. {
  469. "path": "consumer/consumerDetail",
  470. "style": {
  471. "navigationBarTitleText": "客户详情",
  472. "navigationBarBackgroundColor": "#FFFFFF",
  473. "navigationBarTextStyle": "black"
  474. }
  475. },
  476. {
  477. "path": "consumer/remind",
  478. "style": {
  479. "navigationBarTitleText": "添加提醒",
  480. "navigationBarBackgroundColor": "#FFFFFF",
  481. "navigationBarTextStyle": "black"
  482. }
  483. },
  484. {
  485. "path": "consumer/edit",
  486. "style": {
  487. "navigationBarTitleText": "编辑客户",
  488. "navigationBarBackgroundColor": "#FFFFFF",
  489. "navigationBarTextStyle": "black"
  490. }
  491. },
  492. {
  493. "path": "consumer/newFollowup/newFollowup",
  494. "style": {
  495. "navigationBarTitleText": "写跟进",
  496. "navigationBarBackgroundColor": "#FFFFFF",
  497. "navigationBarTextStyle": "black"
  498. }
  499. }
  500. ]
  501. }
  502. ],
  503. "permission": {
  504. "scope.userLocation": {
  505. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  506. }
  507. },
  508. "networkTimeout": {
  509. "request": 10000,
  510. "downloadFile": 10000
  511. },
  512. "debug": false,
  513. "tabBar": {
  514. "color": "#8E8E8E",
  515. "selectedColor": "#1296db",
  516. "borderStyle": "white",
  517. "list": [{
  518. "pagePath": "pages/index/index",
  519. "iconPath": "/static/images/tabBar/home.png",
  520. "selectedIconPath": "/static/images/tabBar/homeActive.png",
  521. "text": "首页"
  522. },
  523. {
  524. "pagePath": "pages/index/customer",
  525. "iconPath": "/static/images/tabBar/customer.png",
  526. "selectedIconPath": "/static/images/tabBar/customerActive.png",
  527. "text": "接待"
  528. },
  529. {
  530. "pagePath": "pages/index/learning",
  531. "iconPath": "/static/images/tabBar/voice.png",
  532. "selectedIconPath": "/static/images/tabBar/voiceActive.png",
  533. "text": "学习"
  534. },
  535. {
  536. "pagePath": "pages/index/personal",
  537. "iconPath": "/static/images/tabBar/user.png",
  538. "selectedIconPath": "/static/images/tabBar/userActive.png",
  539. "text": "个人"
  540. }
  541. ]
  542. },
  543. "sitemapLocation": "sitemap.json",
  544. "globalStyle": {
  545. "backgroundColor": "#F6F6F6",
  546. "backgroundTextStyle": "dark",
  547. "navigationBarBackgroundColor": "#fff",
  548. "navigationBarTitleText": "数智工牌",
  549. "navigationBarTextStyle": "black"
  550. }
  551. }