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