Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
c61a9d4b
Commit
c61a9d4b
authored
Apr 24, 2026
by
陈曦
Browse files
前端TrafficAPI的展示问题以及版本被显示的问题
parent
11dc6777
Pipeline
#82252
passed with stage
in 4 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/layout/AppSidebar.vue
View file @
c61a9d4b
...
...
@@ -182,7 +182,6 @@ import { computed, h, onMounted, ref, watch } from 'vue'
import
{
useRoute
,
useRouter
}
from
'
vue-router
'
import
{
useI18n
}
from
'
vue-i18n
'
import
{
useAdminSettingsStore
,
useAppStore
,
useAuthStore
,
useOnboardingStore
}
from
'
@/stores
'
import
VersionBadge
from
'
@/components/common/VersionBadge.vue
'
import
{
sanitizeSvg
}
from
'
@/utils/sanitize
'
import
{
FeatureFlags
,
makeSidebarFlag
}
from
'
@/utils/featureFlags
'
...
...
@@ -242,7 +241,6 @@ const expandedGroups = ref<Set<string>>(new Set())
// Site settings from appStore (cached, no flicker)
const
siteName
=
computed
(()
=>
appStore
.
siteName
)
const
siteLogo
=
computed
(()
=>
appStore
.
siteLogo
)
const
siteVersion
=
computed
(()
=>
appStore
.
siteVersion
)
const
settingsLoaded
=
computed
(()
=>
appStore
.
publicSettingsLoaded
)
// SVG Icon Components
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment