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