Browse Source

Update admin.main.js

tags/6.3.2
叙述、别离 8 months ago
parent
commit
c6b79fcf17
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/static/web/js/admin.main.js

+ 1
- 1
src/static/web/js/admin.main.js View File

@@ -382,7 +382,7 @@ function uploadImage(litpicImgSrc) {
$("#picname").val(d.data.image_url);
}
}).catch((error) => {
alert("上传缩略图错误");
alert("上传缩略图失败,请重新修改图片上传");
});
}
function SetThumb(srcURL) {


Loading…
Cancel
Save