no message

This commit is contained in:
kuaifan 2025-05-30 09:25:28 +08:00
parent bf80e4b02b
commit d995ef19b5
2 changed files with 3 additions and 4 deletions

View File

@ -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 + "/"
}
// 如果没有特殊前缀,提前返回

View File

@ -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,
}]