mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-20 16:08:14 +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") {
|
||||
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;
|
||||
return;
|
||||
}
|
||||
|
||||
@ -1449,8 +1449,10 @@ export default {
|
||||
box-shadow: none;
|
||||
padding: 0 8px;
|
||||
resize: none;
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user