Commit 46d7db85 authored by zhengke's avatar zhengke

修改

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