Compare commits
No commits in common. "f9efb76282eb405c7972a6fe6ee80cd5920b6b16" and "cb0ab7f2e919ca3d99681e6b77e09c741ab62e1c" have entirely different histories.
f9efb76282
...
cb0ab7f2e9
|
@ -69,7 +69,7 @@ function uploadImg(data) {
|
||||||
|
|
||||||
/** 关闭窗口 */
|
/** 关闭窗口 */
|
||||||
function closeDialog() {
|
function closeDialog() {
|
||||||
options.img = userStore.user.avatar ==='/img/avatar-default.jpg' ? defaultUserImg : dev_api.value + userStore.user.avatar
|
options.img = userStore.user.avatar
|
||||||
options.visible = false
|
options.visible = false
|
||||||
}
|
}
|
||||||
const cancle = () => {
|
const cancle = () => {
|
||||||
|
|
Loading…
Reference in New Issue