ios打自定义基座

This commit is contained in:
Gaoxs
2020-10-10 18:09:53 +08:00
parent e96ee9a0e3
commit 943a040730
4 changed files with 8 additions and 2 deletions

View File

@ -240,6 +240,11 @@ export const login = () => {
reject('当前运行环境为H5')
return
}
if (Vue.prototype.$deviceType == 'app') {
console.log('当前运行环境为app')
reject('当前运行环境为app')
return
}
console.log('————————————————————')
console.log('开始登录')
console.log('————————————————————')