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

@@ -178,7 +178,7 @@ const recoverPageIndex = () => {
// #endregion
/** 初始化 */
const { currentRoute } = useRouter(); // 路由
const { currentRoute } = useRouter();
onMounted(async () => {
resetForm();
if (!currentRoute.value.params.id) {