Procházet zdrojové kódy

b2b商务页面开发

gaoxm před 7 roky
rodič
revize
7825790695
1 změnil soubory, kde provedl 8 přidání a 6 odebrání
  1. 8 6
      components/btbBusiness/banner.vue

+ 8 - 6
components/btbBusiness/banner.vue

@@ -22,11 +22,12 @@
     },
     methods: {
       experience () {
-        if (this.user.logged) {
-          window.location.href = 'http://uas.ubtob.com/#/index'
-        } else {
-          this.$router.push('/auth/login')
-        }
+        window.location.href = 'http://uas.ubtob.com/#/index'
+//        if (this.user.logged) {
+//
+//        } else {
+//          this.$router.push('/auth/login')
+//        }
       }
     }
   }
@@ -91,7 +92,8 @@
         border-radius: 19px;
         font-size: 18px;
         color: #fefefe;
-        font-family: MicrosoftYaHei-Bold;
+        font-family: "Microsoft Yahei", "微软雅黑";
+        font-weight: bold;
         &::after{
           content: '';
           display: inline-block;