提交 b3ab008c 编写于 作者: 张敬贤's avatar 张敬贤

fix

上级 68251fff
......@@ -5,7 +5,6 @@ console.log('router, store, vueApp: ', router, store, vueApp);
import '@/assets/js/flexible';
import {isWeixin } from './utils/index';
import Loading from '@/components/loading/loading.js';
import storejs from 'storejs';
// 禁用双指放大
var lastTouchEnd = 0;
......@@ -63,12 +62,6 @@ window._AMapSecurityConfig = {
securityJsCode: '5dfc1ae6a14ad5c005ffb2ad6d718ae4'
};
// 获取位置信息 腾讯地图api
var geolocation = new qq.maps.Geolocation();
geolocation.getLocation(function (result) {
console.log('result', result);
storejs.set('geolocation', result);
}, function (result) {
console.log('err', result);
});
console.log('router, store, vueApp: ', router, store, vueApp);
console.log('window :>> ', window);
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册