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