Fix Route APBdes

This commit is contained in:
2025-11-18 14:27:53 +08:00
parent 0feeb4de93
commit 6c32f3ebdb
5 changed files with 7 additions and 7 deletions

View File

@@ -173,7 +173,7 @@ function EditAPBDes() {
const success = await apbdesState.edit.update();
if (success) {
router.push('/admin/landing-page/APBDes');
router.push('/admin/landing-page/apbdes');
}
} catch (err) {
console.error('Update error:', err);