first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:27:25 +08:00
commit 85b89ccea7
1694 changed files with 168292 additions and 0 deletions

7
store/getters.js Normal file
View File

@@ -0,0 +1,7 @@
const getters = {
auth: state => state.auth.token,
location: state => state.location,
ws: state => state.ws,
policy: state => state.policy,
}
export default getters