登录模块调整,兼容H5平台

This commit is contained in:
唐明明
2022-01-11 11:35:38 +08:00
parent 69328de055
commit a27ffc0a7f
6 changed files with 139 additions and 20 deletions

View File

@@ -49,6 +49,11 @@ class userAuth {
}
// 预登录
Login() {
//#ifdef H5
router.push({ name: 'Auth' })
return
//#endif
return new Promise((resolve, reject) => {
uni.showLoading({
title: '加载中',