fix: 修正前端 user_init_call 字段错误和用户注册初始化头像路径问题

This commit is contained in:
RockYang
2023-06-28 20:01:44 +08:00
parent 296bf63196
commit 7eb8c5ec35
3 changed files with 4 additions and 4 deletions

View File

@@ -81,8 +81,8 @@ import {httpGet, httpPost} from "@/utils/http";
import {ElMessage} from "element-plus";
import {Plus} from "@element-plus/icons-vue";
import Compressor from "compressorjs";
import {showNotify} from "vant";
// eslint-disable-next-line no-undef
const props = defineProps({
show: Boolean,
user: Object,
@@ -140,6 +140,7 @@ const afterRead = (file) => {
});
};
// eslint-disable-next-line no-undef
const emits = defineEmits(['hide', 'update-user']);
const save = function () {
httpPost('/api/user/profile/update', form.value).then(() => {