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
fb63cf6b
Commit
fb63cf6b
authored
Apr 17, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
e5fd1ef0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Index.vue
src/components/Index.vue
+2
-2
No files found.
src/components/Index.vue
View file @
fb63cf6b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<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"
@
click=
"jumpBack"
<span
style=
"font-size: 14px
; cursor: pointer
"
@
click=
"jumpBack"
>
工程项目后台管理系统
</span
>
工程项目后台管理系统
</span
>
>
<router-link
:to=
"
{ path: '/', query: { token: token } }" exact
<router-link
:to=
"
{ path: '/', query: { token: token } }" exact
...
@@ -99,7 +99,7 @@ export default {
...
@@ -99,7 +99,7 @@ export default {
}
}
},
},
jumpBack
()
{
jumpBack
()
{
window
.
location
.
href
=
"http://qjwl.ythplan.io
/pweb/m/"
;
window
.
location
.
href
=
window
.
location
.
origin
+
"
/pweb/m/"
;
},
},
},
},
computed
:
{
computed
:
{
...
...
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