开发仓库应用

This commit is contained in:
2025-07-15 19:58:48 +08:00
parent ec1deec155
commit b3a1fe1456
5 changed files with 216 additions and 184 deletions
+3 -3
View File
@@ -228,10 +228,10 @@
switch (c.data.err_code) {
case 0:
banner_alert('success', "注册成功", 950)
setTimeout(() => {
banner_alert('success', "注册成功", 1000,()=>{
location.href = '/sign-in'
}, 1000);
})
break;
case 1:
banner_alert('warning', "用户名已存在", 1000)