✏️ 修复vue.config.js中的错别字

This commit is contained in:
sc 2021-11-24 13:23:08 +08:00
parent 90d3e30f8d
commit 1eab0f2ad1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module.exports = {
//开发服务,build后的生产模式还需nginx代理
devServer: {
open: false, //运行后自动打开览器
open: false, //运行后自动打开览器
port: 2800, //挂载端口
proxy: {
'/api': {