Browse Source

添加强制跳转

xiaozhen 6 years ago
parent
commit
850050c2c3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      components/type/vip/pc.vue

+ 2 - 1
components/type/vip/pc.vue

@@ -110,7 +110,8 @@ export default {
     }
     }
   },
   },
   mounted() {
   mounted() {
-    console.log(this.com, this.dev);
+      this.location.href="/#vip";
+    //console.log(this.com, this.dev);
   },
   },
   methods: {
   methods: {
     /**
     /**