From b1f053f883a79600802935bff78befb411ade9b5 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Wed, 13 Aug 2025 09:55:27 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/creative-generation-workshop/explore/detail/index.vue | 2 +- src/views/creative-generation-workshop/explore/list/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/creative-generation-workshop/explore/detail/index.vue b/src/views/creative-generation-workshop/explore/detail/index.vue index da84dd6..2a9c56a 100644 --- a/src/views/creative-generation-workshop/explore/detail/index.vue +++ b/src/views/creative-generation-workshop/explore/detail/index.vue @@ -9,7 +9,7 @@ import { ENUM_OPINION } from './constants'; import { handleUserHome } from '@/utils/user.ts'; import { useUserStore } from '@/stores'; -import icon1 from '@/assets/logo.svg'; +import icon1 from '@/assets/LOGO.svg'; import icon2 from '@/assets/img/creative-generation-workshop/icon-confirm.png'; import icon3 from '@/assets/img/creative-generation-workshop/icon-line.png'; diff --git a/src/views/creative-generation-workshop/explore/list/index.vue b/src/views/creative-generation-workshop/explore/list/index.vue index aea464a..36b6c25 100644 --- a/src/views/creative-generation-workshop/explore/list/index.vue +++ b/src/views/creative-generation-workshop/explore/list/index.vue @@ -8,7 +8,7 @@ import { getShareWorksList } from '@/api/all/generationWorkshop'; import { ENUM_OPINION } from '../detail/constants'; import icon1 from '@/assets/img/error-img.png'; -import icon2 from '@/assets/logo.svg'; +import icon2 from '@/assets/LOGO.svg'; export default { setup(props, { emit, expose }) {