瀏覽代碼

fix: 组件引入

Lee 1 天之前
父節點
當前提交
3ac8c334da
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/pages/solutions/[id].vue

+ 2 - 2
app/pages/solutions/[id].vue

@@ -2,7 +2,7 @@
  * @Author: LiZhiWei
  * @Date: 2026-01-22 14:08:24
  * @LastEditors: LiZhiWei
- * @LastEditTime: 2026-01-22 17:57:25
+ * @LastEditTime: 2026-01-23 08:44:26
  * @Description: 解决方案详情页
 -->
 <template>
@@ -166,7 +166,7 @@
     </section>
 
     <!-- CTA -->
-    <SectionCta />
+    <section-cta />
   </div>
 </template>