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