diff --git a/src/components/PublicFooterNav/index.vue b/src/components/PublicFooterNav/index.vue
new file mode 100644
index 0000000..e5be0f3
--- /dev/null
+++ b/src/components/PublicFooterNav/index.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index c035395..c90d6fe 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -79,6 +79,12 @@ export const constantRoutes = [
}
]
},
+ // 公共工具首页
+ {
+ path: '/public/home',
+ component: () => import('@/views/public/PublicHome'),
+ hidden: true
+ },
// 评论生成工具(内部使用,不易被发现的路径)
{
path: '/tools/comment-gen',
diff --git a/src/views/public/CommentGenerator.vue b/src/views/public/CommentGenerator.vue
index 9bc2980..4ea012c 100644
--- a/src/views/public/CommentGenerator.vue
+++ b/src/views/public/CommentGenerator.vue
@@ -170,13 +170,21 @@
+
+
+
+
+
+
diff --git a/src/views/public/order-submit/index.vue b/src/views/public/order-submit/index.vue
index 6b62db0..d53f656 100644
--- a/src/views/public/order-submit/index.vue
+++ b/src/views/public/order-submit/index.vue
@@ -116,14 +116,21 @@
确认
+
+
+