|
@@ -247,6 +247,9 @@ export default {
|
|
fabu() {
|
|
fabu() {
|
|
if (this.user.role == '2' || this.user.role == '3') {
|
|
if (this.user.role == '2' || this.user.role == '3') {
|
|
this.$router.push({ path: '/enterprise/enterprisexuqiu' });
|
|
this.$router.push({ path: '/enterprise/enterprisexuqiu' });
|
|
|
|
+ } else if (this.user.uid == undefined) {
|
|
|
|
+ this.$router.push({ path: '/login' });
|
|
|
|
+ } else {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
toChat(data) {
|
|
toChat(data) {
|