提交一波

This commit is contained in:
aixianling
2024-10-10 10:38:50 +08:00
parent 45017af56d
commit 17bf8599d1
9 changed files with 23 additions and 36 deletions

View File

@@ -102,7 +102,7 @@ export default {
localStorage.setItem("searchApp", this.searchApp)
},
},
created() {
mounted() {
this.searchApp = localStorage.getItem("searchApp") || ""
}
}