✏️ 修复vue.config.js中的错别字
This commit is contained in:
parent
90d3e30f8d
commit
1eab0f2ad1
|
@ -9,7 +9,7 @@ module.exports = {
|
||||||
|
|
||||||
//开发服务,build后的生产模式还需nginx代理
|
//开发服务,build后的生产模式还需nginx代理
|
||||||
devServer: {
|
devServer: {
|
||||||
open: false, //运行后自动打开游览器
|
open: false, //运行后自动打开浏览器
|
||||||
port: 2800, //挂载端口
|
port: 2800, //挂载端口
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
|
|
Loading…
Reference in New Issue