更新:增加登录失败提示反馈问题;修改样式问题

This commit is contained in:
2025-11-05 10:27:50 +08:00
parent a21fb92916
commit d908b049fa
4 changed files with 55 additions and 16 deletions

5
utils/index.ts Normal file
View File

@@ -0,0 +1,5 @@
export const onPageJump = (path: string) => {
uni.navigateTo({
url: path
})
}