feat:移除“ // 路由”重复注释。

This commit is contained in:
YunaiV
2025-10-21 20:56:53 +08:00
parent 28843fc8fe
commit 1286623863
18 changed files with 25 additions and 23 deletions

View File

@@ -73,7 +73,7 @@ function openSignatureModal() {
signatureModalApi.setData(null).open();
}
const router = useRouter(); // 路由
const router = useRouter();
const userStore = useUserStore();
const userId = userStore.userInfo?.id;
const formLoading = ref(false); // 表单加载中

View File

@@ -36,7 +36,7 @@ const emit = defineEmits<{
selectUserConfirm: [activityId: string, userList: any[]];
}>();
const { push } = useRouter(); // 路由
const { push } = useRouter();
// 状态图标映射
const statusIconMap: Record<