Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
e0afda20
Commit
e0afda20
authored
Jun 09, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增页面
parent
ecb92de0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4975 additions
and
4778 deletions
+4975
-4778
WebSiteAdmanage.vue
src/components/WebSet/WebSiteAdmanage.vue
+25
-0
WebSiteCertificate.vue
src/components/WebSet/WebSiteCertificate.vue
+25
-0
WebSiteConfig.vue
src/components/WebSet/WebSiteConfig.vue
+54
-0
WebSiteContract.vue
src/components/WebSet/WebSiteContract.vue
+26
-0
WebSiteSearch.vue
src/components/WebSet/WebSiteSearch.vue
+33
-0
config.js
src/router/config.js
+4812
-4778
No files found.
src/components/WebSet/WebSiteAdmanage.vue
0 → 100644
View file @
e0afda20
<
template
>
<!--廣告版面管理(广告管理)-->
<div
class=
"WebSiteAdmanage"
>
广告管理
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
obj
:
{}
};
},
mounted
()
{
this
.
getData
();
},
methods
:
{
//获取配置
getData
()
{
}
}
}
</
script
>
src/components/WebSet/WebSiteCertificate.vue
0 → 100644
View file @
e0afda20
<
template
>
<!--護照簽證資料(护照签证管理)-->
<div
class=
"WebSiteCertificate"
>
护照签证管理
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
obj
:
{}
};
},
mounted
()
{
this
.
getData
();
},
methods
:
{
//获取配置
getData
()
{
}
}
}
</
script
>
src/components/WebSet/WebSiteConfig.vue
0 → 100644
View file @
e0afda20
<
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
>
src/components/WebSet/WebSiteContract.vue
0 → 100644
View file @
e0afda20
<
template
>
<!--契约管理(合同管理)-->
<div
class=
"WebSiteContract"
>
契约管理
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
obj
:
{}
};
},
mounted
()
{
this
.
getData
();
},
methods
:
{
//获取配置
getData
()
{
}
}
}
</
script
>
src/components/WebSet/WebSiteSearch.vue
0 → 100644
View file @
e0afda20
<
template
>
<!--前台搜尋設定(前台搜索设置)-->
<div
class=
"WebSiteSearch"
>
<div
class=
"BasicSet"
>
热门关键字
<br
/>
</div>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
searchObj
:
{},
};
},
mounted
()
{
this
.
getData
();
},
methods
:
{
//获取配置
getData
()
{
}
}
}
</
script
>
src/router/config.js
View file @
e0afda20
...
...
@@ -93,8 +93,7 @@ export default {
meta
:
{
title
:
'首页'
},
children
:
[
{
children
:
[{
path
:
'/Details'
,
name
:
'Details'
,
component
:
resolve
=>
require
([
'@/components/Details'
],
resolve
),
...
...
@@ -1395,8 +1394,7 @@ export default {
meta
:
{
title
:
'景区票券列表'
},
},
,
{
},
,
{
path
:
'/scenicRecommentList'
,
//景点攻略
name
:
'scenicRecommentList'
,
component
:
resolve
=>
require
([
'@/components/scenicSpot/scenicRecommentList'
],
resolve
),
...
...
@@ -3578,7 +3576,7 @@ export default {
meta
:
{
title
:
'简易报表'
},
},
{
//财务 报表 简易报表跨年统计
},
{
//财务 报表 简易报表跨年统计
path
:
'/EasyReportAcrossYears'
,
name
:
'EasyReportAcrossYears'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/EasyReportAcrossYears'
],
resolve
),
...
...
@@ -3936,7 +3934,7 @@ export default {
component
:
resolve
=>
require
([
'@/components/dmc/manager/tripsManager'
],
resolve
),
},
{
path
:
'/swtBaoJiaConfig'
,
//SWT旅行社报价单项目配置
path
:
'/swtBaoJiaConfig'
,
//SWT旅行社报价单项目配置
name
:
'swtBaoJiaConfig'
,
component
:
resolve
=>
require
([
'@/components/dmc/manager/swtBaoJiaConfig'
],
resolve
),
},
...
...
@@ -4165,7 +4163,6 @@ export default {
title
:
'微途提成规则'
}
},
{
path
:
'/Qzcommissions'
,
name
:
'Qzcommissions'
,
...
...
@@ -4261,7 +4258,6 @@ export default {
title
:
'业绩竞赛'
}
},
{
path
:
'/BmenuManagement'
,
name
:
'BmenuManagement'
,
...
...
@@ -4381,7 +4377,7 @@ export default {
meta
:
{
title
:
'商品价格'
}
},
{
},
{
path
:
'/AdManageList'
,
name
:
'AdManageList'
,
component
:
resolve
=>
require
([
'@/components/Buying/AdManageList'
],
resolve
),
...
...
@@ -4484,7 +4480,47 @@ export default {
meta
:
{
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 {
title
:
'操作'
}
},
{
path
:
'/finance'
,
name
:
'finance'
,
...
...
@@ -4634,7 +4668,7 @@ export default {
meta
:
{
title
:
'维护教育视频'
},
},
}
]
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment