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