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": [