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) {
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user