Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
76621a8f
Commit
76621a8f
authored
Nov 15, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化设备列表返回上一级
parent
e593efb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
device-manager-ui/admin/src/views/device/list.vue
device-manager-ui/admin/src/views/device/list.vue
+4
-1
device-manager-ui/admin/src/views/sitestat/maplist.vue
device-manager-ui/admin/src/views/sitestat/maplist.vue
+1
-1
No files found.
device-manager-ui/admin/src/views/device/list.vue
View file @
76621a8f
...
...
@@ -758,7 +758,10 @@ export default {
handleBack
()
{
let
path
=
sessionStorage
.
getItem
(
"
sitestat
"
);
if
(
path
)
{
this
.
$router
.
push
(
path
);
this
.
$router
.
push
({
path
,
query
:
this
.
info
,
});
}
else
{
this
.
$router
.
back
();
}
...
...
device-manager-ui/admin/src/views/sitestat/maplist.vue
View file @
76621a8f
...
...
@@ -317,7 +317,7 @@ export default {
justify-content: space-between;
}
.ckxq {
font-size: 1
0
px;
font-size: 1
2
px;
margin-right: 20px;
margin-top: 8px;
color: #1890ff;
...
...
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