Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
robot-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
汪晓凯
robot-monitor
Commits
fc85da38
Commit
fc85da38
authored
Jul 27, 2018
by
wxk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
1ae73bbc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
dist.zip
dist.zip
+0
-0
navLeft.vue
src/components/navLeft.vue
+2
-1
overview.vue
src/views/overview.vue
+3
-0
No files found.
dist.zip
deleted
100644 → 0
View file @
1ae73bbc
File deleted
src/components/navLeft.vue
View file @
fc85da38
...
@@ -38,8 +38,9 @@
...
@@ -38,8 +38,9 @@
},
},
methods
:
{
methods
:
{
navClick
(
index
)
{
navClick
(
index
)
{
if
(
index
!=
'account'
){
Bus
.
$emit
(
'refresh'
);
Bus
.
$emit
(
'refresh'
);
if
(
this
.
active
!=
'account'
){
console
.
log
(
'111'
)
this
.
$router
.
push
(
`/monitor/
${
index
}
`
);
this
.
$router
.
push
(
`/monitor/
${
index
}
`
);
}
else
{
}
else
{
this
.
$router
.
push
(
'/monitor/account'
);
this
.
$router
.
push
(
'/monitor/account'
);
...
...
src/views/overview.vue
View file @
fc85da38
...
@@ -200,6 +200,9 @@
...
@@ -200,6 +200,9 @@
this.getRobotList(Params);
this.getRobotList(Params);
})*/
})*/
},
},
beforeDestroy
()
{
Bus
.
$off
(
'refresh'
);
},
methods
:
{
methods
:
{
init
()
{
init
()
{
this
.
robotStatus
=
''
,
//机器人状态
this
.
robotStatus
=
''
,
//机器人状态
...
...
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