端口修改

This commit is contained in:
alvis
2020-02-04 17:59:21 +08:00
parent 6f46d619df
commit e133f894f6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = {
devServer: {
open: true,
host: 'localhost',
port: 7001,
port: 8002,
https: false,
hotOnly: false,
proxy: {
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = {
devServer: {
open: true,
host: 'localhost',
port: 7000,
port: 8001,
https: false,
hotOnly: false,
proxy: {