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