diff --git a/components/AcademicResearch.vue b/components/AcademicResearch.vue index ff7200b..9263fd4 100644 --- a/components/AcademicResearch.vue +++ b/components/AcademicResearch.vue @@ -66,12 +66,7 @@
- +
- -
-

- 学校首获国家自然科学基金优秀青年项目立项 -

-
- - 2024-08-30 -
-
-
- - - -
-
@@ -143,7 +105,7 @@ class="mt-[17px] font-bold text-[#333] duration-500 lg:group-hover:text-[#fba33e]" style="font-size: 16.15px; line-height: 20.4px" > - 《职业•技术•教育》2024国际学术研讨会在我校举行 + {{ item.title }}
- 2024-05-20 -
-
-
- - - -
- -
-

- 《职业·技术·教育(英文)》国际期刊创刊号出版 -

-
- - 2024-04-08 -
-
-
- - - -
- -
-

- 学校成立深圳职业技术大学首届学术委员会 -

-
- - 2023-12-14 -
-
-
- - - -
- -
-

- 三个广东省社会科学界联合会研究基地揭牌成立 -

-
- - 2023-11-23 -
-
-
- - - -
- -
-

- 学校获批14项国家自然科学基金项目 -

-
- - 2023-08-29 -
-
-
- - - -
- -
-

- 23个项目、6大科研平台,深职院高交会上秀出“黑科技” -

-
- - 2022-11-19 -
-
-
- - - -
- -
-

- 我校与光明实验室共建人工智能与数字经济联合创新中心 -

-
- - 2022-11-09 + {{ item.createdDateStr }}
@@ -355,6 +125,22 @@ - + diff --git a/components/IndustryEduIntegrate.vue b/components/IndustryEduIntegrate.vue index c078997..7c187ab 100644 --- a/components/IndustryEduIntegrate.vue +++ b/components/IndustryEduIntegrate.vue @@ -77,7 +77,7 @@ />
2024-05-24 + />
@@ -61,7 +61,7 @@ + /> @@ -77,7 +77,7 @@ + /> @@ -100,7 +100,7 @@ + /> diff --git a/components/StudyInSzpu.vue b/components/StudyInSzpu.vue index 325b76a..21a4754 100644 --- a/components/StudyInSzpu.vue +++ b/components/StudyInSzpu.vue @@ -25,7 +25,7 @@ class="absolute bottom-0 left-0 right-0 top-0 flex items-center justify-center" >
- +
+ />
diff --git a/components/layout/MobileSideNav.vue b/components/layout/MobileSideNav.vue index 3574e0c..63dce21 100644 --- a/components/layout/MobileSideNav.vue +++ b/components/layout/MobileSideNav.vue @@ -30,7 +30,7 @@ placeholder="请输入搜索关键词" class="h-[44px] w-[calc(100%_-_66px)] rounded-l-full border border-[#fba33e] px-[20.4px] text-[#646464] focus:outline-none" style="font-size: 14px" - > + />
diff --git a/components/layout/WideSearch.vue b/components/layout/WideSearch.vue index 22f5508..6744b5d 100644 --- a/components/layout/WideSearch.vue +++ b/components/layout/WideSearch.vue @@ -23,7 +23,7 @@ class="h-[48px] w-[588.792px] flex-shrink flex-grow overflow-clip pl-[19.2px] text-[16px] leading-[6.4px] focus:outline-none" style="font-family: Arial, Helvetica" autocomplete="off" - > + />
@@ -36,7 +36,7 @@ + />
diff --git a/components/layout/WideTopNav.vue b/components/layout/WideTopNav.vue index 50fe02f..56237d2 100644 --- a/components/layout/WideTopNav.vue +++ b/components/layout/WideTopNav.vue @@ -501,7 +501,7 @@ class="flex h-[16px] w-[16px]" style="line-height: 32px" src="/images/list1_ico1.svg" - > + /> @@ -515,7 +515,7 @@ class="flex h-[16px] w-[16px]" style="line-height: 32px" src="/images/list1_ico2.svg" - > + /> diff --git a/nuxt.config.ts b/nuxt.config.ts index d5f58c8..76dfa85 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -15,4 +15,7 @@ export default defineNuxtConfig({ failOnError: false, }, }, + image: { + domains: ['wj.haoju.me'], + }, });