Browse Source

修复首页问题

master
梁欣 1 year ago
parent
commit
2e2252c838
  1. 2
      pages/index/index.vue

2
pages/index/index.vue

@ -418,7 +418,7 @@ export default {
_this.getNews()
_this.getHots()
console.log(585)
_this.loading = true
SettingApi.data()
.then(result => {
_this.store = result.data.setting.store

Loading…
Cancel
Save