地图找人

This commit is contained in:
Mr.jiang 2024-07-02 16:14:46 +08:00
parent f0bf436fee
commit da050a7ee9
7 changed files with 19 additions and 23 deletions

View File

@ -2,13 +2,13 @@
// const ROOTPATH1 = "http://120.46.52.165/sqx_fast";
// const ROOTPATH3 = "wss://120.46.52.165/wss/websocket/";
// const ROOTPATH3 = "wss://192.168.2.222:8187/wss/websocket/";
// const ROOTPATH = "http://192.168.2.222:8187/sqx_fast";
// const ROOTPATH1 = "http://192.168.2.222:8187/sqx_fast";
const ROOTPATH3 = "wss://192.168.2.222:8187/wss/websocket/";
const ROOTPATH = "http://192.168.2.222:8187/sqx_fast";
const ROOTPATH1 = "http://192.168.2.222:8187/sqx_fast";
const ROOTPATH3 = "wss://1.92.152.160/wss/websocket/";
const ROOTPATH = "http://1.92.152.160/sqx_fast";
const ROOTPATH1 = "http://1.92.152.160/sqx_fast";
// const ROOTPATH3 = "wss://1.92.152.160/wss/websocket/";
// const ROOTPATH = "http://1.92.152.160/sqx_fast";
// const ROOTPATH1 = "http://1.92.152.160/sqx_fast";
// const ROOTPATH3 = "wss://47.75.182.93:8090/wss/websocket/";
// const ROOTPATH = "http://47.75.182.93:8090/sqx_fast";
@ -53,8 +53,8 @@ const TX_MAP_KEY = 'VIWBZ-5OM3F-CV7JZ-NLKJY-AXSYV-TMFM6';
//ws基础连接地址
// const WS_BASE_PATH = 'ws://47.75.182.93:8090/sqx_fast/';
// const WS_BASE_PATH = 'ws://192.168.2.222:8187/sqx_fast/';
const WS_BASE_PATH = 'ws://1.92.152.160/sqx_fast/';
const WS_BASE_PATH = 'ws://192.168.2.222:8187/sqx_fast/';
// const WS_BASE_PATH = 'ws://1.92.152.160/sqx_fast/';
// const WS_BASE_PATH = 'ws://120.46.52.165/sqx_fast/';
// const WS_BASE_PATH = 'wss://admin.sjajk.com/sqx_fast/';//生产需替换

View File

@ -20,16 +20,16 @@ module.exports = {
publicYuMing() {
// return 'https://admin.sjajk.com'//生产需替换
// return 'http://120.46.52.165'1.92.152.160
// return 'http://192.168.2.222:8187'
return 'http://1.92.152.160'
return 'http://192.168.2.222:8187'
// return 'http://1.92.152.160'
// return 'http://47.75.182.93:8090:8187'
},
//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
publicYuMingApp() {
// return 'https://wx.sjajk.com'//生产需替换
// return 'http://120.46.52.165'
return 'http://1.92.152.160'
// return 'http://192.168.2.222:8187'
// return 'http://1.92.152.160'
return 'http://192.168.2.222:8187'
// return 'http://47.75.182.93:8090:8187'
},
logout() {

View File

@ -189,7 +189,7 @@
}
that.$Request.get('/app/massage/packageDetail/getAppPackageDetail',data).then(res => {
if (res.code == 0) {
that.getList=res.data;
that.getList=res.dat;
that.backgroundImageUrl=that.getList.massageImg
that.labels=res.data.labels.split(',')
}

View File

@ -141,7 +141,7 @@
<view class="xiangmu-foot-left-dazhe">{{item.oldPrice}}</view>
</view>
<view class="xiadan">
下单
预约
</view>
</view>
</view>
@ -540,12 +540,14 @@
})
} else {
var data={
massageTypeId:massageTypeId,
massageTypeId:massageTypeId.massageTypeId,
tripWay:this.order.tripWay,
artificerId:this.order.artificerId,
artificerName:this.order.artificerName
}
this.$queue.setData('youhui','');
this.$queue.setData('getJishi',data)
this.$queue.setData('xiangmu',massageTypeId)
uni.navigateTo({
url: "/my/order/payModify"
})

View File

@ -49,9 +49,6 @@
</view>
</view>
</view>
<view class="item-view-jianjie">
{{item.technicianTypeName}}
</view>
<view class="therapist-mian">
<view class="therapist-mian-top">
<view class="therapist-mian-view">

View File

@ -49,9 +49,6 @@
</view>
</view>
</view>
<view class="item-view-jianjie">
{{item.technicianTypeName}}
</view>
<view class="therapist-mian">
<view class="therapist-mian-top">
<view class="therapist-mian-view">

View File

@ -102,8 +102,8 @@ class Request {
constructor() {
this.config = {
// baseUrl: 'https://admin.sjajk.com/', // 请求的根域名//生产需替换
// baseUrl: 'http://192.168.2.222:8187/',
baseUrl: 'http://1.92.152.160/', // 请求的根域名
baseUrl: 'http://192.168.2.222:8187/',
// baseUrl: 'http://1.92.152.160/', // 请求的根域名
// baseUrl: 'http://120.46.52.165/', // 请求的根域名
// baseUrl: 'http://47.75.182.93:8090/',
// 默认的请求头