From 899dc130245366177f5fe74163b31c44d85171c7 Mon Sep 17 00:00:00 2001 From: lyt <1105290566@qq.com> Date: Thu, 20 May 2021 11:22:29 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.05.20:=E4=BF=AE=E6=94=B9=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E9=98=B2=E6=AD=A2=E7=AB=AF=E5=8F=A3=E4=B8=8E=E7=99=BE?= =?UTF-8?q?=E5=BA=A6=E4=BA=91=E5=86=B2=E7=AA=81=EF=BC=8C=E6=84=9F=E8=B0=A2?= =?UTF-8?q?=E7=BE=A4=E5=8F=8B@=E7=83=A6=E3=80=82=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E4=BE=9D=E8=B5=96'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .env.development | 2 +- package.json | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env b/.env index d590d24..8fda07b 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # port 端口号 -VITE_PORT = 10000 +VITE_PORT = 8888 # open 运行 npm run dev 时自动打开浏览器 VITE_OPEN = false diff --git a/.env.development b/.env.development index e760d92..058274c 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ ENV = 'development' # 本地环境接口地址 -VITE_API_URL = 'http://localhost:10000/' \ No newline at end of file +VITE_API_URL = 'http://localhost:8888/' \ No newline at end of file diff --git a/package.json b/package.json index f3228d6..7e32c3f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/" }, "dependencies": { - "@antv/g6": "^4.2.7", + "@antv/g6": "^4.3.0", "axios": "^0.21.1", "clipboard": "^2.0.8", "countup.js": "^2.0.7", @@ -26,18 +26,18 @@ "vue-grid-layout": "^3.0.0-beta1", "vue-i18n": "^9.1.4", "vue-router": "^4.0.2", - "vue-web-screen-shot": "^1.1.9", + "vue-web-screen-shot": "^1.2.0", "vuex": "^4.0.0-rc.2", "wangeditor": "^4.7.0" }, "devDependencies": { "@types/axios": "^0.14.0", "@types/clipboard": "^2.0.1", - "@types/node": "^15.3.0", + "@types/node": "^15.3.1", "@types/nprogress": "^0.2.0", "@types/sortablejs": "^1.10.6", - "@typescript-eslint/eslint-plugin": "^4.23.0", - "@typescript-eslint/parser": "^4.23.0", + "@typescript-eslint/eslint-plugin": "^4.24.0", + "@typescript-eslint/parser": "^4.24.0", "@vitejs/plugin-vue": "^1.2.2", "@vue/compiler-sfc": "^3.0.11", "dotenv": "^9.0.2", @@ -47,7 +47,7 @@ "sass": "^1.32.13", "sass-loader": "^11.1.1", "typescript": "^4.2.4", - "vite": "^2.3.2", + "vite": "^2.3.3", "vue-eslint-parser": "^7.6.0" }, "browserslist": [