diff --git a/package.json b/package.json index f345c54..d8bb71c 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,11 @@ "dependencies": { "@element-plus/icons-vue": "^2.3.2", "axios": "^1.13.2", + "crypto-js": "^4.2.0", "element-plus": "^2.13.1", "nprogress": "^0.2.0", "pinia": "^3.0.4", + "pinia-plugin-persistedstate": "^4.7.1", "vue": "^3.5.26", "vue-i18n": "^11.2.8", "vue-router": "^4.6.4" diff --git a/src/App.vue b/src/App.vue index ffd3b71..8d74a5c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,14 @@ - +