''
liukangdong
2024-05-21 01c25b6d4ee7539c267f65a16f4ca71d8d29aa1c
admin/src/store/index.js
@@ -38,6 +38,10 @@
    }
  },
  clearUserInfo: (state) => {
    state.userInfo = null
  },
  // 设置首页路由信息
  setHomePage (state, homePage) {
    state.homePage = homePage