Compare commits

...

2 Commits

Author SHA1 Message Date
sx 87a8de6cb5 合并代码 2025-02-18 14:09:40 +08:00
sx c133ca0915 合并代码 2025-02-18 14:09:21 +08:00
2 changed files with 1 additions and 3 deletions

View File

@ -6,8 +6,7 @@ const config = {
// host: 'h5api', // host: 'h5api',
// #endif // #endif
// #ifndef H5 // #ifndef H5
// host: 'http://91f.xyz:8080', host: 'http://91f.xyz:8080',
host: 'http://epiryz.natappfree.cc',
// #endif // #endif
// 支付方式配置 // 支付方式配置
payType: { payType: {

View File

@ -4,7 +4,6 @@ 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://hvw2rn.natappfree.cc'
export default defineConfig({ export default defineConfig({
plugins: [uni()], plugins: [uni()],