fix(projects): 去除从环境文件引入端口号导致的错误

This commit is contained in:
Soybean
2022-04-03 01:07:25 +08:00
parent eebb753884
commit 2d6d179d66
5 changed files with 29 additions and 8 deletions

View File

@ -26,7 +26,7 @@
}
},
"dependencies": {
"@antv/g2plot": "^2.4.14",
"@antv/g2plot": "^2.4.15",
"@better-scroll/core": "^2.4.2",
"@vueuse/core": "^8.2.3",
"axios": "^0.26.1",
@ -82,9 +82,9 @@
"mockjs": "^1.1.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.1",
"prettier": "^2.6.2",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.49.10",
"sass": "^1.49.11",
"typescript": "^4.6.3",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.18.5",