From e133f894f64d810944e6ccc82ddb1866d36492a0 Mon Sep 17 00:00:00 2001 From: alvis Date: Tue, 4 Feb 2020 17:59:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/vue/exam-admin/vue.config.js | 2 +- source/vue/exam-student/vue.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/vue/exam-admin/vue.config.js b/source/vue/exam-admin/vue.config.js index 46ceb90c..43e9f928 100644 --- a/source/vue/exam-admin/vue.config.js +++ b/source/vue/exam-admin/vue.config.js @@ -14,7 +14,7 @@ module.exports = { devServer: { open: true, host: 'localhost', - port: 7001, + port: 8002, https: false, hotOnly: false, proxy: { diff --git a/source/vue/exam-student/vue.config.js b/source/vue/exam-student/vue.config.js index cf06d44a..9823ec4c 100644 --- a/source/vue/exam-student/vue.config.js +++ b/source/vue/exam-student/vue.config.js @@ -14,7 +14,7 @@ module.exports = { devServer: { open: true, host: 'localhost', - port: 7000, + port: 8001, https: false, hotOnly: false, proxy: {