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