合并代码
This commit is contained in:
parent
b65cbd6417
commit
c9986210c9
|
@ -7,8 +7,8 @@ const config = {
|
|||
// #ifndef H5
|
||||
// host: 'http://91f.xyz:8080',
|
||||
// host: 'http://192.168.0.110:8080',
|
||||
// host: 'http://192.168.0.105:8080',
|
||||
host: 'http://192.168.0.102:8080',
|
||||
host: 'http://192.168.0.105:8080',
|
||||
// host: 'http://192.168.0.102:8080',
|
||||
// #endif
|
||||
// 支付方式配置
|
||||
payType: {
|
||||
|
|
|
@ -6,8 +6,8 @@ import uni from '@dcloudio/vite-plugin-uni';
|
|||
//
|
||||
// let target = 'http://91f.xyz:8080'
|
||||
// let target = 'http://192.168.0.110:8080'
|
||||
// let target = 'http://192.168.0.105:8080'
|
||||
let target = 'http://192.168.0.102:8080'
|
||||
let target = 'http://192.168.0.105:8080'
|
||||
// let target = 'http://192.168.0.102:8080'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [uni()],
|
||||
|
|
Loading…
Reference in New Issue