dashboard
repositories
filestore
activity
search
login
main
/
school-web
智慧校园项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
+
liuyg
2021-12-15
b403fa7ef4b0953a50a162db396aeb006ce52f85
[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