fix: router initialization problem

This commit is contained in:
xiaoxian521
2022-04-06 13:05:19 +08:00
parent 5e8723a031
commit 5efeb28eb3
7 changed files with 158 additions and 100 deletions

View File

@@ -40,8 +40,8 @@
"css-color-function": "^1.3.3",
"dayjs": "^1.11.0",
"driver.js": "^0.9.8",
"echarts": "^5.3.1",
"element-plus": "^2.1.7",
"echarts": "^5.3.2",
"element-plus": "^2.1.8",
"element-resize-detector": "^1.2.3",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
@@ -51,7 +51,7 @@
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.0.12",
"pinia": "^2.0.13",
"qs": "^6.10.1",
"resize-observer-polyfill": "^1.5.1",
"responsive-storage": "^1.0.11",
@@ -121,7 +121,6 @@
"typescript": "^4.6.3",
"unplugin-element-plus": "^0.3.1",
"vite": "^2.9.1",
"vite-plugin-live-reload": "^2.1.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-remove-console": "^0.0.7",
"vite-plugin-style-import": "1.4.1",