dashboard
repositories
filestore
activity
search
login
main
/
school-web
智慧校园项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
弹窗中功能添加完善
shuishen
2021-12-14
9aeb7ac3a98ba0d568e1aef21a8a31294ac093c7
[school-web.git]
/
src
/
store
/
getters.js
1
2
3
4
5
6
const getters = {
viewer: state => state.viewer.viewer,
popupBgUrl: state => state.popupParams.popupBgUrl,
pupupQRUrl: state => state.popupParams.pupupQRUrl
}
export default getters