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