diff --git a/src/api/modules/userstart.js b/src/api/modules/userstart.js index a0b545e8..40edb20f 100644 --- a/src/api/modules/userstart.js +++ b/src/api/modules/userstart.js @@ -1,4 +1,4 @@ -import ajax from '@/utils/xajax.js' +import ajax from '../event/index.js' @@ -9,7 +9,7 @@ import ajax from '@/utils/xajax.js' * } * */ const user=function (query){ - return ajax.post('/xboe/stat/m/user/current/user',query); + return ajax.postJson('/xboe/stat/m/user/current',query); } /** diff --git a/src/components/UcHeader/Index.vue b/src/components/UcHeader/Index.vue index 00f482ce..abb0c8cb 100644 --- a/src/components/UcHeader/Index.vue +++ b/src/components/UcHeader/Index.vue @@ -115,6 +115,7 @@ + + + \ No newline at end of file diff --git a/src/views/ucurrency/Index.vue b/src/views/ucurrency/Index.vue index fed83b97..d107f4d4 100644 --- a/src/views/ucurrency/Index.vue +++ b/src/views/ucurrency/Index.vue @@ -1,6 +1,14 @@ @@ -18,6 +26,9 @@ \ No newline at end of file diff --git a/src/views/user/Setting.vue b/src/views/user/Setting.vue index 279b6888..5b1eb0fe 100644 --- a/src/views/user/Setting.vue +++ b/src/views/user/Setting.vue @@ -204,7 +204,6 @@ } }, mounted(){ - //console.log(this.userInfo,'this.userInfo') if(this.userInfo.avatar){ this.avatarUrl = this.avatar; } @@ -212,7 +211,6 @@ this.getInfo(); this.getSysTypeTree().then(rs => { this.sysTypeListMap = rs; - console.log(this.sysTypeListMap,'sysTypeListMap'); }); }, methods:{ @@ -222,7 +220,6 @@ let data = res.result.map(item => item.refId); this.checkboxGroup = data; } - console.log(res,'res'); }) }, handleClick(e){ @@ -255,16 +252,12 @@ }), load(){ userApi.detail(this.userInfo.aid).then(res=>{ - //console.log(res) if(res.status==200){ - //console.log(res) - //console.log(res.result,'res.result') this.form=res.result } }); }, openAvatar(){ - //console.log(this.avatarUrl,'this.avatarUrl'); this.dialogVisibleAvatar=true }, openPassword(){