15179599649
2024-01-04 0cc01c2e0ca79fe901151b83d14eae32463d8f0a
src/store/index.js
@@ -13,6 +13,7 @@
    },
    state: {
        overlayshow: false,
        logintopath: '',
        infoone: { index: 0, num: 0 },
    },
    mutations: {
@@ -22,6 +23,9 @@
        reoverlayshow(state) {
            state.overlayshow = false
        },
        updatelogintopath(state, router) {
            state.logintopath = router
        }
    },
    getters
})