diff --git a/src/pages/error/404.vue b/src/pages/error/404.vue
index 533e259..3992d75 100644
--- a/src/pages/error/404.vue
+++ b/src/pages/error/404.vue
@@ -1,30 +1,39 @@
-
- 404
- 页面不存在
-
+
+
+
+
+
+
+ 404
+
+
+ 抱歉,您访问的页面不存在
+
+
+
+
+ 返回
+
+
+
-
-
diff --git a/src/pages/error/pc-only.vue b/src/pages/error/pc-only.vue
new file mode 100644
index 0000000..8fe1428
--- /dev/null
+++ b/src/pages/error/pc-only.vue
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+ 该功能仅支持 PC
+
+
+ 由于移动端操作不便,请在电脑端打开管理后台完成相关操作。
+
+
+
+
+ 返回
+
+
+
+
+
diff --git a/src/pages/index/index.ts b/src/pages/index/index.ts
index 2ceb357..c404316 100644
--- a/src/pages/index/index.ts
+++ b/src/pages/index/index.ts
@@ -99,6 +99,13 @@ const menuGroupsData: MenuGroup[] = [
key: 'infra',
name: '基础设施',
menus: [
+ {
+ key: 'codegen',
+ name: '代码生成',
+ icon: 'chevron-up-rectangle',
+ url: '/pages/error/pc-only',
+ iconColor: '#1677ff',
+ },
{
key: 'accessLog',
name: '访问日志',