工作代码提交
This commit is contained in:
parent
c4318615e3
commit
05627a62d7
|
@ -8,7 +8,7 @@ const config = {
|
|||
// #ifndef H5
|
||||
// host: 'http://91f.xyz:8080',
|
||||
host: 'http://liuyd.cpolar.top',
|
||||
// host: 'http://liuyd.cpolar.top',
|
||||
// host: 'http://hpedc3.natappfree.cc',
|
||||
// #endif
|
||||
// 是否vivo显示
|
||||
showVivo: true,
|
||||
|
|
|
@ -147,6 +147,9 @@
|
|||
if (rs.code == 200) {
|
||||
// 提现回调
|
||||
getToWalletCallback()
|
||||
|
||||
//
|
||||
uni.navigateBack()
|
||||
return
|
||||
}
|
||||
util.alert({
|
||||
|
|
|
@ -136,7 +136,6 @@
|
|||
content: params.response.msg,
|
||||
showCancel: false,
|
||||
})
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ import {
|
|||
import uni from '@dcloudio/vite-plugin-uni';
|
||||
|
||||
// let target = 'http://91f.xyz:8080'
|
||||
let target = 'http://liuyd.cpolar.top '
|
||||
// let target = 'http://3qkcs4.natappfree.cc'
|
||||
let target = 'http://liuyd.cpolar.top'
|
||||
// let target = 'http://hpedc3.natappfree.cc'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [uni()],
|
||||
|
|
Loading…
Reference in New Issue