mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:24:17 +00:00
no message
This commit is contained in:
parent
bf80e4b02b
commit
d995ef19b5
@ -18,10 +18,8 @@ const convertLocalResourcePath = (() => {
|
|||||||
if (initialized) return
|
if (initialized) return
|
||||||
|
|
||||||
// 设置应用前缀URL
|
// 设置应用前缀URL
|
||||||
if ($A.isEEUIApp) {
|
if ($A.isEEUIApp || $A.isElectron) {
|
||||||
appPreUrl = "http://localhost:22223/"
|
appPreUrl = window.origin + "/"
|
||||||
} else if ($A.Electron) {
|
|
||||||
appPreUrl = "local-asset://public/"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 如果没有特殊前缀,提前返回
|
// 如果没有特殊前缀,提前返回
|
||||||
|
|||||||
1
resources/assets/js/store/mutations.js
vendored
1
resources/assets/js/store/mutations.js
vendored
@ -308,6 +308,7 @@ export default {
|
|||||||
label: $A.L("应用商店"),
|
label: $A.L("应用商店"),
|
||||||
icon: $A.mainUrl("images/application/appstore.svg"),
|
icon: $A.mainUrl("images/application/appstore.svg"),
|
||||||
url: 'appstore/internal',
|
url: 'appstore/internal',
|
||||||
|
only_admin: true,
|
||||||
disable_scope_css: true,
|
disable_scope_css: true,
|
||||||
auto_dark_theme: false,
|
auto_dark_theme: false,
|
||||||
}]
|
}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user