合并代码
This commit is contained in:
parent
36df835adf
commit
998330c02b
|
@ -2,13 +2,13 @@
|
||||||
const config = {
|
const config = {
|
||||||
// 接口域名
|
// 接口域名
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
host: 'http://localhost:5173',
|
// host: 'http://localhost:5173',
|
||||||
// host: 'h5api',
|
host: 'h5api',
|
||||||
// #endif
|
// #endif
|
||||||
// #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.100:8080',
|
// host: 'http://192.168.0.100:8080',
|
||||||
// #endif
|
// #endif
|
||||||
// 支付方式配置
|
// 支付方式配置
|
||||||
payType: {
|
payType: {
|
||||||
|
|
|
@ -4,9 +4,9 @@ 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://192.168.0.110: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({
|
export default defineConfig({
|
||||||
plugins: [uni()],
|
plugins: [uni()],
|
||||||
|
|
Loading…
Reference in New Issue