|
@@ -74,7 +74,7 @@ export default {
|
|
|
getMap() {
|
|
|
defaultAjax({
|
|
|
url:
|
|
|
- "https://dangjian-web.oss-accelerate-overseas.aliyuncs.com/dj/static/chinaMap.json",
|
|
|
+ "https://djweb.smcic.net/dj/static/chinaMap.json",
|
|
|
}).then(map => {
|
|
|
localStorage.setItem("chinaMap", JSON.stringify(map.json));
|
|
|
this.init();
|