Commit e0afda20 authored by 黄奎's avatar 黄奎

新增页面

parent ecb92de0
<template>
<!--廣告版面管理(广告管理)-->
<div class="WebSiteAdmanage">
广告管理
</div>
</template>
<script>
export default {
data() {
return {
obj: {}
};
},
mounted() {
this.getData();
},
methods: {
//获取配置
getData() {
}
}
}
</script>
<template>
<!--護照簽證資料(护照签证管理)-->
<div class="WebSiteCertificate">
护照签证管理
</div>
</template>
<script>
export default {
data() {
return {
obj: {}
};
},
mounted() {
this.getData();
},
methods: {
//获取配置
getData() {
}
}
}
</script>
<template>
<!--网站设定(网站设置)-->
<div class="WebSiteConfig">
<div class="BasicSet">
基本设置
<br />
网站名称 <el-input></el-input>
</div>
<div class="BasicInfo">
旅行社基本資料
<br />
网站名称 <el-input></el-input>
</div>
</div>
</template>
<script>
export default {
data() {
return {
//旅行社类型
travelAgencyType: [{
Id: 1,
Name: "甲種旅行社"
},
{
Id: 2,
Name: "乙種旅行社"
},
{
Id: 3,
Name: "綜合旅行社"
},
],
//
SaleSeatType: [{
}]
};
},
mounted() {
this.getData();
},
methods: {
//获取配置
getData() {
}
}
}
</script>
<template>
<!--契约管理(合同管理)-->
<div class="WebSiteContract">
契约管理
</div>
</template>
<script>
export default {
data() {
return {
obj: {}
};
},
mounted() {
this.getData();
},
methods: {
//获取配置
getData() {
}
}
}
</script>
<template>
<!--前台搜尋設定(前台搜索设置)-->
<div class="WebSiteSearch">
<div class="BasicSet">
热门关键字
<br />
</div>
</div>
</template>
<script>
export default {
data() {
return {
searchObj: {},
};
},
mounted() {
this.getData();
},
methods: {
//获取配置
getData() {
}
}
}
</script>
...@@ -93,8 +93,7 @@ export default { ...@@ -93,8 +93,7 @@ export default {
meta: { meta: {
title: '首页' title: '首页'
}, },
children: [ children: [{
{
path: '/Details', path: '/Details',
name: 'Details', name: 'Details',
component: resolve => require(['@/components/Details'], resolve), component: resolve => require(['@/components/Details'], resolve),
...@@ -1395,8 +1394,7 @@ export default { ...@@ -1395,8 +1394,7 @@ export default {
meta: { meta: {
title: '景区票券列表' title: '景区票券列表'
}, },
}, }, , {
, {
path: '/scenicRecommentList', //景点攻略 path: '/scenicRecommentList', //景点攻略
name: 'scenicRecommentList', name: 'scenicRecommentList',
component: resolve => require(['@/components/scenicSpot/scenicRecommentList'], resolve), component: resolve => require(['@/components/scenicSpot/scenicRecommentList'], resolve),
...@@ -3578,7 +3576,7 @@ export default { ...@@ -3578,7 +3576,7 @@ export default {
meta: { meta: {
title: '简易报表' title: '简易报表'
}, },
},{ //财务 报表 简易报表跨年统计 }, { //财务 报表 简易报表跨年统计
path: '/EasyReportAcrossYears', path: '/EasyReportAcrossYears',
name: 'EasyReportAcrossYears', name: 'EasyReportAcrossYears',
component: resolve => require(['@/components/FinancialModule/ReportForm/EasyReportAcrossYears'], resolve), component: resolve => require(['@/components/FinancialModule/ReportForm/EasyReportAcrossYears'], resolve),
...@@ -3936,7 +3934,7 @@ export default { ...@@ -3936,7 +3934,7 @@ export default {
component: resolve => require(['@/components/dmc/manager/tripsManager'], resolve), component: resolve => require(['@/components/dmc/manager/tripsManager'], resolve),
}, },
{ {
path: '/swtBaoJiaConfig',//SWT旅行社报价单项目配置 path: '/swtBaoJiaConfig', //SWT旅行社报价单项目配置
name: 'swtBaoJiaConfig', name: 'swtBaoJiaConfig',
component: resolve => require(['@/components/dmc/manager/swtBaoJiaConfig'], resolve), component: resolve => require(['@/components/dmc/manager/swtBaoJiaConfig'], resolve),
}, },
...@@ -4165,7 +4163,6 @@ export default { ...@@ -4165,7 +4163,6 @@ export default {
title: '微途提成规则' title: '微途提成规则'
} }
}, },
{ {
path: '/Qzcommissions', path: '/Qzcommissions',
name: 'Qzcommissions', name: 'Qzcommissions',
...@@ -4261,7 +4258,6 @@ export default { ...@@ -4261,7 +4258,6 @@ export default {
title: '业绩竞赛' title: '业绩竞赛'
} }
}, },
{ {
path: '/BmenuManagement', path: '/BmenuManagement',
name: 'BmenuManagement', name: 'BmenuManagement',
...@@ -4381,7 +4377,7 @@ export default { ...@@ -4381,7 +4377,7 @@ export default {
meta: { meta: {
title: '商品价格' title: '商品价格'
} }
},{ }, {
path: '/AdManageList', path: '/AdManageList',
name: 'AdManageList', name: 'AdManageList',
component: resolve => require(['@/components/Buying/AdManageList'], resolve), component: resolve => require(['@/components/Buying/AdManageList'], resolve),
...@@ -4484,7 +4480,47 @@ export default { ...@@ -4484,7 +4480,47 @@ export default {
meta: { meta: {
title: '工作计划详情' title: '工作计划详情'
}, },
} },
{
path: '/WebSiteConfig', //网站设置【自定义前端网站】
name: 'WebSiteConfig',
component: resolve => require(['@/components/WebSet/WebSiteConfig'], resolve),
meta: {
title: '网站设置'
},
},
{
path: '/WebSiteAdmanage', //前台网站广告管理【自定义前端网站】
name: 'WebSiteAdmanage',
component: resolve => require(['@/components/WebSet/WebSiteAdmanage'], resolve),
meta: {
title: '广告管理'
},
},
{
path: '/WebSiteCertificate', //前台网站签证护照管理【自定义前端网站】
name: 'WebSiteCertificate',
component: resolve => require(['@/components/WebSet/WebSiteCertificate'], resolve),
meta: {
title: '签证护照管理'
},
},
{
path: '/WebSiteContract', //前台网站契约、合同管理【自定义前端网站】
name: 'WebSiteContract',
component: resolve => require(['@/components/WebSet/WebSiteContract'], resolve),
meta: {
title: '契约管理'
},
},
{
path: '/WebSiteSearch', //前台网站搜索管理【自定义前端网站】
name: 'WebSiteSearch',
component: resolve => require(['@/components/WebSet/WebSiteSearch'], resolve),
meta: {
title: '搜索管理'
},
},
] ]
}, },
{ {
...@@ -4527,8 +4563,6 @@ export default { ...@@ -4527,8 +4563,6 @@ export default {
title: '操作' title: '操作'
} }
}, },
{ {
path: '/finance', path: '/finance',
name: 'finance', name: 'finance',
...@@ -4634,7 +4668,7 @@ export default { ...@@ -4634,7 +4668,7 @@ export default {
meta: { meta: {
title: '维护教育视频' title: '维护教育视频'
}, },
}, }
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment