先提交一波

This commit is contained in:
aixianling
2022-05-10 09:21:07 +08:00
parent 2f79210970
commit 73f300cd7a
3 changed files with 9 additions and 3 deletions

View File

@@ -92,7 +92,6 @@ export default {
},
created() {
this.search = localStorage.getItem("searchApp") || ""
this.token = localStorage.getItem("ui-token")
if (this.token) this.getUserInfo()
wx = jWeixin
},