Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
35ce0350
Commit
35ce0350
authored
Feb 20, 2024
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改装配任务返回
parent
31fd7459
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Navbar.vue
...cations/architecture-dee/src/layout/components/Navbar.vue
+5
-1
No files found.
applications/architecture-dee/src/layout/components/Navbar.vue
View file @
35ce0350
...
@@ -214,7 +214,11 @@ export default {
...
@@ -214,7 +214,11 @@ export default {
// this.moduleName = localStorage.getItem('moduleName')
// this.moduleName = localStorage.getItem('moduleName')
// },
// },
goback
()
{
goback
()
{
this
.
$router
.
go
(
-
1
)
if
(
sessionStorage
.
getItem
(
'lasterPageRouter'
))
{
this
.
$router
.
replace
(
sessionStorage
.
getItem
(
'lasterPageRouter'
))
}
else
{
this
.
$router
.
go
(
-
1
)
}
},
},
goHome
()
{
goHome
()
{
this
.
$router
.
push
(
`/`
)
this
.
$router
.
push
(
`/`
)
...
...
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