Ver código fonte

Merge remote-tracking branch 'origin/master'

deason 4 anos atrás
pai
commit
b007909628
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      .env.development
  2. 1 1
      package.json

+ 1 - 1
.env.development

@@ -1,2 +1,2 @@
 #### 如果需要改变以下环境变量的值,请在根目录下新增 .env.development.local 文件,里面设置的变量会覆盖本文件,并且不会被提交
-VUE_APP_QUESTIONS_HOST_URL=https://192.168.10.39
+VUE_APP_QUESTIONS_HOST_URL=http://192.168.10.39:7000

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "version": "0.1.0",
   "private": true,
   "scripts": {
-    "start": "vue-cli-service serve --port 3001",
+    "start": "vue-cli-service serve --port 7002",
     "serve": "vue-cli-service serve",
     "build:dev": "vue-cli-service build",
     "build:test": "vue-cli-service build",