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-14
dcbda98765ffa9e8066330502379fafbf2a750b7
[school-web.git]
/
src
/
store
/
getters.js
1
2
3
4
5
6
7
const getters = {
viewer: state => state.viewer.viewer,
popupBgUrl: state => state.popupParams.popupBgUrl,
pupupQRUrl: state => state.popupParams.pupupQRUrl,
mviewer: state => state.mobile.mviewer
}
export default getters