@@ -49,7 +49,7 @@ export default {
},
// 跳转
async linkBtn(id) {
- if (this.user.uid) {
+ if (this.user.uid || this.user.suid) {
if (
this.user.role == '2' ||
this.user.role == '3' ||