|
@@ -48,6 +48,13 @@ const routes = [
|
|
|
meta: { title: '项目路演详情', isleftarrow: true },
|
|
|
component: () => import('../views/live/roadshowDetail.vue'),
|
|
|
},
|
|
|
+ // 个人中心
|
|
|
+ {
|
|
|
+ path: '/user/index',
|
|
|
+ name: 'user',
|
|
|
+ meta: { title: '个人中心', isleftarrow: false },
|
|
|
+ component: () => import('../views/user/index.vue'),
|
|
|
+ },
|
|
|
|
|
|
// // 1005视频详情
|
|
|
// {
|
|
@@ -88,218 +95,311 @@ const routes = [
|
|
|
// component: () => import('../views/market/exportDetail.vue'),
|
|
|
// },
|
|
|
// 技术交流
|
|
|
- {
|
|
|
- path: '/service/index',
|
|
|
- name: 'service_index',
|
|
|
- meta: { title: '技术交流', isleftarrow: false },
|
|
|
- component: () => import('../views/service/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/service/detail',
|
|
|
- name: 'service_detail',
|
|
|
- meta: { title: '技术交流', isleftarrow: true },
|
|
|
- component: () => import('../views/service/detail.vue'),
|
|
|
- },
|
|
|
- //新闻资讯
|
|
|
- {
|
|
|
- path: '/journ/index',
|
|
|
- name: 'journ',
|
|
|
- meta: { title: '新闻资讯', isleftarrow: false },
|
|
|
- component: () => import('../views/journ/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/journ/detail',
|
|
|
- name: 'detail',
|
|
|
- meta: { title: '新闻资讯', isleftarrow: true },
|
|
|
- component: () => import('../views/journ/detail.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/service/techDetail',
|
|
|
- name: 'service_techDetail',
|
|
|
- meta: { title: '技术交流', isleftarrow: true },
|
|
|
- component: () => import('../views/service/techDetail.vue'),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/service/index',
|
|
|
+ // name: 'service_index',
|
|
|
+ // meta: { title: '技术交流', isleftarrow: false },
|
|
|
+ // component: () => import('../views/service/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/service/detail',
|
|
|
+ // name: 'service_detail',
|
|
|
+ // meta: { title: '技术交流', isleftarrow: true },
|
|
|
+ // component: () => import('../views/service/detail.vue'),
|
|
|
+ // },
|
|
|
+ // //新闻资讯
|
|
|
+ // {
|
|
|
+ // path: '/journ/index',
|
|
|
+ // name: 'journ',
|
|
|
+ // meta: { title: '新闻资讯', isleftarrow: false },
|
|
|
+ // component: () => import('../views/journ/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/journ/detail',
|
|
|
+ // name: 'detail',
|
|
|
+ // meta: { title: '新闻资讯', isleftarrow: true },
|
|
|
+ // component: () => import('../views/journ/detail.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/service/techDetail',
|
|
|
+ // name: 'service_techDetail',
|
|
|
+ // meta: { title: '技术交流', isleftarrow: true },
|
|
|
+ // component: () => import('../views/service/techDetail.vue'),
|
|
|
+ // },
|
|
|
|
|
|
// 个人中心
|
|
|
+ // {
|
|
|
+ // path: '/user/index',
|
|
|
+ // name: 'user_index',
|
|
|
+ // meta: { title: '个人中心', isleftarrow: false },
|
|
|
+ // component: () => import('../views/user/index.vue'),
|
|
|
+ // },
|
|
|
+ // // 用户-基本信息
|
|
|
+ // {
|
|
|
+ // path: '/userCenter/user/index',
|
|
|
+ // name: 'user_index',
|
|
|
+ // meta: { title: '基本信息', isleftarrow: true },
|
|
|
+ // component: () => import('../views/userCenter/user/index.vue'),
|
|
|
+ // },
|
|
|
+ // // 用户-我的发布
|
|
|
+ // {
|
|
|
+ // path: '/userCenter/myProduct/index',
|
|
|
+ // name: 'myProduct_index',
|
|
|
+ // meta: { title: '我的发布', isleftarrow: true },
|
|
|
+ // component: () => import('../views/userCenter/myProduct/index.vue'),
|
|
|
+ // },
|
|
|
+ // //用户-发布产品
|
|
|
+ // {
|
|
|
+ // path: '/userCenter/myProduct/detail',
|
|
|
+ // name: 'myProduct_index',
|
|
|
+ // meta: { title: '信息管理', isleftarrow: true },
|
|
|
+ // component: () => import('../views/userCenter/myProduct/detail.vue'),
|
|
|
+ // },
|
|
|
+ // // 用户-事项管理
|
|
|
+ // {
|
|
|
+ // path: '/userCenter/matter/index',
|
|
|
+ // name: 'matter_index',
|
|
|
+ // meta: { title: '事项管理', isleftarrow: true },
|
|
|
+ // component: () => import('../views/userCenter/matter/index.vue'),
|
|
|
+ // },
|
|
|
+ // // 用户-交易完成
|
|
|
+ // {
|
|
|
+ // path: '/userCenter/matter/detail',
|
|
|
+ // name: 'matter_detail',
|
|
|
+ // meta: { title: '交易完成', isleftarrow: true },
|
|
|
+ // component: () => import('../views/userCenter/matter/detail.vue'),
|
|
|
+ // },
|
|
|
+ // // 用户-展会管理
|
|
|
+ // {
|
|
|
+ // path: '/userCenter/dock/index',
|
|
|
+ // name: 'dock_index',
|
|
|
+ // meta: { title: '展会管理', isleftarrow: true },
|
|
|
+ // component: () => import('../views/userCenter/dock/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/userCenter/dock/detail',
|
|
|
+ // name: 'detail',
|
|
|
+ // meta: { title: '申请', isleftarrow: true },
|
|
|
+ // component: () => import('../views/userCenter/dock/detail.vue'),
|
|
|
+ // },
|
|
|
+ // // 管理用户菜单
|
|
|
+ // // 管理-用户管理
|
|
|
+ // {
|
|
|
+ // path: '/adminCenter/user/index',
|
|
|
+ // name: 'adminCenter_user_index',
|
|
|
+ // meta: { title: '用户管理', isleftarrow: true },
|
|
|
+ // component: () => import('../views/adminCenter/user/index.vue'),
|
|
|
+ // },
|
|
|
+ // // 管理-查看用户
|
|
|
+ // {
|
|
|
+ // path: '/adminCenter/user/detail',
|
|
|
+ // name: 'adminCenter_user_detail',
|
|
|
+ // meta: { title: '审核/查看用户', isleftarrow: true },
|
|
|
+ // component: () => import('../views/adminCenter/user/detail.vue'),
|
|
|
+ // },
|
|
|
+ // // 管理-展会管理
|
|
|
+ // {
|
|
|
+ // path: '/adminCenter/duijiehui/index',
|
|
|
+ // name: 'adminCenter_duijiehui_index',
|
|
|
+ // meta: { title: '展会管理', isleftarrow: true },
|
|
|
+ // component: () => import('../views/adminCenter/duijiehui/index.vue'),
|
|
|
+ // },
|
|
|
+ // // 管理-展会信息管理
|
|
|
+ // {
|
|
|
+ // path: '/adminCenter/duijiehui/add',
|
|
|
+ // name: 'adminCenter_duijiehui_add',
|
|
|
+ // meta: { title: '展会信息管理', isleftarrow: true },
|
|
|
+ // component: () => import('../views/adminCenter/duijiehui/add.vue'),
|
|
|
+ // },
|
|
|
+ // // 管理-审核管理
|
|
|
+ // {
|
|
|
+ // path: '/adminCenter/enterpriseProduct/index',
|
|
|
+ // name: 'adminCenter_enterpriseProduct',
|
|
|
+ // meta: { title: '审核管理', isleftarrow: true },
|
|
|
+ // component: () => import('../views/adminCenter/enterpriseProduct/index.vue'),
|
|
|
+ // },
|
|
|
+ // // 管理-产品信息管理
|
|
|
+ // {
|
|
|
+ // path: '/adminCenter/enterpriseProduct/detail',
|
|
|
+ // name: 'adminCenter_enterpriseProduct',
|
|
|
+ // meta: { title: '产品信息管理', isleftarrow: true },
|
|
|
+ // component: () => import('../views/adminCenter/enterpriseProduct/detail.vue'),
|
|
|
+ // },
|
|
|
+ // // 管理-交易审核管理
|
|
|
+ // {
|
|
|
+ // path: '/adminCenter/transaction/index',
|
|
|
+ // name: 'adminCenter_transaction',
|
|
|
+ // meta: { title: '交易审核管理', isleftarrow: true },
|
|
|
+ // component: () => import('../views/adminCenter/transaction/index.vue'),
|
|
|
+ // },
|
|
|
+ // // 管理-交易信息管理
|
|
|
+ // {
|
|
|
+ // path: '/adminCenter/transaction/detail',
|
|
|
+ // name: 'adminCenter_transaction',
|
|
|
+ // meta: { title: '交易信息管理', isleftarrow: true },
|
|
|
+ // component: () => import('../views/adminCenter/transaction/detail.vue'),
|
|
|
+ // },
|
|
|
+ // //共用-修改密码
|
|
|
+ // {
|
|
|
+ // path: '/updatePwd/index',
|
|
|
+ // name: 'updatePwd',
|
|
|
+ // meta: { title: '修改密码', isleftarrow: true },
|
|
|
+ // component: () => import('../views/updatePwd/index.vue'),
|
|
|
+ // },
|
|
|
+ // // 登录-用户+管理
|
|
|
+ // {
|
|
|
+ // path: '/login',
|
|
|
+ // name: 'login',
|
|
|
+ // meta: { title: '登录', isleftarrow: true },
|
|
|
+ // component: () => import('../views/login.vue'),
|
|
|
+ // },
|
|
|
+ // // 绑定
|
|
|
+ // {
|
|
|
+ // path: '/bind',
|
|
|
+ // name: 'bind',
|
|
|
+ // meta: { title: '绑定', isleftarrow: false },
|
|
|
+ // component: () => import('../views/bind.vue'),
|
|
|
+ // },
|
|
|
+ // // 展会绑定
|
|
|
+ // {
|
|
|
+ // path: '/dockbind',
|
|
|
+ // name: 'dockbind',
|
|
|
+ // meta: { title: '展会绑定', isleftarrow: false },
|
|
|
+ // component: () => import('../views/dockbind.vue'),
|
|
|
+ // },
|
|
|
+ // //关注公众号
|
|
|
+ // {
|
|
|
+ // path: '/followbind',
|
|
|
+ // name: 'followbind',
|
|
|
+ // meta: { title: '关注公众号', isleftarrow: false },
|
|
|
+ // component: () => import('../views/followbind.vue'),
|
|
|
+ // },
|
|
|
+ // // 错误
|
|
|
+ // {
|
|
|
+ // path: '/error',
|
|
|
+ // name: 'error',
|
|
|
+ // meta: { title: '绑定授权', isleftarrow: false },
|
|
|
+ // component: () => import('../views/followbind.vue'),
|
|
|
+ // },
|
|
|
+ // // 11-9新菜单
|
|
|
+ // {
|
|
|
+ // path: '/channel/index',
|
|
|
+ // name: 'channel',
|
|
|
+ // meta: { title: '科技频道', isleftarrow: false },
|
|
|
+ // component: () => import('../views/channel/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/channel/detail',
|
|
|
+ // name: 'detail',
|
|
|
+ // meta: { title: '科技频道', isleftarrow: true },
|
|
|
+ // component: () => import('../views/channel/detail.vue'),
|
|
|
+ // },
|
|
|
+ // // 12-23新闻类信息
|
|
|
+
|
|
|
+ // {
|
|
|
+ // path: '/scienceNews/index',
|
|
|
+ // name: 'scienceNews',
|
|
|
+ // meta: { title: '科技新闻', isleftarrow: false },
|
|
|
+ // component: () => import('../views/scienceNews/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/scienceNews/detail',
|
|
|
+ // name: 'detail',
|
|
|
+ // meta: { title: '科技新闻', isleftarrow: true },
|
|
|
+ // component: () => import('../views/scienceNews/detail.vue'),
|
|
|
+ // },
|
|
|
+
|
|
|
+ // 2021-01-11 第二版页面 secondView
|
|
|
+ // 在线展会
|
|
|
{
|
|
|
- path: '/user/index',
|
|
|
- name: 'user_index',
|
|
|
- meta: { title: '个人中心', isleftarrow: false },
|
|
|
- component: () => import('../views/user/index.vue'),
|
|
|
- },
|
|
|
- // 用户-基本信息
|
|
|
- {
|
|
|
- path: '/userCenter/user/index',
|
|
|
- name: 'user_index',
|
|
|
- meta: { title: '基本信息', isleftarrow: true },
|
|
|
- component: () => import('../views/userCenter/user/index.vue'),
|
|
|
- },
|
|
|
- // 用户-我的发布
|
|
|
- {
|
|
|
- path: '/userCenter/myProduct/index',
|
|
|
- name: 'myProduct_index',
|
|
|
- meta: { title: '我的发布', isleftarrow: true },
|
|
|
- component: () => import('../views/userCenter/myProduct/index.vue'),
|
|
|
- },
|
|
|
- //用户-发布产品
|
|
|
- {
|
|
|
- path: '/userCenter/myProduct/detail',
|
|
|
- name: 'myProduct_index',
|
|
|
- meta: { title: '信息管理', isleftarrow: true },
|
|
|
- component: () => import('../views/userCenter/myProduct/detail.vue'),
|
|
|
- },
|
|
|
- // 用户-事项管理
|
|
|
- {
|
|
|
- path: '/userCenter/matter/index',
|
|
|
- name: 'matter_index',
|
|
|
- meta: { title: '事项管理', isleftarrow: true },
|
|
|
- component: () => import('../views/userCenter/matter/index.vue'),
|
|
|
- },
|
|
|
- // 用户-交易完成
|
|
|
- {
|
|
|
- path: '/userCenter/matter/detail',
|
|
|
- name: 'matter_detail',
|
|
|
- meta: { title: '交易完成', isleftarrow: true },
|
|
|
- component: () => import('../views/userCenter/matter/detail.vue'),
|
|
|
- },
|
|
|
- // 用户-展会管理
|
|
|
- {
|
|
|
- path: '/userCenter/dock/index',
|
|
|
- name: 'dock_index',
|
|
|
- meta: { title: '展会管理', isleftarrow: true },
|
|
|
- component: () => import('../views/userCenter/dock/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/userCenter/dock/detail',
|
|
|
- name: 'detail',
|
|
|
- meta: { title: '申请', isleftarrow: true },
|
|
|
- component: () => import('../views/userCenter/dock/detail.vue'),
|
|
|
- },
|
|
|
- // 管理用户菜单
|
|
|
- // 管理-用户管理
|
|
|
- {
|
|
|
- path: '/adminCenter/user/index',
|
|
|
- name: 'adminCenter_user_index',
|
|
|
- meta: { title: '用户管理', isleftarrow: true },
|
|
|
- component: () => import('../views/adminCenter/user/index.vue'),
|
|
|
- },
|
|
|
- // 管理-查看用户
|
|
|
- {
|
|
|
- path: '/adminCenter/user/detail',
|
|
|
- name: 'adminCenter_user_detail',
|
|
|
- meta: { title: '审核/查看用户', isleftarrow: true },
|
|
|
- component: () => import('../views/adminCenter/user/detail.vue'),
|
|
|
- },
|
|
|
- // 管理-展会管理
|
|
|
- {
|
|
|
- path: '/adminCenter/duijiehui/index',
|
|
|
- name: 'adminCenter_duijiehui_index',
|
|
|
- meta: { title: '展会管理', isleftarrow: true },
|
|
|
- component: () => import('../views/adminCenter/duijiehui/index.vue'),
|
|
|
- },
|
|
|
- // 管理-展会信息管理
|
|
|
- {
|
|
|
- path: '/adminCenter/duijiehui/add',
|
|
|
- name: 'adminCenter_duijiehui_add',
|
|
|
- meta: { title: '展会信息管理', isleftarrow: true },
|
|
|
- component: () => import('../views/adminCenter/duijiehui/add.vue'),
|
|
|
- },
|
|
|
- // 管理-审核管理
|
|
|
- {
|
|
|
- path: '/adminCenter/enterpriseProduct/index',
|
|
|
- name: 'adminCenter_enterpriseProduct',
|
|
|
- meta: { title: '审核管理', isleftarrow: true },
|
|
|
- component: () => import('../views/adminCenter/enterpriseProduct/index.vue'),
|
|
|
- },
|
|
|
- // 管理-产品信息管理
|
|
|
- {
|
|
|
- path: '/adminCenter/enterpriseProduct/detail',
|
|
|
- name: 'adminCenter_enterpriseProduct',
|
|
|
- meta: { title: '产品信息管理', isleftarrow: true },
|
|
|
- component: () => import('../views/adminCenter/enterpriseProduct/detail.vue'),
|
|
|
+ path: '/secondView/live/index',
|
|
|
+ name: 'live',
|
|
|
+ meta: { title: '在线展会', isleftarrow: true },
|
|
|
+ component: () => import('../views/secondView/live/index.vue'),
|
|
|
},
|
|
|
- // 管理-交易审核管理
|
|
|
+ // 科技频道
|
|
|
{
|
|
|
- path: '/adminCenter/transaction/index',
|
|
|
- name: 'adminCenter_transaction',
|
|
|
- meta: { title: '交易审核管理', isleftarrow: true },
|
|
|
- component: () => import('../views/adminCenter/transaction/index.vue'),
|
|
|
+ path: '/secondView/channel/index',
|
|
|
+ name: 'channel',
|
|
|
+ meta: { title: '科技频道', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/channel/index.vue'),
|
|
|
},
|
|
|
- // 管理-交易信息管理
|
|
|
+ // 培训访谈
|
|
|
{
|
|
|
- path: '/adminCenter/transaction/detail',
|
|
|
- name: 'adminCenter_transaction',
|
|
|
- meta: { title: '交易信息管理', isleftarrow: true },
|
|
|
- component: () => import('../views/adminCenter/transaction/detail.vue'),
|
|
|
+ path: '/secondView/interview/index',
|
|
|
+ name: 'interview',
|
|
|
+ meta: { title: '培训访谈', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/interview/index.vue'),
|
|
|
},
|
|
|
- //共用-修改密码
|
|
|
+ // 项目路演
|
|
|
{
|
|
|
- path: '/updatePwd/index',
|
|
|
- name: 'updatePwd',
|
|
|
- meta: { title: '修改密码', isleftarrow: true },
|
|
|
- component: () => import('../views/updatePwd/index.vue'),
|
|
|
+ path: '/secondView/roadshow/index',
|
|
|
+ name: 'roadshow',
|
|
|
+ meta: { title: '项目路演', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/roadshow/index.vue'),
|
|
|
},
|
|
|
- // 登录-用户+管理
|
|
|
+ // 技术成果
|
|
|
{
|
|
|
- path: '/login',
|
|
|
- name: 'login',
|
|
|
- meta: { title: '登录', isleftarrow: true },
|
|
|
- component: () => import('../views/login.vue'),
|
|
|
+ path: '/secondView/achieve/index',
|
|
|
+ name: 'achieve',
|
|
|
+ meta: { title: '技术成果', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/achieve/index.vue'),
|
|
|
},
|
|
|
- // 绑定
|
|
|
+ // e专利
|
|
|
{
|
|
|
- path: '/bind',
|
|
|
- name: 'bind',
|
|
|
- meta: { title: '绑定', isleftarrow: false },
|
|
|
- component: () => import('../views/bind.vue'),
|
|
|
+ path: '/secondView/patent/index',
|
|
|
+ name: 'patent',
|
|
|
+ meta: { title: 'e专利', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/patent/index.vue'),
|
|
|
},
|
|
|
- // 展会绑定
|
|
|
+ // 科技需求
|
|
|
{
|
|
|
- path: '/dockbind',
|
|
|
- name: 'dockbind',
|
|
|
- meta: { title: '展会绑定', isleftarrow: false },
|
|
|
- component: () => import('../views/dockbind.vue'),
|
|
|
+ path: '/secondView/techol/index',
|
|
|
+ name: 'techol',
|
|
|
+ meta: { title: '科技需求', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/techol/index.vue'),
|
|
|
},
|
|
|
- //关注公众号
|
|
|
+ // 专家智库
|
|
|
{
|
|
|
- path: '/followbind',
|
|
|
- name: 'followbind',
|
|
|
- meta: { title: '关注公众号', isleftarrow: false },
|
|
|
- component: () => import('../views/followbind.vue'),
|
|
|
+ path: '/secondView/expert/index',
|
|
|
+ name: 'expert',
|
|
|
+ meta: { title: '专家智库', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/expert/index.vue'),
|
|
|
},
|
|
|
- // 错误
|
|
|
+ // 在线服务
|
|
|
{
|
|
|
- path: '/error',
|
|
|
- name: 'error',
|
|
|
- meta: { title: '绑定授权', isleftarrow: false },
|
|
|
- component: () => import('../views/followbind.vue'),
|
|
|
+ path: '/secondView/service/index',
|
|
|
+ name: 'service',
|
|
|
+ meta: { title: '在线服务', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/service/index.vue'),
|
|
|
},
|
|
|
- // 11-9新菜单
|
|
|
+ // 调查问卷
|
|
|
{
|
|
|
- path: '/channel/index',
|
|
|
- name: 'channel',
|
|
|
- meta: { title: '科技频道', isleftarrow: false },
|
|
|
- component: () => import('../views/channel/index.vue'),
|
|
|
+ path: '/secondView/question/index',
|
|
|
+ name: 'question',
|
|
|
+ meta: { title: '调查问卷', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/question/index.vue'),
|
|
|
},
|
|
|
+ // 通知通告
|
|
|
{
|
|
|
- path: '/channel/detail',
|
|
|
- name: 'detail',
|
|
|
- meta: { title: '科技频道', isleftarrow: true },
|
|
|
- component: () => import('../views/channel/detail.vue'),
|
|
|
+ path: '/secondView/notice/index',
|
|
|
+ name: 'notice',
|
|
|
+ meta: { title: '通知通告', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/notice/index.vue'),
|
|
|
},
|
|
|
- // 12-23新闻类信息
|
|
|
-
|
|
|
+ // 新闻资讯
|
|
|
{
|
|
|
- path: '/scienceNews/index',
|
|
|
- name: 'scienceNews',
|
|
|
- meta: { title: '科技新闻', isleftarrow: false },
|
|
|
- component: () => import('../views/scienceNews/index.vue'),
|
|
|
+ path: '/secondView/news/index',
|
|
|
+ name: 'news',
|
|
|
+ meta: { title: '新闻资讯', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/news/index.vue'),
|
|
|
},
|
|
|
+ // 账号管理
|
|
|
{
|
|
|
- path: '/scienceNews/detail',
|
|
|
- name: 'detail',
|
|
|
- meta: { title: '科技新闻', isleftarrow: true },
|
|
|
- component: () => import('../views/scienceNews/detail.vue'),
|
|
|
+ path: '/secondView/account/index',
|
|
|
+ name: 'account',
|
|
|
+ meta: { title: '账号管理', isleftarrow: false },
|
|
|
+ component: () => import('../views/secondView/account/index.vue'),
|
|
|
},
|
|
|
];
|
|
|
|