Commit 530949dd authored by linxin's avatar linxin

add

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