diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index 9de5142..a1d2e3c 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -1,4 +1,6 @@
diff --git a/src/components/TabBar.vue b/src/components/TabBar.vue
index 13944fc..9d5d66c 100644
--- a/src/components/TabBar.vue
+++ b/src/components/TabBar.vue
@@ -1,11 +1,11 @@
diff --git a/src/config/routes.ts b/src/config/routes.ts
new file mode 100644
index 0000000..9900f5b
--- /dev/null
+++ b/src/config/routes.ts
@@ -0,0 +1,5 @@
+// 定义导航栏和标签栏可见的路由白名单
+export const routeWhiteList: readonly string[] = [
+ 'home', // 首页
+ 'profile', // 个人中心
+]