@@ -77,7 +77,8 @@ const handleToLink = (item) => {
if (!item.path) return
if (!getAccessToken()) {
uni.showToast({
- title: '请先登录'
+ title: '请先登录',
+ icon: 'none'
})
showAuthModal()
return