合并代码

This commit is contained in:
sx 2025-02-05 10:12:50 +08:00
parent c9986210c9
commit fcfca79f99
2 changed files with 6 additions and 6 deletions

View File

@ -5,10 +5,10 @@ const config = {
host: 'http://localhost:5173', host: 'http://localhost:5173',
// #endif // #endif
// #ifndef H5 // #ifndef H5
// host: 'http://91f.xyz:8080', host: 'http://91f.xyz:8080',
// host: 'http://192.168.0.110:8080', // host: 'http://192.168.0.110:8080',
host: 'http://192.168.0.105:8080', // host: 'http://192.168.0.105:8080',
// host: 'http://192.168.0.102:8080', // host: 'http://192.168.0.114:8080',
// #endif // #endif
// 支付方式配置 // 支付方式配置
payType: { payType: {

View File

@ -4,10 +4,10 @@ import {
import uni from '@dcloudio/vite-plugin-uni'; 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.110:8080'
let target = 'http://192.168.0.105:8080' // let target = 'http://192.168.0.105:8080'
// let target = 'http://192.168.0.102:8080' // let target = 'http://192.168.0.114:8080'
export default defineConfig({ export default defineConfig({
plugins: [uni()], plugins: [uni()],