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
82afe19e
Commit
82afe19e
authored
Mar 16, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5eb81809
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
85 additions
and
83 deletions
+85
-83
AuthCode.js
src/assets/utils/AuthCode.js
+1
-0
Details.vue
src/components/Details.vue
+1
-1
config.js
src/router/config.js
+83
-82
No files found.
src/assets/utils/AuthCode.js
View file @
82afe19e
...
@@ -26,5 +26,6 @@ var AuthCode = {
...
@@ -26,5 +26,6 @@ var AuthCode = {
FenFangBiaoXiaZai
:
"FenFangBiaoXiaZai"
,
//分房表下载
FenFangBiaoXiaZai
:
"FenFangBiaoXiaZai"
,
//分房表下载
LookOPCommission
:
"LookOPCommission"
,
//查看OP提成
LookOPCommission
:
"LookOPCommission"
,
//查看OP提成
IsSanKeTicket
:
"IsSanKeTicket"
,
//是否有散客票权限
IsSanKeTicket
:
"IsSanKeTicket"
,
//是否有散客票权限
F_Disbursement_Schedule
:
'F_Disbursement_Schedule'
,
//财务团队用款计划权限
};
};
export
default
AuthCode
;
export
default
AuthCode
;
\ No newline at end of file
src/components/Details.vue
View file @
82afe19e
...
@@ -816,7 +816,7 @@ export default {
...
@@ -816,7 +816,7 @@ export default {
},
},
getTitleByRouter
(
name
){
getTitleByRouter
(
name
){
let
obj
=
{}
let
obj
=
{}
routerConfig
.
routes
[
11
].
children
[
11
].
children
.
forEach
(
x
=>
{
routerConfig
.
routes
[
11
].
children
[
0
].
children
.
forEach
(
x
=>
{
if
(
x
.
name
==
name
){
if
(
x
.
name
==
name
){
obj
.
comp
=
x
.
component
obj
.
comp
=
x
.
component
if
(
x
.
meta
&&
x
.
meta
.
title
)
if
(
x
.
meta
&&
x
.
meta
.
title
)
...
...
src/router/config.js
View file @
82afe19e
...
@@ -93,88 +93,7 @@ export default {
...
@@ -93,88 +93,7 @@ export default {
meta
:
{
meta
:
{
title
:
'首页'
title
:
'首页'
},
},
children
:
[{
children
:
[
path
:
'/sale'
,
name
:
'sale'
,
component
:
resolve
=>
require
([
'@/components/sale/sale'
],
resolve
),
meta
:
{
title
:
'销售'
}
},
{
path
:
'/platformManagement'
,
name
:
'platformManagement'
,
component
:
resolve
=>
require
([
'@/components/platformModule/platformManagement'
],
resolve
),
meta
:
{
title
:
'平台管理'
}
},
{
path
:
'/dmc'
,
name
:
'dmc'
,
component
:
resolve
=>
require
([
'@/components/temp/dmc'
],
resolve
),
meta
:
{
title
:
'地接首页'
}
},
{
// 营销活动
path
:
'/activity'
,
name
:
'activity'
,
component
:
resolve
=>
require
([
'@/components/temp/activity'
],
resolve
),
meta
:
{
title
:
'营销活动'
}
},
{
path
:
'/operation'
,
name
:
'operation'
,
component
:
resolve
=>
require
([
'@/components/temp/operation'
],
resolve
),
meta
:
{
title
:
'操作'
}
},
{
path
:
'/finance'
,
name
:
'finance'
,
component
:
resolve
=>
require
([
'@/components/temp/finance'
],
resolve
),
meta
:
{
title
:
'财务'
}
},
{
path
:
'/VisaModel'
,
name
:
'VisaModel'
,
component
:
resolve
=>
require
([
'@/components/temp/VisaModel'
],
resolve
),
meta
:
{
title
:
'签证'
}
},
{
path
:
'/administration'
,
name
:
'administration'
,
component
:
resolve
=>
require
([
'@/components/temp/administration'
],
resolve
),
meta
:
{
title
:
'行政'
}
},
{
path
:
'/DomesticTicketing'
,
name
:
'DomesticTicketing'
,
component
:
resolve
=>
require
([
'@/components/temp/DomesticTicketing'
],
resolve
),
meta
:
{
title
:
'机票'
}
},
{
path
:
'/systemManagement'
,
name
:
'systemManagement'
,
component
:
resolve
=>
require
([
'@/components/temp/systemManagement'
],
resolve
),
meta
:
{
title
:
'系统'
}
},
{
{
path
:
'/Details'
,
path
:
'/Details'
,
name
:
'Details'
,
name
:
'Details'
,
...
@@ -4426,6 +4345,88 @@ export default {
...
@@ -4426,6 +4345,88 @@ export default {
}
}
]
]
},
},
{
path
:
'/sale'
,
name
:
'sale'
,
component
:
resolve
=>
require
([
'@/components/sale/sale'
],
resolve
),
meta
:
{
title
:
'销售'
}
},
{
path
:
'/platformManagement'
,
name
:
'platformManagement'
,
component
:
resolve
=>
require
([
'@/components/platformModule/platformManagement'
],
resolve
),
meta
:
{
title
:
'平台管理'
}
},
{
path
:
'/dmc'
,
name
:
'dmc'
,
component
:
resolve
=>
require
([
'@/components/temp/dmc'
],
resolve
),
meta
:
{
title
:
'地接首页'
}
},
{
// 营销活动
path
:
'/activity'
,
name
:
'activity'
,
component
:
resolve
=>
require
([
'@/components/temp/activity'
],
resolve
),
meta
:
{
title
:
'营销活动'
}
},
{
path
:
'/operation'
,
name
:
'operation'
,
component
:
resolve
=>
require
([
'@/components/temp/operation'
],
resolve
),
meta
:
{
title
:
'操作'
}
},
{
path
:
'/finance'
,
name
:
'finance'
,
component
:
resolve
=>
require
([
'@/components/temp/finance'
],
resolve
),
meta
:
{
title
:
'财务'
}
},
{
path
:
'/VisaModel'
,
name
:
'VisaModel'
,
component
:
resolve
=>
require
([
'@/components/temp/VisaModel'
],
resolve
),
meta
:
{
title
:
'签证'
}
},
{
path
:
'/administration'
,
name
:
'administration'
,
component
:
resolve
=>
require
([
'@/components/temp/administration'
],
resolve
),
meta
:
{
title
:
'行政'
}
},
{
path
:
'/DomesticTicketing'
,
name
:
'DomesticTicketing'
,
component
:
resolve
=>
require
([
'@/components/temp/DomesticTicketing'
],
resolve
),
meta
:
{
title
:
'机票'
}
},
{
path
:
'/systemManagement'
,
name
:
'systemManagement'
,
component
:
resolve
=>
require
([
'@/components/temp/systemManagement'
],
resolve
),
meta
:
{
title
:
'系统'
}
},
{
{
path
:
'/systemLogs'
,
//版本更新记录
path
:
'/systemLogs'
,
//版本更新记录
name
:
'systemLogs'
,
name
:
'systemLogs'
,
...
...
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