Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
e9a63dfc
Commit
e9a63dfc
authored
Jul 25, 2020
by
jiangjiaxu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug 20200725
parent
4152bc68
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
main.js
src/main.js
+1
-0
Result.vue
src/views/Result.vue
+0
-0
ResultDetail.vue
src/views/ResultDetail.vue
+0
-0
Task.vue
src/views/Task.vue
+2
-2
No files found.
src/main.js
View file @
e9a63dfc
...
...
@@ -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
,
{
...
...
src/views/Result.vue
View file @
e9a63dfc
This diff is collapsed.
Click to expand it.
src/views/ResultDetail.vue
View file @
e9a63dfc
This diff is collapsed.
Click to expand it.
src/views/Task.vue
View file @
e9a63dfc
...
...
@@ -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
=
`
${
a
ddress
this
.
bigImgUrl
=
`
${
imgA
ddress
}
getTrajectImg?channel=
${
item
.
channel
}
&equipment=
${
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment