mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-21 08:28:12 +00:00
no message
This commit is contained in:
parent
9234fe3ed1
commit
4ebbb387ee
3
resources/assets/js/app.js
vendored
3
resources/assets/js/app.js
vendored
@ -361,7 +361,8 @@ const $preload = async () => {
|
|||||||
if (mainDomain === "public") {
|
if (mainDomain === "public") {
|
||||||
mainDomain = $A.getDomain(await $A.IDBString("cacheServerUrl"))
|
mainDomain = $A.getDomain(await $A.IDBString("cacheServerUrl"))
|
||||||
}
|
}
|
||||||
if ($A.getDomain(loadHash) !== mainDomain) {
|
const loadDomain = $A.getDomain(loadHash)
|
||||||
|
if (loadDomain !== mainDomain && loadDomain !== window.location.host) {
|
||||||
window.location.href = loadHash;
|
window.location.href = loadHash;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1449,8 +1449,10 @@ export default {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
resize: none;
|
resize: none;
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&:focus {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user