fix: add black

This commit is contained in:
zzc
2026-04-21 22:46:53 +08:00
parent 1121a6fa64
commit b52d832986
12 changed files with 29 additions and 13 deletions

View File

@@ -202,7 +202,7 @@
this.fetchData()
},
goToDevice(deviceId) {
this.$router.push({ path: '/spring/user/userChat', query: { deviceId } })
this.$router.push({ path: '/spring/user/userDevice', query: { deviceId } })
},
goToContent(row) {
if (row.type === 1) {