|
@@ -35,8 +35,8 @@ module.exports = defineConfig({
|
|
|
open: true,
|
|
|
proxy: {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
- // [process.env.VUE_APP_BASE_API]: {
|
|
|
- '/prod-api':{
|
|
|
+ [process.env.VUE_APP_BASE_API]: {
|
|
|
+ // '/prod-api':{
|
|
|
ws:false,
|
|
|
target: `http://192.168.2.32`,
|
|
|
// target: `http://192.168.2.202:8080`,
|