新增租户管理

This commit is contained in:
WUSIJIAN
2025-12-08 17:27:16 +08:00
parent 38473ab30a
commit c078638c48
7 changed files with 632 additions and 2 deletions

16
package-lock.json generated
View File

@@ -20,6 +20,7 @@
"echarts": "^5.5.0",
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.1.0",
"element-china-area-data": "^6.1.0",
"element-plus": "^2.10.7",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.5",
@@ -2670,6 +2671,12 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/china-division": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/china-division/-/china-division-2.7.0.tgz",
"integrity": "sha512-4uUPAT+1WfqDh5jytq7omdCmHNk3j+k76zEG/2IqaGcYB90c2SwcixttcypdsZ3T/9tN1TTpBDoeZn+Yw/qBEA==",
"license": "MIT"
},
"node_modules/chokidar": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
@@ -2989,6 +2996,15 @@
"echarts": "^5.0.1"
}
},
"node_modules/element-china-area-data": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/element-china-area-data/-/element-china-area-data-6.1.0.tgz",
"integrity": "sha512-IkpcjwQv2A/2AxFiSoaISZ+oMw1rZCPUSOg5sOCwT5jKc96TaawmKZeY81xfxXsO0QbKxU5LLc6AirhG52hUmg==",
"license": "MIT",
"dependencies": {
"china-division": "^2.7.0"
}
},
"node_modules/element-plus": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.11.8.tgz",