|
- {
- "pages": [
- "pages/index/guide",
- "pages/index/index",
- "pages/index/customer",
- "pages/index/learning",
- "pages/index/personal"
- ],
- "subPackages": [
- {
- "root": "pages/login",
- "pages": [
- "index",
- "Verification",
- "yinzhongmalogin",
- "Setthepassword",
- "Verifythelogin"
- ],
- "name": "login"
- },
- {
- "root": "pages/mine",
- "pages": [
- "details",
- "details2",
- "ScoringPlaylist",
- "Myprofile",
- "nickname",
- "signature",
- "Changehepassword",
- "reception/addreception",
- "reception/consultant",
- "consultanonduty/index",
- "equipment/index"
- ],
- "name": "mine"
- },
- {
- "root": "pages/learning",
- "pages": [
- "Thefulltext/index",
- "Thefulltext/index2",
- "Thefulltext/search",
- "Keywordsearch",
- "Equinoctiallearning",
- "Equinoctial/index",
- "Equinoctial/index2"
- ],
- "name": "learning"
- },
- {
- "root": "pages/center",
- "pages": [
- "Piabodata/index",
- "Piabodata/Groupcontrast",
- "Piabodata/Theteamcompared",
- "Piabodata/selectTeam",
- "Piabodata/selectGroup",
- "Piabodata/Userinsightinto",
- "Piabodata/TrendAnalysis",
- "Piabodata/StaffAnalysis",
- "Piabodata/Customerportrait/Detailsofthesearch",
- "Piabodata/Customerportrait/Receivedetailabout",
- "Piabodata/Customerportrait/Receivingrecords",
- "records/index",
- "records/recordSearch",
- "consumer/index",
- "consumer/consumerSearch",
- "consumer/consumerDetail",
- "consumer/remind",
- "consumer/edit",
- "consumer/newFollowup/newFollowup"
- ],
- "name": "center"
- }
- ],
- "window": {
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "数智工牌",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#8E8E8E",
- "selectedColor": "#1296db",
- "borderStyle": "white",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "/static/images/tabBar/home.png",
- "selectedIconPath": "/static/images/tabBar/homeActive.png",
- "text": "楼盘"
- },
- {
- "pagePath": "pages/index/customer",
- "iconPath": "/static/images/tabBar/customer.png",
- "selectedIconPath": "/static/images/tabBar/customerActive.png",
- "text": "接待"
- },
- {
- "pagePath": "pages/index/learning",
- "iconPath": "/static/images/tabBar/voice.png",
- "selectedIconPath": "/static/images/tabBar/voiceActive.png",
- "text": "学习"
- },
- {
- "pagePath": "pages/index/personal",
- "iconPath": "/static/images/tabBar/user.png",
- "selectedIconPath": "/static/images/tabBar/userActive.png",
- "text": "个人"
- }
- ]
- },
- "permission": {},
- "plugins": {
- "WechatSI": {
- "version": "0.3.4",
- "provider": "wx069ba97219f66d99"
- }
- },
- "usingComponents": {}
- }
|