mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-26 04:18:29 +00:00
no message
This commit is contained in:
parent
a03dec91c5
commit
0c32b25ddf
@ -249,6 +249,9 @@
|
|||||||
return 'Loading...'
|
return 'Loading...'
|
||||||
}
|
}
|
||||||
if (item.url) {
|
if (item.url) {
|
||||||
|
if (/localhost:/.test(item.url)) {
|
||||||
|
return 'Loading...'
|
||||||
|
}
|
||||||
return `${item.url}`.replace(/^https?:\/\//, '')
|
return `${item.url}`.replace(/^https?:\/\//, '')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user