diff --git a/src/assets/images/tabbar/phone-temp-bg.jpg b/src/assets/images/tabbar/phone-temp-bg.jpg
new file mode 100644
index 00000000..d8ce015b
Binary files /dev/null and b/src/assets/images/tabbar/phone-temp-bg.jpg differ
diff --git a/src/router/index.ts b/src/router/index.ts
index 84d39697..defae0b2 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -1,5 +1,6 @@
import { createRouter, createWebHashHistory, RouteRecordRaw } from 'vue-router';
import Layout from '@/views/layout/index.vue';
+import Tabbar from '@/views/tabbar/index.vue';
export const constantRoutes: RouteRecordRaw[] = [
{
@@ -18,6 +19,11 @@ export const constantRoutes: RouteRecordRaw[] = [
component: Layout,
meta: { hidden: true },
},
+ {
+ path: '/tabbar',
+ component: Tabbar,
+ meta: { hidden: true },
+ },
// {
// path: '/',
// component: Layout,
diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index b76606b1..b08bb913 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -19,7 +19,7 @@
+
+
diff --git a/src/views/tabbar/components/settings/index.vue b/src/views/tabbar/components/settings/index.vue
new file mode 100644
index 00000000..72cbe932
--- /dev/null
+++ b/src/views/tabbar/components/settings/index.vue
@@ -0,0 +1,69 @@
+
+
+
+
+ {{ value.name }}
+
+ 内容
+ 样式
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tabbar/index.vue b/src/views/tabbar/index.vue
index 811a80e7..b5f85e2b 100644
--- a/src/views/tabbar/index.vue
+++ b/src/views/tabbar/index.vue
@@ -1,7 +1,242 @@
-
+
-
+
+
+