jyt 2年前
コミット
1f2e239a95
3個のファイルの変更477行の追加477行の削除
  1. +2
    -2
      manifest.json
  2. +473
    -473
      pages.json
  3. +2
    -2
      utils/domain.js

+ 2
- 2
manifest.json ファイルの表示

@@ -1,5 +1,5 @@
{
"name" : "数智工牌",
"name" : "去房智控管家",
"appid" : "__UNI__D88F14A",
"description" : "AI营销助理",
"versionName" : "1.1.0",
@@ -91,7 +91,7 @@
},
"quickapp" : {},
"mp-weixin" : {
"appid" : "wxe044603515ff2cb5",
"appid" : "wx8f883dca5ecc5510",
"setting" : {
"urlCheck" : false,
"es6" : true,


+ 473
- 473
pages.json ファイルの表示

@@ -4,26 +4,26 @@
},
//这个pages里只放这五个页面,新增页面时请对应的放到下面的分包里
"pages": [
{
"path" : "pages/mine/registerForm",
"style" :
{
"navigationBarTitleText": "访客登记表",
"navigationBarBackgroundColor": "#2671E2",
"navigationBarTextStyle": "white"
}
// {
// "path" : "pages/mine/registerForm",
// "style" :
// {
// "navigationBarTitleText": "访客登记表",
// "navigationBarBackgroundColor": "#2671E2",
// "navigationBarTextStyle": "white"
// }
},
{
"path" : "pages/mine/registerResult",
"style" :
{
"navigationBarTitleText": "访客登记表",
"navigationBarBackgroundColor": "#2671E2",
"navigationBarTextStyle": "white"
}
// },
// {
// "path" : "pages/mine/registerResult",
// "style" :
// {
// "navigationBarTitleText": "访客登记表",
// "navigationBarBackgroundColor": "#2671E2",
// "navigationBarTextStyle": "white"
// }
},
// },
{
"path": "pages/index/guide",
"style": {
@@ -66,475 +66,475 @@
}
],
//这下面是分包
// "subPackages": [
// {
// "root": "pages/login",//登录相关
// "name": "login",
// "pages": [
// {
// "path": "index"
// },
// {
// "path": "Verification",
// "style": {
// "navigationBarTitleText": "验证码登录",
// "navigationBarBackgroundColor": "#008EF2",
// "navigationBarTextStyle": "white",
// "navigationStyle": "custom"
// }
// },
// {
// "path": "yinzhongmalogin",
// "style": {
// "navigationBarTitleText": "验证码登录",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Setthepassword",
// "style": {
// "navigationBarTitleText": "设置密码",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Verifythelogin",
// "style": {
// "navigationBarTitleText": "验证码登录",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// }
"subPackages": [
{
"root": "pages/login",//登录相关
"name": "login",
"pages": [
{
"path": "index"
},
{
"path": "Verification",
"style": {
"navigationBarTitleText": "验证码登录",
"navigationBarBackgroundColor": "#008EF2",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
},
{
"path": "yinzhongmalogin",
"style": {
"navigationBarTitleText": "验证码登录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Setthepassword",
"style": {
"navigationBarTitleText": "设置密码",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Verifythelogin",
"style": {
"navigationBarTitleText": "验证码登录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
}
// ]
// },
// {
// "root": "pages/mine",//个人中心
// "name": "mine",
// "pages": [
// {
// "path": "details",
// "style": {
// "navigationBarTitleText": "详情",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "details2",
// "style": {
// "navigationBarTitleText": "详情",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "detailsNew",
// "style": {
// "navigationBarTitleText": "详情",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "calibration",
// "style": {
// "navigationBarTitleText": "校验",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "ScoringPlaylist",
// "style": {
// "navigationBarTitleText": "匹配标签",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
]
},
{
"root": "pages/mine",//个人中心
"name": "mine",
"pages": [
{
"path": "details",
"style": {
"navigationBarTitleText": "详情",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "details2",
"style": {
"navigationBarTitleText": "详情",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "detailsNew",
"style": {
"navigationBarTitleText": "详情",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "calibration",
"style": {
"navigationBarTitleText": "校验",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "ScoringPlaylist",
"style": {
"navigationBarTitleText": "匹配标签",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
// {
// "path": "Myprofile",
// "style": {
// "navigationBarTitleText": "编辑资料",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "nickname",
// "style": {
// "navigationBarTitleText": "编辑昵称",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "signature",
// "style": {
// "navigationBarTitleText": "编辑签名",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Changehepassword",
// "style": {
// "navigationBarTitleText": "修改密码",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "subscribe",
// "style": {
// "navigationBarTitleText": "消息订阅",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
{
"path": "Myprofile",
"style": {
"navigationBarTitleText": "编辑资料",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "nickname",
"style": {
"navigationBarTitleText": "编辑昵称",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "signature",
"style": {
"navigationBarTitleText": "编辑签名",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Changehepassword",
"style": {
"navigationBarTitleText": "修改密码",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "subscribe",
"style": {
"navigationBarTitleText": "消息订阅",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
// {
// "path": "reception/addreception",
// "style": {
// "navigationBarTitleText": "新增接待",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "reception/consultant",
// "style": {
// "navigationBarTitleText": "选择顾问",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "consultanonduty/index",
// "style": {
// "navigationBarTitleText": "值班顾问",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path": "equipment/index",
// "style": {
// "navigationBarTitleText": "设备管理",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path" : "messageList",
// "style" :{
// "navigationBarTitleText": "消息",
// "navigationBarBackgroundColor": "#2671E2",
// "navigationBarTextStyle": "white"
// }
{
"path": "reception/addreception",
"style": {
"navigationBarTitleText": "新增接待",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "reception/consultant",
"style": {
"navigationBarTitleText": "选择顾问",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "consultanonduty/index",
"style": {
"navigationBarTitleText": "值班顾问",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path": "equipment/index",
"style": {
"navigationBarTitleText": "设备管理",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path" : "messageList",
"style" :{
"navigationBarTitleText": "消息",
"navigationBarBackgroundColor": "#2671E2",
"navigationBarTextStyle": "white"
}
// }
// ,{
// "path" : "selectBuilding",
// "style" :
// {
// "navigationBarTitleText": "切换项目",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
}
,{
"path" : "selectBuilding",
"style" :
{
"navigationBarTitleText": "切换项目",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
// }
// ,{
// "path" : "registerCode",
// "style" :
// {
// "navigationBarTitleText": "访客登记码",
// "navigationBarBackgroundColor": "#2671E2",
// "navigationBarTextStyle": "white"
// }
}
,{
"path" : "registerCode",
"style" :
{
"navigationBarTitleText": "访客登记码",
"navigationBarBackgroundColor": "#2671E2",
"navigationBarTextStyle": "white"
}
// }
// ,{
// "path" : "registerForm",
// "style" :
// {
// "navigationBarTitleText": "访客登记表",
// "navigationBarBackgroundColor": "#2671E2",
// "navigationBarTextStyle": "white"
// }
}
,{
"path" : "registerForm",
"style" :
{
"navigationBarTitleText": "访客登记表",
"navigationBarBackgroundColor": "#2671E2",
"navigationBarTextStyle": "white"
}
// },
// {
// "path" : "registerResult",
// "style" :
// {
// "navigationBarTitleText": "访客登记表",
// "navigationBarBackgroundColor": "#2671E2",
// "navigationBarTextStyle": "white"
// }
},
{
"path" : "registerResult",
"style" :
{
"navigationBarTitleText": "访客登记表",
"navigationBarBackgroundColor": "#2671E2",
"navigationBarTextStyle": "white"
}
// }
// ]
// },
// {
// "root": "pages/learning",//学习
// "name": "learning",
// "pages": [
// {
// "path": "Thefulltext/index",
// "style": {
// "navigationBarTitleText": "全文学习",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Thefulltext/index2",
// "style": {
// "navigationBarTitleText": "全文学习",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Thefulltext/search",
// "style": {
// "navigationBarTitleText": "搜索",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Keywordsearch",
// "style": {
// "navigationBarTitleText": "搜索",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Equinoctiallearning",
// "style": {
// "navigationBarTitleText": "分点学习",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path": "Equinoctial/index",
// "style": {
// "navigationBarTitleText": "分点学习",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Equinoctial/index2",
// "style": {
// "navigationBarTitleText": "分点学习",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// }
}
]
},
{
"root": "pages/learning",//学习
"name": "learning",
"pages": [
{
"path": "Thefulltext/index",
"style": {
"navigationBarTitleText": "全文学习",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Thefulltext/index2",
"style": {
"navigationBarTitleText": "全文学习",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Thefulltext/search",
"style": {
"navigationBarTitleText": "搜索",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Keywordsearch",
"style": {
"navigationBarTitleText": "搜索",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Equinoctiallearning",
"style": {
"navigationBarTitleText": "分点学习",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path": "Equinoctial/index",
"style": {
"navigationBarTitleText": "分点学习",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Equinoctial/index2",
"style": {
"navigationBarTitleText": "分点学习",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
}
// ]
// },
// {
// "root": "pages/center",//中心逻辑的模块都放到这里
// "name": "center",
// "pages": [
// {
// "path": "Piabodata/index",
// "style": {
// "navigationBarTitleText": "销讲数据",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path": "Piabodata/Groupcontrast",
// "style": {
// "navigationBarTitleText": "集团对比",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path": "Piabodata/Theteamcompared",
// "style": {
// "navigationBarTitleText": "团队对比",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path": "Piabodata/selectTeam",
// "style": {
// "navigationBarTitleText": "选择团队",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Piabodata/selectGroup",
// "style": {
// "navigationBarTitleText": "选择项目",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Piabodata/Userinsightinto",
// "style": {
// "navigationBarTitleText": "客户画像",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path": "Piabodata/TrendAnalysis",
// "style": {
// "navigationBarTitleText": "趋势分析",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path": "Piabodata/StaffAnalysis",
// "style": {
// "navigationBarTitleText": "员工分析",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
]
},
{
"root": "pages/center",//中心逻辑的模块都放到这里
"name": "center",
"pages": [
{
"path": "Piabodata/index",
"style": {
"navigationBarTitleText": "销讲数据",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path": "Piabodata/Groupcontrast",
"style": {
"navigationBarTitleText": "集团对比",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path": "Piabodata/Theteamcompared",
"style": {
"navigationBarTitleText": "团队对比",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path": "Piabodata/selectTeam",
"style": {
"navigationBarTitleText": "选择团队",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Piabodata/selectGroup",
"style": {
"navigationBarTitleText": "选择项目",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Piabodata/Userinsightinto",
"style": {
"navigationBarTitleText": "客户画像",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path": "Piabodata/TrendAnalysis",
"style": {
"navigationBarTitleText": "趋势分析",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path": "Piabodata/StaffAnalysis",
"style": {
"navigationBarTitleText": "员工分析",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
// {
// "path": "Piabodata/Customerportrait/Detailsofthesearch",
// "style": {
// "navigationBarTitleText": "搜索",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Piabodata/Customerportrait/Receivedetailabout",
// "style": {
// "navigationBarTitleText": "详情",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Piabodata/Customerportrait/Receivingrecords",
// "style": {
// "navigationBarTitleText": "列表",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "Piabodata/Employeesstatistics",
// "style": {
// "navigationBarTitleText": "顾问排名",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
{
"path": "Piabodata/Customerportrait/Detailsofthesearch",
"style": {
"navigationBarTitleText": "搜索",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Piabodata/Customerportrait/Receivedetailabout",
"style": {
"navigationBarTitleText": "详情",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Piabodata/Customerportrait/Receivingrecords",
"style": {
"navigationBarTitleText": "列表",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "Piabodata/Employeesstatistics",
"style": {
"navigationBarTitleText": "顾问排名",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
// {
// "path": "records/index",
// "style": {
// "navigationBarTitleText": "接待记录",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path": "records/recordSearch",
// "style": {
// "navigationBarTitleText": "搜索",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "prohibited/index",
// "style": {
// "navigationBarTitleText": "违禁记录",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path": "consumer/index",
// "style": {
// "navigationBarTitleText": "客户管理",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "enablePullDownRefresh":true
// }
// },
// {
// "path": "consumer/consumerSearch",
// "style": {
// "navigationBarTitleText": "搜索",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "consumer/consumerDetail",
// "style": {
// "navigationBarTitleText": "客户详情",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "consumer/remind",
// "style": {
// "navigationBarTitleText": "添加提醒",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "consumer/edit",
// "style": {
// "navigationBarTitleText": "编辑客户",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// },
// {
// "path": "consumer/newFollowup/newFollowup",
// "style": {
// "navigationBarTitleText": "写跟进",
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black"
// }
// }
// ]
// }
// ],
{
"path": "records/index",
"style": {
"navigationBarTitleText": "接待记录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path": "records/recordSearch",
"style": {
"navigationBarTitleText": "搜索",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "prohibited/index",
"style": {
"navigationBarTitleText": "违禁记录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path": "consumer/index",
"style": {
"navigationBarTitleText": "客户管理",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path": "consumer/consumerSearch",
"style": {
"navigationBarTitleText": "搜索",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "consumer/consumerDetail",
"style": {
"navigationBarTitleText": "客户详情",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "consumer/remind",
"style": {
"navigationBarTitleText": "添加提醒",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "consumer/edit",
"style": {
"navigationBarTitleText": "编辑客户",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "consumer/newFollowup/newFollowup",
"style": {
"navigationBarTitleText": "写跟进",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
}
]
}
],
"permission": {
"scope.userLocation": {


+ 2
- 2
utils/domain.js ファイルの表示

@@ -6,8 +6,8 @@
// const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
const baseUrl = 'https://hfju.com/api'; // 数智正式
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式


// config使用域名


読み込み中…
キャンセル
保存