Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
Athena
Commits
6ee7825e
Commit
6ee7825e
authored
Aug 26, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
92dd3ff1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
10 deletions
+15
-10
FreeHome.vue
src/components/FreeTravel/FreeHome.vue
+1
-1
FreeList.vue
src/components/FreeTravel/FreeList.vue
+2
-2
FreeList2.vue
src/components/FreeTravel/FreeList2.vue
+6
-2
newHead.vue
src/components/global/newHead.vue
+2
-2
index.js
src/plugins/index.js
+4
-3
No files found.
src/components/FreeTravel/FreeHome.vue
View file @
6ee7825e
...
@@ -1097,7 +1097,7 @@ export default {
...
@@ -1097,7 +1097,7 @@ export default {
// M07 私人導遊
// M07 私人導遊
// M08 點對點接送
// M08 點對點接送
data
.
map
((
x
,
index
)
=>
{
data
.
map
((
x
,
index
)
=>
{
if
(
x
.
countries
[
0
].
name
.
indexOf
(
'台灣'
)
!==
-
1
||
x
.
countries
[
0
].
name
.
indexOf
(
'香港'
)
!==
-
1
||
x
.
countries
[
0
].
name
.
indexOf
(
'澳門'
)
!==
-
1
||
x
.
countries
[
0
].
name
.
indexOf
(
'澳门'
)
!==
-
1
){
if
(
x
.
countries
[
0
].
name
.
indexOf
(
'台
湾'
)
!==
-
1
||
x
.
countries
[
0
].
name
.
indexOf
(
'台
灣'
)
!==
-
1
||
x
.
countries
[
0
].
name
.
indexOf
(
'香港'
)
!==
-
1
||
x
.
countries
[
0
].
name
.
indexOf
(
'澳門'
)
!==
-
1
||
x
.
countries
[
0
].
name
.
indexOf
(
'澳门'
)
!==
-
1
){
x
.
countries
[
0
].
name
=
`中国-
${
x
.
countries
[
0
].
name
}
`
x
.
countries
[
0
].
name
=
`中国-
${
x
.
countries
[
0
].
name
}
`
}
}
if
(
x
.
prod_type
==
'M05'
)
{
// M05 票券
if
(
x
.
prod_type
==
'M05'
)
{
// M05 票券
...
...
src/components/FreeTravel/FreeList.vue
View file @
6ee7825e
...
@@ -1020,9 +1020,9 @@ export default {
...
@@ -1020,9 +1020,9 @@ export default {
handleCurrentChange
(
val
)
{
handleCurrentChange
(
val
)
{
let
start
=
this
.
msg
.
start
let
start
=
this
.
msg
.
start
if
(
val
==
1
)
{
if
(
val
==
1
)
{
start
=
start
==
0
?
0
:
start
-
1
5
start
=
start
==
0
?
0
:
start
-
1
6
}
else
{
}
else
{
start
=
start
+
1
5
start
=
start
+
1
6
}
}
// 翻页
// 翻页
this
.
msg
.
start
=
start
;
this
.
msg
.
start
=
start
;
...
...
src/components/FreeTravel/FreeList2.vue
View file @
6ee7825e
...
@@ -467,6 +467,10 @@
...
@@ -467,6 +467,10 @@
align-items
:
center
;
align-items
:
center
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
.page-con
{
margin-top
:
25px
;
text-align
:
center
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"freeList2 commonF"
>
<div
class=
"freeList2 commonF"
>
...
@@ -1104,9 +1108,9 @@ export default {
...
@@ -1104,9 +1108,9 @@ export default {
handleCurrentChange
(
val
)
{
handleCurrentChange
(
val
)
{
let
start
=
this
.
msg
.
start
let
start
=
this
.
msg
.
start
if
(
val
==
1
)
{
if
(
val
==
1
)
{
start
=
start
==
0
?
0
:
start
-
1
5
start
=
start
==
0
?
0
:
start
-
1
6
}
else
{
}
else
{
start
=
start
+
1
5
start
=
start
+
1
6
}
}
// 翻页
// 翻页
this
.
msg
.
start
=
start
;
this
.
msg
.
start
=
start
;
...
...
src/components/global/newHead.vue
View file @
6ee7825e
...
@@ -295,7 +295,7 @@
...
@@ -295,7 +295,7 @@
</div>
</div>
</li>-->
</li>-->
<!-- 活动中心 -->
<!-- 活动中心 -->
<li
:class=
"{_active: navActive === 9}"
style=
"width: auto;"
>
<
!-- <
li :class="{_active: navActive === 9}" style="width: auto;">
<div @click="handleSelect('/IceCreamTask', 9), navActive = 9">
<div @click="handleSelect('/IceCreamTask', 9), navActive = 9">
<img
<img
style="z-index: -1;position: absolute;top: -27px;"
style="z-index: -1;position: absolute;top: -27px;"
...
@@ -304,7 +304,7 @@
...
@@ -304,7 +304,7 @@
/>
/>
<img src="../../assets/img/task/nav_text.png" alt />
<img src="../../assets/img/task/nav_text.png" alt />
</div>
</div>
</li>
</li>
-->
<li
:class=
"{_active: navActive === 9}"
class=
"juanmei"
>
<li
:class=
"{_active: navActive === 9}"
class=
"juanmei"
>
<div
@
click=
"handleSelect('JuanSaid', ), navActive = 9"
>
<div
@
click=
"handleSelect('JuanSaid', ), navActive = 9"
>
<img
src=
"../../assets/img/task/juanmei.png"
alt
/>
<img
src=
"../../assets/img/task/juanmei.png"
alt
/>
...
...
src/plugins/index.js
View file @
6ee7825e
...
@@ -13,10 +13,10 @@ export default {
...
@@ -13,10 +13,10 @@ export default {
Vue
.
prototype
.
domainManager
=
function
()
{
Vue
.
prototype
.
domainManager
=
function
()
{
// var domainUrl = "http://test_reborn.oytour.com";//主域名
// var domainUrl = "http://test_reborn.oytour.com";//主域名
//var domainUrl = "http://reborn.oytour.com"; //主域名
//var domainUrl = "http://reborn.oytour.com"; //主域名
var
domainUrl
=
"http://192.168.2.65:8025"
//主域名
//
var domainUrl = "http://192.168.2.65:8025"//主域名
// let domainUrl = "https://reborn.oytour.com";
// let domainUrl = "https://reborn.oytour.com";
// domainUrl = "http://test.viitto.com"
// domainUrl = "http://test.viitto.com"
//
let domainUrl = "http://192.168.2.214:8082"
let
domainUrl
=
"http://192.168.2.214:8082"
// var domainUrl = "http://reborn.oytour.com";
// var domainUrl = "http://reborn.oytour.com";
let
locationName
=
window
.
location
.
hostname
;
let
locationName
=
window
.
location
.
hostname
;
if
(
this
.
isOnline
())
{
if
(
this
.
isOnline
())
{
...
@@ -30,7 +30,8 @@ export default {
...
@@ -30,7 +30,8 @@ export default {
DomainUrl
:
domainUrl
,
DomainUrl
:
domainUrl
,
//常用提交数据URL
//常用提交数据URL
PostUrl
:
domainUrl
+
"/api/common/post"
,
PostUrl
:
domainUrl
+
"/api/common/post"
,
javaUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://efficient.oytour.com"
:
"http://47.96.12.235:9001"
)
:
"http://192.168.2.215:9000"
,
// javaUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? (locationName.indexOf('oytour') !== -1 ? "http://efficient.oytour.com" : "http://47.96.12.235:9001") : "http://192.168.2.215:9000",
javaUrl
:
"http://efficient.oytour.com"
,
ViittoFileUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"http://imgfile.oytour.com"
:
'http://192.168.2.214:8130'
,
ViittoFileUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"http://imgfile.oytour.com"
:
'http://192.168.2.214:8130'
,
UploadUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"http://upload.oytour.com"
:
"http://192.168.2.214:8120"
,
UploadUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"http://upload.oytour.com"
:
"http://192.168.2.214:8120"
,
LocalFileStreamDownLoadUrl
:
domainUrl
+
"/api/file/GetFileFromWebApi"
,
LocalFileStreamDownLoadUrl
:
domainUrl
+
"/api/file/GetFileFromWebApi"
,
...
...
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