fix(projects): 修复在新版vite下环境变量获取不到的问题

This commit is contained in:
Soybean
2022-04-04 17:30:26 +08:00
parent 2d6d179d66
commit 3fb13ca9e7
9 changed files with 2033 additions and 3416 deletions

View File

@@ -28,7 +28,7 @@
"dependencies": {
"@antv/g2plot": "^2.4.15",
"@better-scroll/core": "^2.4.2",
"@vueuse/core": "^8.2.3",
"@vueuse/core": "^8.2.4",
"axios": "^0.26.1",
"clipboard": "^2.0.10",
"colord": "^2.9.2",
@@ -47,14 +47,14 @@
"vditor": "^3.8.13",
"vue": "^3.2.31",
"vue-router": "^4.0.14",
"wangeditor": "^4.7.12",
"wangeditor": "^4.7.13",
"xgplayer": "^2.31.6"
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@iconify/json": "^2.1.23",
"@iconify/json": "^2.1.24",
"@iconify/vue": "^3.2.1",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
@@ -88,7 +88,7 @@
"typescript": "^4.6.3",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.18.5",
"vite": "2.9.1",
"vite": "^2.9.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-html-template": "^1.1.2",
"vite-plugin-mock": "^2.9.6",