revert(仪表板): 去除日志

This commit is contained in:
wangjiahao 2024-05-24 15:09:00 +08:00
parent b10c608c70
commit e49eb97396

View File

@ -299,7 +299,6 @@ export function colorReverse(OldColorValue) {
} }
export function imgUrlTrans(url) { export function imgUrlTrans(url) {
console.log('---'+url +'---'+ process.env.VUE_APP_BASE_API)
if (url && typeof url === 'string' && url.indexOf('static-resource') > -1 && url.indexOf('http') === -1) { if (url && typeof url === 'string' && url.indexOf('static-resource') > -1 && url.indexOf('http') === -1) {
return process.env.VUE_APP_BASE_API + url.replace('/static-resource', 'static-resource') return process.env.VUE_APP_BASE_API + url.replace('/static-resource', 'static-resource')
} else { } else {