合并代码

This commit is contained in:
sx 2025-02-04 22:53:12 +08:00
parent b65cbd6417
commit c9986210c9
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ const config = {
// #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.102:8080',
// #endif // #endif
// 支付方式配置 // 支付方式配置
payType: { payType: {

View File

@ -6,8 +6,8 @@ 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.102:8080'
export default defineConfig({ export default defineConfig({
plugins: [uni()], plugins: [uni()],