From 998330c02bcaab50d5b14204cf767966e2aeec0b Mon Sep 17 00:00:00 2001 From: sx <2427911852@qq.com> Date: Thu, 6 Feb 2025 23:49:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jiuyi2/common/js/config.js | 8 ++++---- jiuyi2/vite.config.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jiuyi2/common/js/config.js b/jiuyi2/common/js/config.js index 92c59f9f..fde225b9 100644 --- a/jiuyi2/common/js/config.js +++ b/jiuyi2/common/js/config.js @@ -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: { diff --git a/jiuyi2/vite.config.js b/jiuyi2/vite.config.js index 57ca504a..af5e56dd 100644 --- a/jiuyi2/vite.config.js +++ b/jiuyi2/vite.config.js @@ -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()],