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