新大宝股票管理后台
1
admin
2026-01-14 56797d44dfb07d7d5ec998e81161d83214dce694
src/layouts/BasicLayout.vue
@@ -48,6 +48,7 @@
      <global-footer />
    </template>
    <router-view />
    <notification-badge />
  </pro-layout>
</template>
@@ -61,6 +62,7 @@
import RightContent from '@/components/GlobalHeader/RightContent'
import GlobalFooter from '@/components/GlobalFooter'
import Ads from '@/components/Other/CarbonAds'
import NotificationBadge from '@/components/NotificationBadge'
export default {
  name: 'BasicLayout',
@@ -68,7 +70,8 @@
    SettingDrawer,
    RightContent,
    GlobalFooter,
    Ads
    Ads,
    NotificationBadge
  },
  data () {
    return {