Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jwhx
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
sugar
jwhx
Commits
40a95523
Commit
40a95523
authored
Dec 21, 2024
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~~
parent
ee3bef2d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
resources/admin/src/layout/index.vue
resources/admin/src/layout/index.vue
+1
-1
resources/admin/src/pages/login/index.vue
resources/admin/src/pages/login/index.vue
+1
-1
No files found.
resources/admin/src/layout/index.vue
View file @
40a95523
...
...
@@ -132,7 +132,7 @@
<div
v-if=
"!ismobile"
class=
"aminui-side-split"
>
<div
class=
"aminui-side-split-top"
>
<router-link
:to=
"$CONFIG.DASHBOARD_URL"
>
<img
class=
"logo"
:title=
"$CONFIG.APP_NAME"
:src=
"'/static/images/logo-r.png'"
>
<img
class=
"logo"
:title=
"$CONFIG.APP_NAME"
:src=
"'
.
/static/images/logo-r.png'"
>
</router-link>
</div>
<div
class=
"adminui-side-split-scroll"
>
...
...
resources/admin/src/pages/login/index.vue
View file @
40a95523
...
...
@@ -25,7 +25,7 @@
<div
class=
"login-form"
>
<div
class=
"login-header"
>
<div
class=
"logo"
>
<img
:alt=
"$CONFIG.APP_NAME"
:src=
"'/static/images/logo.png'"
>
<img
:alt=
"$CONFIG.APP_NAME"
:src=
"'
.
/static/images/logo.png'"
>
<label>
{{$CONFIG.APP_NAME}}
</label>
</div>
</div>
...
...
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