|
|
@@ -349,7 +349,7 @@ export default {
|
|
|
location.href = this.baseUrl + url;
|
|
|
},
|
|
|
clickInputEnter() {
|
|
|
- window.location.href = this.baseUrl + "/kaifain/?keyword=" + this.keywork;
|
|
|
+ window.location.href = this.kaifainUrl + "/?keyword=" + this.keywork;
|
|
|
},
|
|
|
async getMessageCount() {
|
|
|
let res = await this.$axios.$get(
|