Commit 39ad5a67 authored by linxin's avatar linxin

add

parent 86759725
......@@ -395,8 +395,9 @@ export default {
vm.authUrl = res.info.data.authUrl
return vm.authUrl
} else if ((res.info.code === 0) && (res.info.data.openId)) {
vm.authUrl = res.info.data.openId
return vm.authUrl
// vm.authUrl = res.info.data.openId
// return vm.authUrl
return ''
} else {
// hlsPopup.showError(res.info.msg)
// vm.errorMsg = res.info.msg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment