Commit 46d7db85 authored by zhengke's avatar zhengke

修改

parent 8e860d55
......@@ -31,7 +31,7 @@
});
</script>
<script type="text/javascript" src="http://www.google.cn/maps/api/js?key=AIzaSyAZ5MIfzicStzKbIkbI3RcBBeZBjQFKsp0&libraries=geometry&language=zh_CN"></script>
<title>四川和平国际旅行社</title>
<title></title>
</head>
<body>
<div id="app">
......
......@@ -830,8 +830,9 @@ export default {
},
filterRouter(){
let that=this
let userInfo = this.getLocalStorage();
this.$router.beforeEach((to, from, next) => {
document.title = to.meta.title ? to.meta.title+'-四川和平国际旅行社' : '四川和平国际旅行社'
document.title = to.meta.title ? to.meta.title : ''
if(to.path=="/ModifyVisaProduct"){
this.reloadpage();
}
......@@ -910,7 +911,7 @@ export default {
}
});
this.$nextTick(function(){
  document.title = this.$route.meta.title ? this.$route.meta.title + '-四川和平国际旅行社' : '四川和平国际旅行社'
  document.title = this.$route.meta.title ? this.$route.meta.title : ''
 })
}
},
......
......@@ -508,7 +508,7 @@
<div v-html="feature.importantTip"></div>
</div>
</div>
<div v-if='vshowG' class="expense">
<div v-if='vshowG' class="expense" style="margin-top:30px;">
<div class="left">温馨提示</div>
<div class="right" style="text-indent:10px">
<div v-html="feature.warmTip"></div>
......
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