|
|
@@ -6,6 +6,7 @@
|
|
|
</div>
|
|
|
<div class="title glow-text" :data-text="brand.title">{{ brand.title }}</div>
|
|
|
<div class="top-right-actions">
|
|
|
+ <HomeButton />
|
|
|
<FullscreenToggle />
|
|
|
<UserProfile />
|
|
|
</div>
|
|
|
@@ -86,6 +87,7 @@ import SmartDialog from '@/components/ui/SmartDialog.vue';
|
|
|
import dialogManager from '@/mixins/dialogManager';
|
|
|
import UserProfile from '@/components/ui/UserProfile.vue';
|
|
|
import FullscreenToggle from '@/components/ui/FullscreenToggle.vue';
|
|
|
+import HomeButton from '@/components/ui/HomeButton.vue';
|
|
|
|
|
|
// 注册所有可能在弹窗中使用的内容组件
|
|
|
import DeviceStatusPanel from '@/components/ui/DeviceStatusPanel.vue';
|
|
|
@@ -118,6 +120,7 @@ export default {
|
|
|
SmartDialog,
|
|
|
UserProfile,
|
|
|
FullscreenToggle,
|
|
|
+ HomeButton,
|
|
|
DeviceStatusPanel,
|
|
|
SecurityRoutePanel,
|
|
|
IntersectionMapVideos,
|