refactor: 统一组件导入与消息提示方式

- 将多个组件中的 require 替换为 import,提升代码一致性。
- 更新消息提示方式,使用统一的 Message 和 Modal 组件,增强用户体验。
- 调整部分组件的样式和逻辑,确保界面一致性与可读性。
This commit is contained in:
田香琪
2026-07-08 18:36:06 +08:00
parent f6ddcf4f99
commit 106e059d1a
63 changed files with 429 additions and 314 deletions

View File

@@ -23,10 +23,8 @@
"qs": "^6.9.4",
"sass": "^1.63.6",
"sass-loader": "^10.4.1",
"swiper": "^5.4.5",
"uuid": "^8.3.2",
"vue": "^3.5.35",
"vue-awesome-swiper": "^4.1.1",
"vue-qr": "^5.0.3",
"vue-router": "^4.6.4",
"vuex": "^4.1.0"