From 5333b5e42fce6b26ecdf423b5f9e8544ed162b64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com>
Date: Thu, 29 Jan 2026 14:42:29 +0800
Subject: [PATCH] =?UTF-8?q?feat(pages):=20=E6=B7=BB=E5=8A=A0=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E8=AF=A6=E6=83=85=E9=A1=B5=E5=92=8C=E4=BA=A7=E5=93=81?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E8=B7=AF=E7=94=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 实现页面详情页功能,支持通过ID动态加载CMS导航内容
- 添加页面标题和内容渲染逻辑,支持多种内容字段候选
- 集成SEO优化,自动设置页面标题、描述和路径信息
- 实现错误处理机制,包括加载失败和页面不存在的情况
- 添加重试和返回首页的功能按钮
- 创建产品详情页基础路由结构(占位文件)
---
app/pages/page/[id].vue | 124 +++++++++++++++++++++++++++++++++++++
app/pages/product/[id].vue | 11 ++++
2 files changed, 135 insertions(+)
create mode 100644 app/pages/page/[id].vue
create mode 100644 app/pages/product/[id].vue
diff --git a/app/pages/page/[id].vue b/app/pages/page/[id].vue
new file mode 100644
index 0000000..0c650a9
--- /dev/null
+++ b/app/pages/page/[id].vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+ 重试
+ 返回首页
+
+
+
+
+
+
+
+ 返回首页
+
+
+
+
+
+ {{ pageTitle }}
+
+
+
+
+
+
+
+
diff --git a/app/pages/product/[id].vue b/app/pages/product/[id].vue
new file mode 100644
index 0000000..85af715
--- /dev/null
+++ b/app/pages/product/[id].vue
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+