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
liuyg
2021-12-15
8409c653e725ad975b589419ddb9177f3be1e9fb
[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