很多页面

This commit is contained in:
haomingming
2025-09-03 17:13:10 +08:00
parent 92bfc36d51
commit 84f59b20f6
26 changed files with 29536 additions and 616 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
// 跳转到修改密码页面
const goToChangePassword = () => {
uni.navigateTo({
url: '/pages_app/pwdLogin/pwdLogin'
url: '/pages_app/changePassword/index'
});
};