This commit is contained in:
asd
2019-11-29 11:19:20 +08:00
parent 892327cdda
commit 9ba197e439
2 changed files with 20 additions and 9 deletions

View File

@@ -9,7 +9,8 @@
</div>
</van-popup>
<div class="head">
<img class="logo" src alt srcset />
<img class="logo" src alt srcset />
<div class="search">
<img src alt />
<input type="text" placeholder="搜索" v-on:change="shuru" v-model="serch" />
@@ -114,17 +115,17 @@ export default {
this.$router.push({
path: `/index`
});
break
case 1:
break;
case 1:
this.$router.push({
path: `/PersonalHomepage`
});
break
case 2:
break;
case 2:
this.$router.push({
path: `/login`
});
break
break;
}
}
}