屏蔽登录中转页面登录中文字

This commit is contained in:
张向阳
2024-03-26 16:42:06 +08:00
parent cc9e39c290
commit 10cf467473

View File

@@ -17,7 +17,7 @@
}, },
onLoad(options) { onLoad(options) {
uni.showLoading({ uni.showLoading({
title: '登陆中' title: ''
}) })
if(options.token) { if(options.token) {
const that = this const that = this