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