Commit 533404f3 authored by lipengcheng 's avatar lipengcheng

chore: 修改端口到3020

parent 8836cbdf
......@@ -6,7 +6,7 @@
"serve": "vue-cli-service serve",
"passports": "vue-cli-service build --mode passports",
"build": "vue-cli-service build",
"start": "serve -l 3018 dist",
"start": "serve -l 3020 dist",
"lint": "vue-cli-service lint",
"fix": "eslint --fix --ext .js,.vue src",
"prettier": "prettier --write \"src/**/*.js\" \"src/**/*.vue\" ./*.js",
......
......@@ -9,7 +9,7 @@ module.exports = {
devServer: {
open: true,
// host: '0.0.0.0',
port: 3018,
port: 3020,
https: false,
hotOnly: false,
proxy: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment