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