dashboard
repositories
filestore
activity
search
login
main
/
school-web
智慧校园项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://192.168.0.105:10010/r/school-web
shuishen
2021-12-15
61aa6f019a562744566cf9bb22a995ab98ffca09
[school-web.git]
/
src
/
store
/
modules
/
mobile.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const mobile = {
state: {
mviewer: null
},
mutations: {
MSET_VIEWER(state, viewer) {
state.mviewer = viewer
}
},
actions: {
}
}
export default mobile