refactor: 删除控制台日志打印
Former-commit-id: b7cae1dd241a532ea395f64c2c24c28891579ece
This commit is contained in:
@@ -35,7 +35,6 @@ const state = reactive({
|
||||
uploadImage: {
|
||||
// 自定义图片上传
|
||||
async customUpload(file: any, insertFn: any) {
|
||||
console.log("上传图片")
|
||||
uploadFile(file).then(response => {
|
||||
const url = response.data
|
||||
insertFn(url)
|
||||
|
||||
Reference in New Issue
Block a user