From 50ee7232f3c98fe24a1f2e31dba9508cfec14887 Mon Sep 17 00:00:00 2001 From: gjj <Ganjj@probim.com.cn> Date: Fri, 21 Feb 2025 17:35:39 +0800 Subject: [PATCH] 模型预览 --- src/Dashboard.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Dashboard.vue b/src/Dashboard.vue index 5e6dc05..d9c19bd 100644 --- a/src/Dashboard.vue +++ b/src/Dashboard.vue @@ -2,14 +2,13 @@ * @Author: gjj Ganjj@probim.com.cn * @Date: 2025-02-14 14:32:17 * @LastEditors: gjj Ganjj@probim.com.cn - * @LastEditTime: 2025-02-20 15:46:39 + * @LastEditTime: 2025-02-21 16:54:08 * @FilePath: \北京交通大学\src\Dashboard.vue --> <!-- eslint-disable vue/no-textarea-mustache --> <!-- eslint-disable vue/html-self-closing --> <template> <main - v-loading="isAuthenticating || isLoadingPrjList" id="appWrapper" class="absolute top-[50%] left-[50%] -translate-x-[50%] w-screen h-screen -translate-y-[50%] font-pingfang text-white select-none" :style="{ @@ -98,7 +97,8 @@ }, data() { return { - backgroundImage: new URL('@/assets/images/backgrounds/screen.png', import.meta.url).href + backgroundImage: new URL('@/assets/images/backgrounds/screen.png', import.meta.url).href, + currentProjectId: '1c179617-a7d9-4243-b813-84fa55a17ce7' }; }, computed: { -- Gitblit v1.9.3