Commit e9a63dfc authored by jiangjiaxu's avatar jiangjiaxu

debug 20200725

parent 4152bc68
......@@ -8,6 +8,7 @@ import _ from 'lodash';
import App from './App.vue';
import router from './router';
import store from './store';
import moment from 'moment'
Vue.use(ElementUI);
Vue.use(BaiduMap, {
......
This diff is collapsed.
This diff is collapsed.
......@@ -157,7 +157,7 @@ import axios from 'axios';
import gcoord from 'gcoord';
import moment from 'moment';
import { Message } from 'element-ui';
import { address } from '../config';
import { address, imgAddress } from '../config';
import { export_json_to_excel } from '@/excel/Export2Excel';
export default {
......@@ -271,7 +271,7 @@ export default {
this.infos.forEach((item) => {
if (item.lng == e.point.lng && item.lat == e.point.lat) {
// 根据坐标信息获取图片
this.bigImgUrl = `${address
this.bigImgUrl = `${imgAddress
}getTrajectImg?channel=${
item.channel
}&equipment=${
......
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