diff --git a/components/AppHeader/Logo/Logo.vue b/components/AppHeader/Logo/Logo.vue
index 90515f7..0d77772 100644
--- a/components/AppHeader/Logo/Logo.vue
+++ b/components/AppHeader/Logo/Logo.vue
@@ -1,6 +1,6 @@
-
+
{{ website?.websiteName }}
diff --git a/components/Index/Customized.vue b/components/Index/Customized.vue
index 9a37806..9a3105a 100644
--- a/components/Index/Customized.vue
+++ b/components/Index/Customized.vue
@@ -1,7 +1,7 @@
联系我们,为您降本增效
- 马上联系
+ 马上联系
diff --git a/components/Index/HotNews.vue b/components/Index/HotNews.vue
new file mode 100644
index 0000000..5537944
--- /dev/null
+++ b/components/Index/HotNews.vue
@@ -0,0 +1,86 @@
+
+
+
+
+ {{ title || '热点新闻' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getViews(item) }}
+
+
+ {{ dayjs(item.createTime).format('YYYY-MM-DD') }}
+
+
+
+
+
+
+
+
+ 没有更多了
+
+
+
+
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 033d786..148004e 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -6,11 +6,11 @@
*/
// 填租户ID
-const appId = 10398;
+const appId = 10491;
// 接口地址
let apiBaseUrl = 'https://cms-api.websoft.top/api'
// 应用名称
-const appName = '网宿软件';
+const appName = '工匠基地';
diff --git a/pages/index.vue b/pages/index.vue
index 5fd0185..a0b92f2 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -4,16 +4,22 @@
-
+
-
+
+
+
+
+
+
+
-
+
@@ -38,6 +44,7 @@ import Carousel from "~/components/Index/Carousel.vue";
import LandingHero from "~/components/Index/LandingHero.vue";
import SiteList from "~/components/Index/SiteList.vue";
import MarketList from "~/components/Index/MarketList.vue";
+import HotNews from "~/components/Index/HotNews.vue";
import CaseList from "~/components/Index/CaseList.vue"
import Partners from "~/components/Index/Partners.vue";
import Customized from "~/components/Index/Customized.vue";