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.
 
 
 

588 lines
17 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. {
  11. "navigationBarTitleText": "访客登记表",
  12. "navigationBarBackgroundColor": "#2671E2",
  13. "navigationBarTextStyle": "white"
  14. }
  15. },
  16. {
  17. "path" : "pages/mine/registerResult",
  18. "style" :
  19. {
  20. "navigationBarTitleText": "访客登记表",
  21. "navigationBarBackgroundColor": "#2671E2",
  22. "navigationBarTextStyle": "white"
  23. }
  24. },
  25. {
  26. "path": "pages/index/guide",
  27. "style": {
  28. "navigationBarBackgroundColor": "#008EF2",
  29. "navigationBarTextStyle": "white",
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/index/index",
  35. "style": {
  36. "navigationBarTitleText": "智控管家",
  37. "navigationBarBackgroundColor": "#2671E2",
  38. "navigationBarTextStyle": "white",
  39. "enablePullDownRefresh":true
  40. }
  41. },
  42. {
  43. "path": "pages/index/customer",
  44. "style": {
  45. "navigationBarTitleText": "接待",
  46. "navigationBarBackgroundColor": "#2671E2",
  47. "navigationBarTextStyle": "white"
  48. }
  49. },{
  50. "path": "pages/index/learning",
  51. "style": {
  52. "navigationBarTitleText": "学习",
  53. "navigationBarBackgroundColor": "#2671E2",
  54. "navigationBarTextStyle": "white",
  55. "enablePullDownRefresh":true
  56. }
  57. },{
  58. "path": "pages/index/personal",
  59. "style": {
  60. "navigationBarTitleText": "我的",
  61. "navigationBarBackgroundColor": "#2671E2",
  62. "navigationBarTextStyle": "white"
  63. }
  64. }
  65. ],
  66. //这下面是分包
  67. // "subPackages": [
  68. // {
  69. // "root": "pages/login",//登录相关
  70. // "name": "login",
  71. // "pages": [
  72. // {
  73. // "path": "index"
  74. // },
  75. // {
  76. // "path": "Verification",
  77. // "style": {
  78. // "navigationBarTitleText": "验证码登录",
  79. // "navigationBarBackgroundColor": "#008EF2",
  80. // "navigationBarTextStyle": "white",
  81. // "navigationStyle": "custom"
  82. // }
  83. // },
  84. // {
  85. // "path": "yinzhongmalogin",
  86. // "style": {
  87. // "navigationBarTitleText": "验证码登录",
  88. // "navigationBarBackgroundColor": "#FFFFFF",
  89. // "navigationBarTextStyle": "black"
  90. // }
  91. // },
  92. // {
  93. // "path": "Setthepassword",
  94. // "style": {
  95. // "navigationBarTitleText": "设置密码",
  96. // "navigationBarBackgroundColor": "#FFFFFF",
  97. // "navigationBarTextStyle": "black"
  98. // }
  99. // },
  100. // {
  101. // "path": "Verifythelogin",
  102. // "style": {
  103. // "navigationBarTitleText": "验证码登录",
  104. // "navigationBarBackgroundColor": "#FFFFFF",
  105. // "navigationBarTextStyle": "black"
  106. // }
  107. // }
  108. // ]
  109. // },
  110. // {
  111. // "root": "pages/mine",//个人中心
  112. // "name": "mine",
  113. // "pages": [
  114. // {
  115. // "path": "details",
  116. // "style": {
  117. // "navigationBarTitleText": "详情",
  118. // "navigationBarBackgroundColor": "#FFFFFF",
  119. // "navigationBarTextStyle": "black"
  120. // }
  121. // },
  122. // {
  123. // "path": "details2",
  124. // "style": {
  125. // "navigationBarTitleText": "详情",
  126. // "navigationBarBackgroundColor": "#FFFFFF",
  127. // "navigationBarTextStyle": "black"
  128. // }
  129. // },
  130. // {
  131. // "path": "detailsNew",
  132. // "style": {
  133. // "navigationBarTitleText": "详情",
  134. // "navigationBarBackgroundColor": "#FFFFFF",
  135. // "navigationBarTextStyle": "black"
  136. // }
  137. // },
  138. // {
  139. // "path": "calibration",
  140. // "style": {
  141. // "navigationBarTitleText": "校验",
  142. // "navigationBarBackgroundColor": "#FFFFFF",
  143. // "navigationBarTextStyle": "black"
  144. // }
  145. // },
  146. // {
  147. // "path": "ScoringPlaylist",
  148. // "style": {
  149. // "navigationBarTitleText": "匹配标签",
  150. // "navigationBarBackgroundColor": "#FFFFFF",
  151. // "navigationBarTextStyle": "black"
  152. // }
  153. // },
  154. // {
  155. // "path": "Myprofile",
  156. // "style": {
  157. // "navigationBarTitleText": "编辑资料",
  158. // "navigationBarBackgroundColor": "#FFFFFF",
  159. // "navigationBarTextStyle": "black"
  160. // }
  161. // },
  162. // {
  163. // "path": "nickname",
  164. // "style": {
  165. // "navigationBarTitleText": "编辑昵称",
  166. // "navigationBarBackgroundColor": "#FFFFFF",
  167. // "navigationBarTextStyle": "black"
  168. // }
  169. // },
  170. // {
  171. // "path": "signature",
  172. // "style": {
  173. // "navigationBarTitleText": "编辑签名",
  174. // "navigationBarBackgroundColor": "#FFFFFF",
  175. // "navigationBarTextStyle": "black"
  176. // }
  177. // },
  178. // {
  179. // "path": "Changehepassword",
  180. // "style": {
  181. // "navigationBarTitleText": "修改密码",
  182. // "navigationBarBackgroundColor": "#FFFFFF",
  183. // "navigationBarTextStyle": "black"
  184. // }
  185. // },
  186. // {
  187. // "path": "subscribe",
  188. // "style": {
  189. // "navigationBarTitleText": "消息订阅",
  190. // "navigationBarBackgroundColor": "#FFFFFF",
  191. // "navigationBarTextStyle": "black"
  192. // }
  193. // },
  194. // {
  195. // "path": "reception/addreception",
  196. // "style": {
  197. // "navigationBarTitleText": "新增接待",
  198. // "navigationBarBackgroundColor": "#FFFFFF",
  199. // "navigationBarTextStyle": "black"
  200. // }
  201. // },
  202. // {
  203. // "path": "reception/consultant",
  204. // "style": {
  205. // "navigationBarTitleText": "选择顾问",
  206. // "navigationBarBackgroundColor": "#FFFFFF",
  207. // "navigationBarTextStyle": "black"
  208. // }
  209. // },
  210. // {
  211. // "path": "consultanonduty/index",
  212. // "style": {
  213. // "navigationBarTitleText": "值班顾问",
  214. // "navigationBarBackgroundColor": "#FFFFFF",
  215. // "navigationBarTextStyle": "black",
  216. // "enablePullDownRefresh":true
  217. // }
  218. // },
  219. // {
  220. // "path": "equipment/index",
  221. // "style": {
  222. // "navigationBarTitleText": "设备管理",
  223. // "navigationBarBackgroundColor": "#FFFFFF",
  224. // "navigationBarTextStyle": "black",
  225. // "enablePullDownRefresh":true
  226. // }
  227. // },
  228. // {
  229. // "path" : "messageList",
  230. // "style" :{
  231. // "navigationBarTitleText": "消息",
  232. // "navigationBarBackgroundColor": "#2671E2",
  233. // "navigationBarTextStyle": "white"
  234. // }
  235. // }
  236. // ,{
  237. // "path" : "selectBuilding",
  238. // "style" :
  239. // {
  240. // "navigationBarTitleText": "切换项目",
  241. // "navigationBarBackgroundColor": "#FFFFFF",
  242. // "navigationBarTextStyle": "black"
  243. // }
  244. // }
  245. // ,{
  246. // "path" : "registerCode",
  247. // "style" :
  248. // {
  249. // "navigationBarTitleText": "访客登记码",
  250. // "navigationBarBackgroundColor": "#2671E2",
  251. // "navigationBarTextStyle": "white"
  252. // }
  253. // }
  254. // ,{
  255. // "path" : "registerForm",
  256. // "style" :
  257. // {
  258. // "navigationBarTitleText": "访客登记表",
  259. // "navigationBarBackgroundColor": "#2671E2",
  260. // "navigationBarTextStyle": "white"
  261. // }
  262. // },
  263. // {
  264. // "path" : "registerResult",
  265. // "style" :
  266. // {
  267. // "navigationBarTitleText": "访客登记表",
  268. // "navigationBarBackgroundColor": "#2671E2",
  269. // "navigationBarTextStyle": "white"
  270. // }
  271. // }
  272. // ]
  273. // },
  274. // {
  275. // "root": "pages/learning",//学习
  276. // "name": "learning",
  277. // "pages": [
  278. // {
  279. // "path": "Thefulltext/index",
  280. // "style": {
  281. // "navigationBarTitleText": "全文学习",
  282. // "navigationBarBackgroundColor": "#FFFFFF",
  283. // "navigationBarTextStyle": "black"
  284. // }
  285. // },
  286. // {
  287. // "path": "Thefulltext/index2",
  288. // "style": {
  289. // "navigationBarTitleText": "全文学习",
  290. // "navigationBarBackgroundColor": "#FFFFFF",
  291. // "navigationBarTextStyle": "black"
  292. // }
  293. // },
  294. // {
  295. // "path": "Thefulltext/search",
  296. // "style": {
  297. // "navigationBarTitleText": "搜索",
  298. // "navigationBarBackgroundColor": "#FFFFFF",
  299. // "navigationBarTextStyle": "black"
  300. // }
  301. // },
  302. // {
  303. // "path": "Keywordsearch",
  304. // "style": {
  305. // "navigationBarTitleText": "搜索",
  306. // "navigationBarBackgroundColor": "#FFFFFF",
  307. // "navigationBarTextStyle": "black"
  308. // }
  309. // },
  310. // {
  311. // "path": "Equinoctiallearning",
  312. // "style": {
  313. // "navigationBarTitleText": "分点学习",
  314. // "navigationBarBackgroundColor": "#FFFFFF",
  315. // "navigationBarTextStyle": "black",
  316. // "enablePullDownRefresh":true
  317. // }
  318. // },
  319. // {
  320. // "path": "Equinoctial/index",
  321. // "style": {
  322. // "navigationBarTitleText": "分点学习",
  323. // "navigationBarBackgroundColor": "#FFFFFF",
  324. // "navigationBarTextStyle": "black"
  325. // }
  326. // },
  327. // {
  328. // "path": "Equinoctial/index2",
  329. // "style": {
  330. // "navigationBarTitleText": "分点学习",
  331. // "navigationBarBackgroundColor": "#FFFFFF",
  332. // "navigationBarTextStyle": "black"
  333. // }
  334. // }
  335. // ]
  336. // },
  337. // {
  338. // "root": "pages/center",//中心逻辑的模块都放到这里
  339. // "name": "center",
  340. // "pages": [
  341. // {
  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": "consumer/index",
  472. // "style": {
  473. // "navigationBarTitleText": "客户管理",
  474. // "navigationBarBackgroundColor": "#FFFFFF",
  475. // "navigationBarTextStyle": "black",
  476. // "enablePullDownRefresh":true
  477. // }
  478. // },
  479. // {
  480. // "path": "consumer/consumerSearch",
  481. // "style": {
  482. // "navigationBarTitleText": "搜索",
  483. // "navigationBarBackgroundColor": "#FFFFFF",
  484. // "navigationBarTextStyle": "black"
  485. // }
  486. // },
  487. // {
  488. // "path": "consumer/consumerDetail",
  489. // "style": {
  490. // "navigationBarTitleText": "客户详情",
  491. // "navigationBarBackgroundColor": "#FFFFFF",
  492. // "navigationBarTextStyle": "black"
  493. // }
  494. // },
  495. // {
  496. // "path": "consumer/remind",
  497. // "style": {
  498. // "navigationBarTitleText": "添加提醒",
  499. // "navigationBarBackgroundColor": "#FFFFFF",
  500. // "navigationBarTextStyle": "black"
  501. // }
  502. // },
  503. // {
  504. // "path": "consumer/edit",
  505. // "style": {
  506. // "navigationBarTitleText": "编辑客户",
  507. // "navigationBarBackgroundColor": "#FFFFFF",
  508. // "navigationBarTextStyle": "black"
  509. // }
  510. // },
  511. // {
  512. // "path": "consumer/newFollowup/newFollowup",
  513. // "style": {
  514. // "navigationBarTitleText": "写跟进",
  515. // "navigationBarBackgroundColor": "#FFFFFF",
  516. // "navigationBarTextStyle": "black"
  517. // }
  518. // }
  519. // ]
  520. // }
  521. // ],
  522. "permission": {
  523. "scope.userLocation": {
  524. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  525. }
  526. },
  527. "networkTimeout": {
  528. "request": 10000,
  529. "downloadFile": 10000
  530. },
  531. "debug": false,
  532. "tabBar": {
  533. "color": "#8E8E8E",
  534. "selectedColor": "#1296db",
  535. "borderStyle": "white",
  536. "list": [{
  537. "pagePath": "pages/index/index",
  538. "iconPath": "/static/images/tabBar/home.png",
  539. "selectedIconPath": "/static/images/tabBar/homeActive.png",
  540. "text": "首页"
  541. },
  542. {
  543. "pagePath": "pages/index/customer",
  544. "iconPath": "/static/images/tabBar/customer.png",
  545. "selectedIconPath": "/static/images/tabBar/customerActive.png",
  546. "text": "接待"
  547. },
  548. {
  549. "pagePath": "pages/index/learning",
  550. "iconPath": "/static/images/tabBar/voice.png",
  551. "selectedIconPath": "/static/images/tabBar/voiceActive.png",
  552. "text": "学习"
  553. },
  554. {
  555. "pagePath": "pages/index/personal",
  556. "iconPath": "/static/images/tabBar/user.png",
  557. "selectedIconPath": "/static/images/tabBar/userActive.png",
  558. "text": "个人"
  559. }
  560. ]
  561. },
  562. "sitemapLocation": "sitemap.json",
  563. "globalStyle": {
  564. "backgroundColor": "#F6F6F6",
  565. "backgroundTextStyle": "dark",
  566. "navigationBarBackgroundColor": "#fff",
  567. "navigationBarTitleText": "数智工牌",
  568. "navigationBarTextStyle": "black"
  569. }
  570. }