Files
houyi-uniapp/store/getters.js
PC-202306242200\Administrator 85b89ccea7 first commit
2026-03-28 23:27:25 +08:00

7 lines
168 B
JavaScript

const getters = {
auth: state => state.auth.token,
location: state => state.location,
ws: state => state.ws,
policy: state => state.policy,
}
export default getters