|
|
@@ -380,9 +380,10 @@ export default {
|
|
|
},
|
|
|
clickInputEnter() {
|
|
|
let url = "";
|
|
|
+ console.log(this.$route)
|
|
|
if (this.$route.name === "job") {
|
|
|
url = "/?keyword=" + this.keywork;
|
|
|
- } else if (this.$route.fullPath.indexOf("jishuin") > -1) {
|
|
|
+ } else if (this.$route.name==="user-searchTopic") {
|
|
|
url = "/user/searchTopic?keyword=" + this.keywork;
|
|
|
}
|
|
|
console.log(url);
|