Commit db65f5bc authored by huangyuanyuan's avatar huangyuanyuan

自由行

parent a4da44bb
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -89,7 +89,8 @@ color:rgba(51,51,51,1);
<el-menu-item index="2-4">私人订制</el-menu-item> -->
</el-submenu>
<el-menu-item index="3" @click="goUrl('TicketHome',true)"><a href="javascript:void(0);">机票</a></el-menu-item>
<el-menu-item index="4" @click="goUrl('VisaHomePage',true)"><a href="javascript:void(0);">签证</a></el-menu-item>
<el-menu-item index="5" @click="goUrl('IndependentTravel',true)"><a href="javascript:void(0);">自由行</a></el-menu-item>
<!-- <el-menu-item index="5"><a href="javascript:void(0);">机票</a></el-menu-item>
<el-menu-item index="2"><a href="javascript:void(0);">酒店</a></el-menu-item>
......
......@@ -159,10 +159,9 @@
<div style="padding:30px 0;background:#f5f5f5;margin-top:15px">
<el-row :gutter="20">
<el-col :span="18" :offset="3">
<!-- 限时优惠 -->
<div>
<p style="text-align:center">
<img src="../../assets/img/visa/youhui.png" alt="">
<img src="../../assets/img/visa/hot.png" alt="">
</p>
<el-row style="padding:6px 0">
<el-col :span="10" style="">
......@@ -242,7 +241,7 @@
<el-col :span="18" :offset="3">
<div>
<p style="text-align:center">
<img src="../../assets/img/visa/youhui.png" alt="">
<img src="../../assets/img/visa/hot.png" alt="">
</p>
<el-row style="padding:6px 0">
<el-col :span="10" style="">
......@@ -355,9 +354,7 @@ export default {
}
},
changeScreen(){
console.log("屏幕分辨率为:"+screen.width+"*"+screen.height)
let h=window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth
console.log(h)
this.swiperHeight=h/3.84+'px'
this.searchBoxWidth=h/3.01+'px'
this.searchBoxLeft=(h-(h/3.01))/2+'px'
......
......@@ -18,7 +18,7 @@ export default {
// let domainUrl = "https://reborn.oytour.com"; //刘东主域名
// let domainUrl = "https://reborn.oytour.com";
var domainUrl = "http://test.viitto.com"
let locationName = window.location.hostname;
if (this.isOnline()) {
if(window.location.host.indexOf('viitto.com')!=-1)
domainUrl = "http://test.viitto.com"
......
......@@ -211,7 +211,15 @@ export default new Router({
title: "签证"
}
},
{
path: "/IndependentTravel",
name: "IndependentTravel",
component: resolve =>
require(["@/components/DependentTravel/IndependentTravel"], resolve),
meta: {
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