Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporate-culture-qd
Overview
Overview
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
王立鹏
corporate-culture-qd
Commits
0932fb1c
Commit
0932fb1c
authored
Aug 20, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复测试环境图标资源路径
parent
580aa799
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
index.html
index.html
+1
-1
webicon.png
src/assets/img/webicon.png
+0
-0
index.vue
src/views/backend/index.vue
+2
-1
No files found.
index.html
View file @
0932fb1c
...
...
@@ -2,7 +2,7 @@
<html
lang=
""
>
<head>
<meta
charset=
"UTF-8"
/>
<link
rel=
"icon"
href=
"/webicon.png"
/>
<link
rel=
"icon"
href=
"/
src/assets/img/
webicon.png"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
企业文化平台
</title>
</head>
...
...
public
/webicon.png
→
src/assets/img
/webicon.png
View file @
0932fb1c
File moved
src/views/backend/index.vue
View file @
0932fb1c
<
script
lang=
"tsx"
>
import
{
KeepAlive
,
Transition
}
from
'vue'
import
type
{
Component
as
VueComponent
}
from
'vue'
import
webIconUrl
from
'@/assets/img/webicon.png'
export
default
defineComponent
(()
=>
{
interface
MenuItem
{
path
:
string
...
...
@@ -110,7 +111,7 @@ export default defineComponent(() => {
<
div
class
=
"backend-layout"
>
<
aside
class
=
"backend-sidebar"
>
<
div
class
=
"sidebar-header"
>
<
img
src
=
"/webicon.png"
alt
=
"SOUNDASIA"
class
=
"logo"
/>
<
img
src
=
{
webIconUrl
}
alt
=
"SOUNDASIA"
class
=
"logo"
/>
<
span
class
=
"header-title"
>
企业文化后台管理
<
/span
>
<
/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