Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
1f93b0bb
Commit
1f93b0bb
authored
Jun 16, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新浙数
parent
e3c1c794
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
logo.png
public/images/SigIn/logo.png
+0
-0
router.ts
src/router.ts
+2
-1
Main.vue
src/views/Main.vue
+8
-1
No files found.
public/images/SigIn/logo.png
View replaced file @
e3c1c794
View file @
1f93b0bb
20.3 KB
|
W:
|
H:
10.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/router.ts
View file @
1f93b0bb
...
...
@@ -6,7 +6,8 @@ const routes = [
{
path
:
"/"
,
name
:
"home"
,
component
:
()
=>
import
(
"./views/Home.vue"
),
redirect
:
'signIn'
// component: () => import("./views/Home.vue"),
},
// 登录
{
...
...
src/views/Main.vue
View file @
1f93b0bb
...
...
@@ -8,7 +8,7 @@
</
template
>
</sySideBar>
</div>
<div
class=
"col_right"
>
<div
class=
"col_right
bHeader
"
>
<syBusinessHeader
:handle-logout=
"handleLogout"
style=
"box-shadow: 0px 2px 40px 0px rgb(65 70 76 / 7%); z-index: 1"
...
...
@@ -125,6 +125,13 @@ const getUserInfos = async () => {
};
</
script
>
<
style
lang=
"scss"
>
.bHeader
{
img
{
height
:
33px
!
important
;
}
}
</
style
>
<
style
scoped
>
.main
{
display
:
flex
;
...
...
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