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
bb150e8f
Commit
bb150e8f
authored
Jul 19, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加酒店跳转
parent
fe773c32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
Details.vue
src/components/Details.vue
+20
-0
No files found.
src/components/Details.vue
View file @
bb150e8f
...
...
@@ -80,6 +80,7 @@
import
routerConfig
from
'../router/config'
;
import
analogIFrame
from
'./analogIFrame'
;
import
MsgBus
from
'../assets/utils/msgBus.js'
;
import
{
ALPN_ENABLED
}
from
'constants'
;
export
default
{
data
()
{
return
{
...
...
@@ -107,6 +108,8 @@ export default {
openMode
:
0
,
blankUrl
:
''
,
navWidth
:
0
,
//加密id
EnCodeWord
:
''
};
},
components
:{
...
...
@@ -849,7 +852,24 @@ export default {
},
filterRouter
(){
let
that
=
this
let
userInfo
=
this
.
getLocalStorage
();
this
.
$router
.
beforeEach
((
to
,
from
,
next
)
=>
{
if
(
to
.
path
==
'/JapanHotel'
){
let
msg
=
{
id
:
userInfo
.
EmployeeId
}
this
.
apipost
(
"sellorder_post_GetDesEncrypt"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
EnCodeWord
=
res
.
data
.
data
;
window
.
open
(
"http://www.oytour.com/#/hotelHome?uid="
+
this
.
EnCodeWord
,
"_blank"
);
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
err
=>
{}
);
return
;
}
document
.
title
=
to
.
meta
.
title
?
to
.
meta
.
title
+
'-四川和平国际旅行社'
:
'四川和平国际旅行社'
// console.log("to.query.blank && to.query.blank=='y'",to.query,"666")
if
(
to
.
path
==
"/ModifyVisaProduct"
){
...
...
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