wuhongyu %!s(int64=5) %!d(string=hai) anos
pai
achega
de31614d67
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/views/market/index.vue

+ 3 - 0
src/views/market/index.vue

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