Update vue.config.js

在线版配置
This commit is contained in:
yuxin-pc 2025-06-10 14:11:38 +08:00
parent 346bcdea22
commit 0b67f34a89

View File

@ -3,8 +3,8 @@ module.exports = {
devServer: {
host: '0.0.0.0',
port: 8080,
proxy: 'http://127.0.0.1:8081'
// proxy: 'http://38.54.94.107:28081'
// proxy: 'http://127.0.0.1:8081'
proxy: 'http://38.54.94.107:28081'
},
chainWebpack: config => {
config.plugin('html')