diff --git a/vue.config.js b/vue.config.js index 4720ad7..9bb4789 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,7 @@ function resolve(dir) { return path.join(__dirname, dir) } const name = defaultSettings.title // 网址标题 -const port = 8013 // 端口配置 +const port = 8014 // 端口配置 // All configuration item explanations can be find in https://cli.vuejs.org/config/ // const GenerateAssetPlugin = require('generate-asset-webpack-plugin')