提交 3bd6fd58 authored 作者: 宋雄's avatar 宋雄

修改bug

上级 3535a534
NODE_ENV=development
# VUE_APP_API_BASE_URL='http://192.168.0.101:9999'
VUE_APP_API_BASE_URL='http://220.203.25.212:9999'
VUE_APP_API_BASE_URL='http://192.168.0.105:9999'
# VUE_APP_API_BASE_URL='http://220.203.25.212:9999'
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
......
NODE_ENV=production
VUE_APP_API_BASE_URL=http://220.203.25.212:9999
VUE_APP_API_BASE_URL=http://220.203.25.212:9998
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
\ No newline at end of file
......@@ -33,9 +33,9 @@
},
},
methods: {
...mapGetters(["avatar"]),
...mapGetters(["userInfo"]),
getAvatar(){
return getFileAccessHttpUrl(this.avatar())
return getFileAccessHttpUrl(this.userInfo().logoUrl)
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论