diff --git a/package-lock.json b/package-lock.json index 3653dc7..511313f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@rangermauve/fetch-event-source": "^1.0.3", "axios": "^1.6.3", "pinia": "^2.1.7", + "uuid": "^9.0.1", "vant": "^4.8.0", "vue": "^3.3.4", "vue-router": "^4.2.5" @@ -675,6 +676,14 @@ "node": ">=8.0" } }, + "node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/vant": { "version": "4.8.0", "resolved": "https://registry.npmmirror.com/vant/-/vant-4.8.0.tgz", diff --git a/package.json b/package.json index c147e34..7e92bdd 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "@rangermauve/fetch-event-source": "^1.0.3", "axios": "^1.6.3", "pinia": "^2.1.7", + "uuid": "^9.0.1", "vant": "^4.8.0", "vue": "^3.3.4", "vue-router": "^4.2.5" diff --git a/src/views/IndexChat.vue b/src/views/IndexChat.vue index 48f70d2..add18e1 100644 --- a/src/views/IndexChat.vue +++ b/src/views/IndexChat.vue @@ -280,12 +280,8 @@