NEZ-3243 feat:License management二级页面开发

This commit is contained in:
zhangyu
2023-10-20 16:40:47 +08:00
parent e66a253055
commit cbaf385be0
16 changed files with 437 additions and 21 deletions

View File

@@ -439,7 +439,6 @@ export default {
img.src = _URL.createObjectURL(file.raw)
}).then(() => {
if (isJPG) {
console.log(file.raw)
this.getBase64(file.raw).then(base64Str => {
this.imageUrl = base64Str
})