fix: 健康管理系统,登录增加注册功能。

This commit is contained in:
tianyongbao
2024-12-12 17:45:43 +08:00
parent 890bcf8ae8
commit 949d0548d6
3 changed files with 8 additions and 2 deletions

View File

@@ -17,6 +17,12 @@
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/register",
"style": {
"navigationBarTitleText": "平台用户注册"
}
},
{
"path": "pages/health/homepage/index",
"style": {

View File

@@ -114,7 +114,7 @@ function loginSuccess(result) {
// 设置用户信息
userStore.getInfo().then(res => {
uni.switchTab({
url: '/pages/imaotai/iuser/list'
url: '/pages/health/homepage/index'
});
})
}

View File

@@ -27,7 +27,7 @@
user: {
username: '',
password: '',
resource: '3',
resource: '2',
confirmPassword: '',
code: '',
uuid: ''