From 041eb290228146c7fcfea0c266c03bbe3105eb05 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 14 Nov 2024 18:15:00 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen

---
 src/pages/first/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/pages/first/index.vue b/src/pages/first/index.vue
index bd44ac4..303ed24 100644
--- a/src/pages/first/index.vue
+++ b/src/pages/first/index.vue
@@ -29,6 +29,8 @@
 </template>
 
 <script setup>
+import { getAssetsFile } from 'utils/utils'
+const loginOutBg = getAssetsFile('login.png', '/images')
 import mainMenu from './components/mainMenu.vue'
 </script>
 

--
Gitblit v1.9.3