You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

607 lines
16 KiB

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