Browse Source

b2b商务页面开发

gaoxm 7 years ago
parent
commit
4abcf9ca59
1 changed files with 6 additions and 5 deletions
  1. 6 5
      components/btbBusiness/service.vue

+ 6 - 5
components/btbBusiness/service.vue

@@ -86,11 +86,12 @@
         }
         }
       },
       },
       enterModule: function (index) {
       enterModule: function (index) {
-        if (this.user.logged) {
-          window.location.href = this.serviceData[index].enterUrl
-        } else {
-          this.$router.push('/auth/login')
-        }
+        window.location.href = this.serviceData[index].enterUrl
+//        if (this.user.logged) {
+//
+//        } else {
+//          this.$router.push('/auth/login')
+//        }
       }
       }
     }
     }
   }
   }