🎉 增加端口号配置

This commit is contained in:
smallchill 2019-07-06 08:04:28 +08:00
parent 7ec79b2863
commit af6536003e
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ module.exports = {
.end() .end()
}, },
devServer: { devServer: {
// 端口配置
port: 1888,
// 反向代理配置 // 反向代理配置
proxy: { proxy: {
'/api': { '/api': {