|
|
@@ -17,6 +17,7 @@
|
|
|
<script>
|
|
|
import { mapState } from 'vuex';
|
|
|
import { setPhotoMethod } from '@/api/week';
|
|
|
+import store from '@/store';
|
|
|
export default {
|
|
|
name: 'systemSettings',
|
|
|
computed: {
|
|
|
@@ -41,6 +42,8 @@ export default {
|
|
|
this.toastLoading().clear();
|
|
|
if (res.code == 200) {
|
|
|
this.$toast('设置成功');
|
|
|
+ // 获取移动端获取用户信息接口
|
|
|
+ store.dispatch('getUserInfo');
|
|
|
}
|
|
|
});
|
|
|
},
|