合并代码

This commit is contained in:
sx 2025-02-06 23:49:25 +08:00
parent 36df835adf
commit 998330c02b
2 changed files with 6 additions and 6 deletions

View File

@ -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: {

View File

@ -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()],