Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
长
长兴大屏
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张牧越
长兴大屏
Commits
cd9bcd7f
Commit
cd9bcd7f
authored
Nov 18, 2024
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7aaec1a0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
App.vue
src/App.vue
+2
-2
Index.vue
src/views/DataStatis/Index.vue
+6
-6
ProjectDetail.vue
src/views/DataStatis/project/ProjectDetail.vue
+1
-1
No files found.
src/App.vue
View file @
cd9bcd7f
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
components
:
{},
components
:
{},
data
()
{
data
()
{
return
{
return
{
signIn
:
fals
e
,
signIn
:
tru
e
,
};
};
},
},
methods
:
{
methods
:
{
...
@@ -100,7 +100,7 @@ export default {
...
@@ -100,7 +100,7 @@ export default {
if
(
isChrome
)
{
if
(
isChrome
)
{
this
.
bodyScale
();
this
.
bodyScale
();
}
}
this
.
checkLogin
();
//
this.checkLogin();
},
},
};
};
</
script
>
</
script
>
...
...
src/views/DataStatis/Index.vue
View file @
cd9bcd7f
...
@@ -459,7 +459,9 @@ export default {
...
@@ -459,7 +459,9 @@ export default {
});
});
this
.
switchPm10Rate
(
this
.
pm10rate
);
this
.
switchPm10Rate
(
this
.
pm10rate
);
this
.
switchDustList
(
this
.
dustType
);
this
.
switchDustList
(
this
.
dustType
);
getVideoImportList
().
then
((
res
)
=>
{
this
.
videoData
=
res
.
data
;
});
getMapData
().
then
((
res
)
=>
{
getMapData
().
then
((
res
)
=>
{
var
newChangxingData
=
[];
var
newChangxingData
=
[];
this
.
dustData
=
res
.
data
;
this
.
dustData
=
res
.
data
;
...
@@ -481,9 +483,6 @@ export default {
...
@@ -481,9 +483,6 @@ export default {
});
});
this
.
initMapData
(
"map-container"
,
changxingJson
,
newChangxingData
,
1
);
this
.
initMapData
(
"map-container"
,
changxingJson
,
newChangxingData
,
1
);
});
});
getVideoImportList
().
then
((
res
)
=>
{
this
.
videoData
=
res
.
data
;
});
},
},
async
load
()
{
async
load
()
{
...
@@ -557,7 +556,7 @@ export default {
...
@@ -557,7 +556,7 @@ export default {
},
},
z
:
1
,
z
:
1
,
animationDurationUpdate
:
0
,
animationDurationUpdate
:
0
,
roam
:
tru
e
,
roam
:
fals
e
,
regins
:
[],
regins
:
[],
data
:
outdata
,
data
:
outdata
,
},
},
...
@@ -568,6 +567,7 @@ export default {
...
@@ -568,6 +567,7 @@ export default {
aspectScale
:
0.9
,
aspectScale
:
0.9
,
layoutCenter
:
[
"50%"
,
"50%"
],
//地图位置
layoutCenter
:
[
"50%"
,
"50%"
],
//地图位置
layoutSize
:
_layoutSize
,
layoutSize
:
_layoutSize
,
label
:
{
label
:
{
normal
:
{
normal
:
{
show
:
false
,
show
:
false
,
...
@@ -643,7 +643,7 @@ export default {
...
@@ -643,7 +643,7 @@ export default {
z
:
1
,
z
:
1
,
data
:
outdata
,
data
:
outdata
,
roam
:
tru
e
,
roam
:
fals
e
,
},
},
{
{
...
...
src/views/DataStatis/project/ProjectDetail.vue
View file @
cd9bcd7f
...
@@ -223,7 +223,7 @@ export default {
...
@@ -223,7 +223,7 @@ export default {
},
},
methods
:
{
methods
:
{
getProjectDetail
()
{
getProjectDetail
()
{
getProjectDetail
(
25444
).
then
((
res
)
=>
{
getProjectDetail
(
this
.
projectId
).
then
((
res
)
=>
{
this
.
projectDetail
=
res
.
data
;
this
.
projectDetail
=
res
.
data
;
});
});
},
},
...
...
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