diff --git a/package.json b/package.json index 054e1ddbcbdf807a2088282abbc05c289b34a6b8..09e6eae9a92ab600a8fa06570f11f655ba930a4a 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,8 @@ "dependencies": { "element-plus": "^2.3.12", "guess": "^1.0.2", + "js-md5": "^0.7.3", + "uuid": "^9.0.0", "vue": "^3.2.37", "vue-router": "^4.2.4" }, diff --git "a/public/\346\217\217\350\277\260.png" "b/public/\346\217\217\350\277\260.png" new file mode 100644 index 0000000000000000000000000000000000000000..7eceb1817c1967c9de92ef7ba7ece5e36ce8d1ab Binary files /dev/null and "b/public/\346\217\217\350\277\260.png" differ diff --git a/src/App.vue b/src/App.vue index 309da727542f78f8a2be82b026c3b57aa539489c..b33fe843415607c31b1046eae839196e2ca496a5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,30 +3,27 @@ import { ref } from 'vue' const activeIndex = ref('/'); -const handleSelect = (key,keyPath) => { - console.log(key, keyPath) -}