Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
digital-construction
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
张牧越
digital-construction
Commits
e5fd1ef0
Commit
e5fd1ef0
authored
Apr 14, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
08b7903f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
2 deletions
+30
-2
dist.zip
dist.zip
+0
-0
App.vue
src/App.vue
+1
-0
Index.vue
src/components/Index.vue
+14
-2
Index.vue
src/components/earlywarning/Index.vue
+3
-0
Index.vue
src/components/noise/Index.vue
+3
-0
Index.vue
src/components/realname/Index.vue
+9
-0
No files found.
dist.zip
deleted
100644 → 0
View file @
08b7903f
File deleted
src/App.vue
View file @
e5fd1ef0
...
@@ -12,6 +12,7 @@ export default {
...
@@ -12,6 +12,7 @@ export default {
mounted
()
{
mounted
()
{
if
(
this
.
$route
.
query
.
token
)
{
if
(
this
.
$route
.
query
.
token
)
{
localStorage
.
setItem
(
"token"
,
this
.
$route
.
query
.
token
);
localStorage
.
setItem
(
"token"
,
this
.
$route
.
query
.
token
);
// this.$router.push("/");
}
}
},
},
};
};
...
...
src/components/Index.vue
View file @
e5fd1ef0
...
@@ -2,8 +2,12 @@
...
@@ -2,8 +2,12 @@
<div
:style=
"
{ zoom: zoom }">
<div
:style=
"
{ zoom: zoom }">
<div
class=
"nav-header"
>
<div
class=
"nav-header"
>
<div
class=
"left-nav"
>
<div
class=
"left-nav"
>
<span
style=
"font-size: 14px"
>
XXX项目后台管理系统
</span>
<span
style=
"font-size: 14px"
@
click=
"jumpBack"
<router-link
to=
"/"
>
数字工地
</router-link>
>
工程项目后台管理系统
</span
>
<router-link
:to=
"
{ path: '/', query: { token: token } }" exact
>数字工地
</router-link
>
<router-link
to=
"/realname"
>
实名制
</router-link>
<router-link
to=
"/realname"
>
实名制
</router-link>
<router-link
to=
"/supervisory"
>
视频监控
</router-link>
<router-link
to=
"/supervisory"
>
视频监控
</router-link>
<router-link
to=
"/earlywarning"
>
AI预警
</router-link>
<router-link
to=
"/earlywarning"
>
AI预警
</router-link>
...
@@ -94,6 +98,14 @@ export default {
...
@@ -94,6 +98,14 @@ export default {
charts
[
i
].
style
.
zoom
=
1
;
charts
[
i
].
style
.
zoom
=
1
;
}
}
},
},
jumpBack
()
{
window
.
location
.
href
=
"http://qjwl.ythplan.io/pweb/m/"
;
},
},
computed
:
{
token
()
{
return
localStorage
.
getItem
(
"token"
);
},
},
},
mounted
()
{
mounted
()
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
...
...
src/components/earlywarning/Index.vue
View file @
e5fd1ef0
...
@@ -169,6 +169,9 @@ export default {
...
@@ -169,6 +169,9 @@ export default {
},
},
itemGap
:
12
,
itemGap
:
12
,
},
},
tooltip
:
{
trigger
:
"axis"
,
},
xAxis
:
{
xAxis
:
{
type
:
"category"
,
type
:
"category"
,
data
:
xAxisData
,
data
:
xAxisData
,
...
...
src/components/noise/Index.vue
View file @
e5fd1ef0
...
@@ -422,6 +422,9 @@ export default {
...
@@ -422,6 +422,9 @@ export default {
left
:
30
,
left
:
30
,
right
:
30
,
right
:
30
,
},
},
tooltip
:
{
trigger
:
"axis"
,
},
xAxis
:
{
xAxis
:
{
type
:
"category"
,
type
:
"category"
,
data
:
[
"09:00"
,
"12:00"
,
"13:00"
,
"16:00"
,
"19:00"
,
"22:00"
,
"01:00"
],
data
:
[
"09:00"
,
"12:00"
,
"13:00"
,
"16:00"
,
"19:00"
,
"22:00"
,
"01:00"
],
...
...
src/components/realname/Index.vue
View file @
e5fd1ef0
...
@@ -328,6 +328,9 @@ export default {
...
@@ -328,6 +328,9 @@ export default {
left
:
30
,
left
:
30
,
right
:
30
,
right
:
30
,
},
},
tooltip
:
{
trigger
:
"axis"
,
},
xAxis
:
{
xAxis
:
{
type
:
"category"
,
type
:
"category"
,
data
:
xAxisData
,
data
:
xAxisData
,
...
@@ -412,6 +415,9 @@ export default {
...
@@ -412,6 +415,9 @@ export default {
color
:
"rgba(225, 239, 255, 0.7)"
,
color
:
"rgba(225, 239, 255, 0.7)"
,
},
},
},
},
tooltip
:
{
trigger
:
"axis"
,
},
xAxis
:
{
xAxis
:
{
type
:
"category"
,
type
:
"category"
,
data
:
xAxisData
,
data
:
xAxisData
,
...
@@ -476,6 +482,9 @@ export default {
...
@@ -476,6 +482,9 @@ export default {
color
:
"rgba(225, 239, 255, 0.7)"
,
color
:
"rgba(225, 239, 255, 0.7)"
,
},
},
},
},
tooltip
:
{
trigger
:
"axis"
,
},
xAxis
:
{
xAxis
:
{
type
:
"category"
,
type
:
"category"
,
data
:
xAxisData
,
data
:
xAxisData
,
...
...
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