This commit is contained in:
3321822538@qq.com 2024-09-26 17:51:00 +08:00
parent 3d224cce6d
commit 78dcb80e43
4 changed files with 5 additions and 5 deletions

View File

@ -19,8 +19,8 @@ const install = (Vue, vm) => {
// }, // },
// }); // });
Vue.prototype.$u.http.setConfig({ Vue.prototype.$u.http.setConfig({
// baseUrl: 'http://192.168.2.81:3302', baseUrl: 'http://192.168.2.81:3302',
baseUrl: 'https://kang.chuangtewl.com/prod-api', // baseUrl: 'https://kang.chuangtewl.com/prod-api',
loadingText: '努力加载中~', loadingText: '努力加载中~',
loadingTime: 800, loadingTime: 800,
// 设置自定义头部content-type // 设置自定义头部content-type

View File

@ -172,7 +172,7 @@
userType:this.userType, userType:this.userType,
point:this.point, point:this.point,
investorId:this.investorId investorId:this.investorId
} }
this.$u.post(`/app/shareCode`,data).then(res => { this.$u.post(`/app/shareCode`,data).then(res => {
if(res.code == 200){ if(res.code == 200){
uni.navigateTo({ uni.navigateTo({

View File

@ -11,7 +11,7 @@
</view> </view>
<view class="zx" v-else> <view class="zx" v-else>
<view class="yuan" style="background-color: red;"></view> <view class="yuan" style="background-color: red;"></view>
<view style="color: red;">离线</view> <view style="color: red;">离线</view>
</view> </view>
</view> </view>
<view class="devixexq"> <view class="devixexq">

View File

@ -388,7 +388,7 @@
that.startLoading() that.startLoading()
setTimeout(() => { setTimeout(() => {
xBlufi.notifySendCustomData({ xBlufi.notifySendCustomData({
customData: "11time@" + that.jine customData: "11time@" + that.jine
}) })
},1500) },1500)
}, },