dashboard
repositories
filestore
activity
search
login
main
/
school-web
智慧校园项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
+手机端弹框修改,加自动定位到点击地点
liuyg
2021-12-14
82d13f47adbf2e62de4e6e639e8aaaa2be83944d
[school-web.git]
/
src
/
store
/
modules
/
mobile.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
const mobile = {
state: {
mviewer: null
},
mutations: {
MSET_VIEWER(state, viewer) {
// console.log(viewer, 456)
state.mviewer = viewer
}
},
actions: {
}
}
export default mobile