AI销管
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.

pages.json 17 KiB

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