diff --git a/jiuyi2/common/js/config.js b/jiuyi2/common/js/config.js index 2bd96b7e..912f402f 100644 --- a/jiuyi2/common/js/config.js +++ b/jiuyi2/common/js/config.js @@ -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: { diff --git a/jiuyi2/vite.config.js b/jiuyi2/vite.config.js index a9eb0a9f..86cdde56 100644 --- a/jiuyi2/vite.config.js +++ b/jiuyi2/vite.config.js @@ -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()],