合并代码
This commit is contained in:
parent
c9986210c9
commit
fcfca79f99
|
@ -5,10 +5,10 @@ const config = {
|
||||||
host: 'http://localhost:5173',
|
host: 'http://localhost:5173',
|
||||||
// #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.105:8080',
|
// host: 'http://192.168.0.105:8080',
|
||||||
// host: 'http://192.168.0.102:8080',
|
// host: 'http://192.168.0.114:8080',
|
||||||
// #endif
|
// #endif
|
||||||
// 支付方式配置
|
// 支付方式配置
|
||||||
payType: {
|
payType: {
|
||||||
|
|
|
@ -4,10 +4,10 @@ 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.105:8080'
|
// let target = 'http://192.168.0.105:8080'
|
||||||
// let target = 'http://192.168.0.102:8080'
|
// let target = 'http://192.168.0.114:8080'
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [uni()],
|
plugins: [uni()],
|
||||||
|
|
Loading…
Reference in New Issue