pages/index/home.vue
@@ -237,8 +237,11 @@ name: this.keyword, company: this.company, } if (this.vuex_is_login) { console.log(params); console.log(this.vuex_is_login); if (this.vuex_is_login == true) { findPerson(params).then((res) => { console.log(res); if (res.code == 0) { this.perlist = res.data } else {