forked from github/dataease
revert(仪表板): 去除日志
This commit is contained in:
parent
b10c608c70
commit
e49eb97396
@ -299,7 +299,6 @@ export function colorReverse(OldColorValue) {
|
||||
}
|
||||
|
||||
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) {
|
||||
return process.env.VUE_APP_BASE_API + url.replace('/static-resource', 'static-resource')
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user