feat:修改存在的问题

This commit is contained in:
leilei
2025-11-03 09:03:32 +08:00
parent 528170fe2f
commit df359d01cc
37 changed files with 7182 additions and 913 deletions

2
src/utils/bus.js Normal file
View File

@@ -0,0 +1,2 @@
import mitt from 'mitt'
export const emitter = mitt()