c6eab9bf by 406803045

修复打开两次

1 parent af358fb9
......@@ -5,7 +5,7 @@
"author": "Pan <panfree23@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"dev": "vue-cli-service serve --open",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
......
......@@ -43,7 +43,7 @@ module.exports = {
productionSourceMap: false,
devServer: {
port: port,
open: true,
open: false,
overlay: {
warnings: false,
errors: true
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!