This commit is contained in:
2023-12-28 15:36:22 +08:00
parent 13bf747f7a
commit e9227892a0
5 changed files with 42 additions and 11 deletions

View File

@ -1,3 +1,37 @@
{
"prompt" : "template"
"version": "1",
"prompt": "template",
"title": "用户协议与隐私政策",
"message": "请你务必审慎阅读、充分理解“用户协议与隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://app.xinelu.cn/privacypolicy/content.html\">《用户协议与隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"buttonAccept": "同意并接受",
"buttonRefuse": "暂不同意",
"hrefLoader": "system|default",
"second": {
"title": "确认提示",
"message": "进入应用前,你需先同意<a href=\"https://app.xinelu.cn/privacypolicy/content.html\">《用户协议与隐私政策》</a>,否则将退出应用。",
"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"
}
}
}

View File

@ -1,3 +1,2 @@
var baseurl = "https://1608.xinelu.cn";
// var baseurl = "http://8.131.93.145:54011";
export default baseurl
var baseurl = "https://hekou-nurse-api.xinyilu.cn";
export default baseurl

View File

@ -1,3 +1,2 @@
var socketurl = "wss://1608.xinelu.cn/webSocket/";
var socketurl = "wss://hekou-nurse-api.xinyilu.cn/webSocket/";
export default socketurl

View File

@ -1,5 +1,5 @@
{
"name" : "xinelu-doctor-app",
"name" : "医生助手",
"appid" : "__UNI__9BA7A08",
"description" : "",
"versionName" : "1.0.0",

View File

@ -2,16 +2,16 @@
<view class="app">
<image src="../../static/logos.png" mode=""></image>
<view class="text">
欢迎加入新医路
欢迎登录医生助手
</view>
<view class="body">
<view class="login">
<!-- <view class="login">
<view class="logins" @tap="pwdlogin">
登录
</view>
<view class="border">
</view>
</view>
</view> -->
<view class="name">
<u-form :model="form" ref="uForm" label-width="110">
<u-form-item label="用户名:"><u-input placeholder="请输入用户名" maxlength="11"
@ -231,6 +231,5 @@
border-radius: 100rpx
}
}
}
</style>