diff --git a/androidPrivacy.json b/androidPrivacy.json index 0d726ca..78574c0 100644 --- a/androidPrivacy.json +++ b/androidPrivacy.json @@ -1,3 +1,37 @@ { - "prompt" : "template" + "version": "1", + "prompt": "template", + "title": "用户协议与隐私政策", + "message": "请你务必审慎阅读、充分理解“用户协议与隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《用户协议与隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", + "buttonAccept": "同意并接受", + "buttonRefuse": "暂不同意", + "hrefLoader": "system|default", + "second": { + "title": "确认提示", + "message": "进入应用前,你需先同意《用户协议与隐私政策》,否则将退出应用。", + "buttonAccept": "同意并继续", + "buttonRefuse": "退出应用" + }, + "disagreeMode": { + "support": false, + "loadNativePlugins": false, + "visitorEntry": false, + "showAlways": false + }, + "styles": { + "backgroundColor": "#ffffff", + "borderRadius": "5px", + "title": { + "color": "#000000" + }, + "buttonAccept": { + "color": "#000000" + }, + "buttonRefuse": { + "color": "#000000" + }, + "buttonVisitor": { + "color": "#000000" + } + } } diff --git a/api/baseurl.js b/api/baseurl.js index 5619ee5..d6882bf 100644 --- a/api/baseurl.js +++ b/api/baseurl.js @@ -1,3 +1,2 @@ -var baseurl = "https://1608.xinelu.cn"; -// var baseurl = "http://8.131.93.145:54011"; -export default baseurl \ No newline at end of file +var baseurl = "https://hekou-nurse-api.xinyilu.cn"; +export default baseurl diff --git a/api/socketurl.js b/api/socketurl.js index 60fd196..42c7b8c 100644 --- a/api/socketurl.js +++ b/api/socketurl.js @@ -1,3 +1,2 @@ -var socketurl = "wss://1608.xinelu.cn/webSocket/"; - +var socketurl = "wss://hekou-nurse-api.xinyilu.cn/webSocket/"; export default socketurl \ No newline at end of file diff --git a/manifest.json b/manifest.json index f059808..25461d5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "xinelu-doctor-app", + "name" : "医生助手", "appid" : "__UNI__9BA7A08", "description" : "", "versionName" : "1.0.0", diff --git a/pages/login/login.vue b/pages/login/login.vue index f2bd797..d721ca0 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -2,16 +2,16 @@ - 欢迎加入新医路 + 欢迎登录医生助手 -