From 18bee78ebcacfad96914d4cdcd11d5f449d0a1f6 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 11 Jun 2021 11:39:55 +0800
Subject: [PATCH] 接口域名替换
---
pages/map/map.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/map/map.vue b/pages/map/map.vue
index 27f2a5d..5680d28 100644
--- a/pages/map/map.vue
+++ b/pages/map/map.vue
@@ -30,7 +30,7 @@
}else{
data = options.data;
}
- this.urls = "https://web.byisf.com/xcxMapJQ/xcxmap.html?data=" + data;
+ this.urls = "http://s16s652780.51mypc.cn/xcxMapJQ/xcxmap.html?data=" + data;
// this.dataList = data;
console.log(this.urls);
},
--
Gitblit v1.9.3