Explorar el Código

fix: 组件引入

Lee hace 1 día
padre
commit
3ac8c334da
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>