合并代码
This commit is contained in:
parent
36df835adf
commit
998330c02b
|
@ -2,13 +2,13 @@
|
|||
const config = {
|
||||
// 接口域名
|
||||
// #ifdef H5
|
||||
host: 'http://localhost:5173',
|
||||
// host: 'h5api',
|
||||
// host: 'http://localhost:5173',
|
||||
host: 'h5api',
|
||||
// #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.100:8080',
|
||||
// host: 'http://192.168.0.100:8080',
|
||||
// #endif
|
||||
// 支付方式配置
|
||||
payType: {
|
||||
|
|
|
@ -4,9 +4,9 @@ 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.100:8080'
|
||||
// let target = 'http://192.168.0.100:8080'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [uni()],
|
||||
|
|
Loading…
Reference in New Issue