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