diff --git a/jiuyi2/common/js/config.js b/jiuyi2/common/js/config.js index c6bbe709..d9448b2f 100644 --- a/jiuyi2/common/js/config.js +++ b/jiuyi2/common/js/config.js @@ -6,9 +6,7 @@ const config = { // host: 'h5api', // #endif // #ifndef H5 - // host: 'http://91f.xyz:8080', - host: 'https://b433d23.r24.cpolar.top/', - // host: 'http://hvw2rn.natappfree.cc', + host: 'http://91f.xyz:8080', // #endif // 支付方式配置 payType: { diff --git a/jiuyi2/vite.config.js b/jiuyi2/vite.config.js index 1b57cfd6..fc5535df 100644 --- a/jiuyi2/vite.config.js +++ b/jiuyi2/vite.config.js @@ -3,9 +3,7 @@ import { } from 'vite'; import uni from '@dcloudio/vite-plugin-uni'; -// let target = 'http://91f.xyz:8080' -let target = 'https://b433d23.r24.cpolar.top/' -// let target = 'http://hvw2rn.natappfree.cc' +let target = 'http://91f.xyz:8080' export default defineConfig({ plugins: [uni()],