Commit 530949dd authored by linxin's avatar linxin

add

parent d286b496
Pipeline #4856 canceled with stages
......@@ -325,7 +325,7 @@ export default {
let param = {
master: {
source_type: 'HLS_APP_USER',
pkvalue: vm.bp_id,
pkvalue: vm.app_user_id,
},
}
hlsPopup.showLoading('请稍候')
......@@ -672,7 +672,7 @@ export default {
: ['修改头像', '用户信息', '角色切换'],
callback: index => {
if (index === 0) {
this.imgUploadShow(vm.bp_id)
this.imgUploadShow(vm.app_user_id)
} else if (index === 1) {
this.changePageHead()
} else if (index === 2) {
......@@ -927,6 +927,7 @@ export default {
vm.user_bp_class = res.info.user_bp_class
vm.bp_id = res.info.user_bp_id
vm.bp_identity = res.info.bp_identity
vm.app_user_id = res.info.app_user_id
window.localStorage.removeItem('bp_id')
window.localStorage.setItem('bp_id', res.info.user_bp_id)
window.localStorage.setItem('user_bp_status', res.info.user_bp_status)
......
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