This commit is contained in:
2023-12-28 15:38:01 +08:00
parent b9d1d74dee
commit 1a8407c017
12 changed files with 17 additions and 17 deletions

View File

@ -1,4 +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,4 +1,4 @@
import request from "../../request.js"
import request from "@/api/request.js"
// 获取一体化照护方案记录
export function getIntegrationList(data) {

View File

@ -1,9 +1,8 @@
var socketurl = "wss://1608.xinelu.cn/webSocket/";
var dzsocketurl = "ws://112.6.122.71:8009/fd/webSocket/"; // SN码设备德州
var dysocketurl = "ws://218.58.213.15:8009/fd/webSocket/"; // SN码设备东营
var socketurl = "wss://hekou-nurse-api.xinyilu.cn/webSocket/";
var dzsocketurl = "wss://hekou-nurse-api.xinyilu.cn/fado/dz/webSocket/"; // SN码设备德州
var dysocketurl = "wss://hekou-nurse-api.xinyilu.cn/fado/dy/webSocket/"; // SN码设备东营
export {
socketurl,
dzsocketurl,
dysocketurl
dysocketurl,
}

View File

@ -205,7 +205,7 @@
}
} else {
setTimeout(() => {
this.scoket()
// this.scoket()
}, 800)
}
}

View File

@ -175,7 +175,7 @@
}
} else {
setTimeout(() => {
this.scoket()
// this.scoket()
}, 800)
}
}

View File

@ -177,7 +177,7 @@
}
} else {
setTimeout(() => {
this.scoket()
// this.scoket()
}, 800)
}
}

View File

@ -191,7 +191,7 @@
}
} else {
setTimeout(() => {
this.scoket()
// this.scoket()
}, 800)
}
}

View File

@ -177,7 +177,7 @@
}
} else {
setTimeout(() => {
this.scoket()
// this.scoket()
}, 800)
}
}

View File

@ -177,7 +177,7 @@
}
} else {
setTimeout(() => {
this.scoket()
// this.scoket()
}, 800)
}
}

View File

@ -134,7 +134,8 @@
@confirm="relationshipSelect"></u-select>
<!-- 出生日期 -->
<u-picker mode="time" v-model="timeshow" :params="params" @confirm='timechange' @canel='timeshow=false'>
<u-picker mode="time" v-model="timeshow" :params="params" @confirm='timechange' @canel='timeshow=false'
start-year='1900'>
</u-picker>
<view class="">
<m-city style='z-index: 10076;' :provinceData="list" headTitle="地区选择" ref="cityPicker"

View File

@ -141,6 +141,7 @@
let userInfo = uni.getStorageSync('userinfo')
let data = {
identity: userInfo.cardNo,
// identity:'370503195407100031',
year: that.yearValue,
pageNum: this.form.pageNum,
pageSize: this.form.pageSize

View File

@ -117,6 +117,7 @@
let userInfo = uni.getStorageSync('userinfo')
let data = {
identity: userInfo.cardNo,
// identity: '370503195407100031',
year: this.yearValue,
pageNum: this.form.pageNum,
pageSize: this.form.pageSize