Update vue.config.js
在线版配置
This commit is contained in:
parent
346bcdea22
commit
0b67f34a89
@ -3,8 +3,8 @@ module.exports = {
|
|||||||
devServer: {
|
devServer: {
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
port: 8080,
|
port: 8080,
|
||||||
proxy: 'http://127.0.0.1:8081'
|
// proxy: 'http://127.0.0.1:8081'
|
||||||
// proxy: 'http://38.54.94.107:28081'
|
proxy: 'http://38.54.94.107:28081'
|
||||||
},
|
},
|
||||||
chainWebpack: config => {
|
chainWebpack: config => {
|
||||||
config.plugin('html')
|
config.plugin('html')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user