Skip to content

Commit

Permalink
[修改配置]:取消vue浏览器启动
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamXu96 committed May 17, 2022
1 parent e182565 commit 289ed23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebApp/vue/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
productionSourceMap: false,
devServer: {
port: port,
open: true,
open: false,
overlay: {
warnings: false,
errors: true
Expand Down

0 comments on commit 289ed23

Please sign in to comment.