选择吉祥物2
This commit is contained in:
@@ -105,8 +105,8 @@ const login_fun = (): void => {
|
||||
account: account.value,
|
||||
password: password.value
|
||||
});
|
||||
console.log('resresres', res);
|
||||
if (res['mascotState']) { // 判断是否跳转到选科技鹿页面
|
||||
// res['mascotState']
|
||||
if (false) { // 判断是否跳转到选科技鹿页面
|
||||
common.redirectTo('/pages/mascot/mascot_select_list');
|
||||
} else {
|
||||
common.msg('登录成功');
|
||||
|
||||
Reference in New Issue
Block a user