xg
This commit is contained in:
parent
e9553a77da
commit
749e245824
@ -64,4 +64,4 @@ var request = function(config) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export default request
|
export default request
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
var socketurl = "wss://hekou-nurse-api.xinyilu.cn/webSocket/";
|
var socketurl = "wss://hekou-nurse-api.xinyilu.cn/webSocket/";
|
||||||
// var socketurl = "wss://1608.xinelu.cn/webSocket/";
|
// var socketurl = "ws://192.168.16.250:8098/webSocket/";
|
||||||
var dzsocketurl = "wss://hekou-nurse-api.xinyilu.cn/fado/dz/webSocket/"; // SN码设备德州
|
// var socketurl = "ws://8.131.93.145:54088/webSocket/";
|
||||||
var dysocketurl = "wss://hekou-nurse-api.xinyilu.cn/fado/dy/webSocket/"; // SN码设备东营
|
|
||||||
|
|
||||||
|
|
||||||
export {
|
export {
|
||||||
socketurl,
|
socketurl,
|
||||||
dzsocketurl,
|
|
||||||
dysocketurl,
|
|
||||||
}
|
}
|
||||||
@ -173,14 +173,14 @@
|
|||||||
<image src="@/static/huijiantou.png" mode=""></image>
|
<image src="@/static/huijiantou.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="myorder titles" @tap="remove()">
|
<!-- <view class="myorder titles" @tap="remove()">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
退出登录
|
退出登录
|
||||||
</view>
|
</view>
|
||||||
<view class="righttitle">
|
<view class="righttitle">
|
||||||
<image src="@/static/huijiantou.png" mode=""></image>
|
<image src="@/static/huijiantou.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="mask" @click.stop='showhome = false' v-if="showhome">
|
<view class="mask" @click.stop='showhome = false' v-if="showhome">
|
||||||
<view class="masktext" @click.stop=''>
|
<view class="masktext" @click.stop=''>
|
||||||
<view class="maskcontent" v-if="familyList">
|
<view class="maskcontent" v-if="familyList">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user