diff --git a/src/assets/separator.png b/src/assets/separator.png
new file mode 100644
index 0000000..0ff4277
Binary files /dev/null and b/src/assets/separator.png differ
diff --git a/src/components/Breadcrumb copy.vue b/src/components/Breadcrumb copy.vue
new file mode 100644
index 0000000..7dea213
--- /dev/null
+++ b/src/components/Breadcrumb copy.vue
@@ -0,0 +1,77 @@
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Breadcrumb.vue b/src/components/Breadcrumb.vue
index 7dea213..c0b0094 100644
--- a/src/components/Breadcrumb.vue
+++ b/src/components/Breadcrumb.vue
@@ -1,77 +1,101 @@
-
-
-
- {{ item.title }}
-
-
-
-
-
-
-
\ No newline at end of file
+}
+
+
\ No newline at end of file
diff --git a/src/router/index.js b/src/router/index.js
index 3c44a5d..1a4cfdf 100755
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -30,27 +30,17 @@ const routes = [{
path: '/',
name: '首页',
component: HomeView,
- // component: Franchise
+ meta: {
+ title: '首页',
+ hideBreadcrumb: true // 首页不显示面包屑
+ }
},
{
path: '/register',
name: 'register',
- // route level code-splitting
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import( /* webpackChunkName: "register" */ '../views/Register.vue'),
- children: [ // 这是子路由的定义开始
- // {
- // path: '', // 当访问 /user 时,默认加载 UserProfile 组件
- // name: 'register',
- // component: Register
- // },
- // {
- // path: 'posts', // 当访问 /user/posts 时,加载 UserPosts 组件
- // name: 'UserPosts',
- // component: UserPosts,
- // }
- ]
},
{
path: '/ui',
@@ -68,22 +58,22 @@ const routes = [{
// which is lazy-loaded when the route is visited.
component: () => import( /* webpackChunkName: "siteList" */ '../views/agent/siteList.vue')
},
- {
- path: '/agent/siteBaseSetting',
- name: '站点基本设置',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import( /* webpackChunkName: "siteList" */ '../views/agent/siteBaseSetting.vue')
- },
- {
- path: '/agent/siteSemSetting',
- name: '营销推广',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import( /* webpackChunkName: "siteList" */ '../views/agent/siteSemSetting.vue')
- },
+ // {
+ // path: '/agent/siteBaseSetting',
+ // name: '站点基本设置',
+ // // route level code-splitting
+ // // this generates a separate chunk (about.[hash].js) for this route
+ // // which is lazy-loaded when the route is visited.
+ // component: () => import( /* webpackChunkName: "siteList" */ '../views/agent/siteBaseSetting.vue')
+ // },
+ // {
+ // path: '/agent/siteSemSetting',
+ // name: '营销推广',
+ // // route level code-splitting
+ // // this generates a separate chunk (about.[hash].js) for this route
+ // // which is lazy-loaded when the route is visited.
+ // component: () => import( /* webpackChunkName: "siteList" */ '../views/agent/siteSemSetting.vue')
+ // },
{
path: '/franchise',
name: '加盟',