@@ -45,6 +45,9 @@ export default {
async mounted() {
await this.getList();
this.getVipDetail();
+ if (this.isPC){
+ location.href="/#vip";
+ }
},
methods: {
async getList() {
@@ -68,4 +71,4 @@ export default {
</script>
<style>
-</style>
+</style>