合并代码
This commit is contained in:
parent
c9986210c9
commit
fcfca79f99
|
@ -5,10 +5,10 @@ const config = {
|
|||
host: 'http://localhost:5173',
|
||||
// #endif
|
||||
// #ifndef H5
|
||||
// host: 'http://91f.xyz:8080',
|
||||
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.114:8080',
|
||||
// #endif
|
||||
// 支付方式配置
|
||||
payType: {
|
||||
|
|
|
@ -4,10 +4,10 @@ import {
|
|||
import uni from '@dcloudio/vite-plugin-uni';
|
||||
|
||||
//
|
||||
// let target = 'http://91f.xyz:8080'
|
||||
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.114:8080'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [uni()],
|
||||
|
|
Loading…
Reference in New Issue