Commit d78607f4 authored by youjie's avatar youjie

no message

parent c98d2f29
......@@ -21,6 +21,7 @@ Vue.prototype.$product = product
//域名管理对象
Vue.prototype.domainManager = function () {
let domainUrl = "http://192.168.5.46";
domainUrl = "http://192.168.5.214";
let domainNameUrl = this.GetDomain();
if (domainNameUrl.indexOf('oytour') !== -1) {
domainUrl = "https://reborn.oytour.com";
......
......@@ -848,7 +848,7 @@
<div class="text-weight-bold text-h6">酒店名稱:{{dataList.Name_CN}}</div>
<div class="text-grey-9">地址:{{`${dataList.Address_CN}`}}</div>
</div>
<div class="q-pa-md" v-for="(x,index) in travelLngLat" :key="index">
<div v-if="false" class="q-pa-md" v-for="(x,index) in travelLngLat" :key="index">
<!-- <componentsMap v-if="x.Lng&&x.Lat" :AddressObj="x"/>
<div v-else class="card text-center">经纬度未知</div> -->
</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