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