fix: 移除开发标记

This commit is contained in:
tnt group 2022-10-12 16:50:25 +08:00
parent b6d366e86d
commit 5cc10c4198

View File

@ -132,10 +132,10 @@ const sendHandle = async () => {
showMatching.value = true
return
}
window['$message'].warning('数据异常,请检查参数!@@@@')
window['$message'].warning('数据异常,请检查参数!')
} catch (error) {
loading.value = false
window['$message'].warning('数据异常,请检查参数!@@@@')
window['$message'].warning('数据异常,请检查参数!')
}
}