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