Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
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
poc
poc-fe
Commits
1e27ec7a
Commit
1e27ec7a
authored
Nov 07, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 补充网页icon及更换侧边栏应用广场图标
parent
9e9a498a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.html
index.html
+1
-1
favicon.ico
public/favicon.ico
+0
-0
sidebar.vue
src/layout/components/sidebar/sidebar.vue
+2
-2
No files found.
index.html
View file @
1e27ec7a
...
...
@@ -8,7 +8,7 @@
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/c/font_4711453_
egfmzk2ywd
.css"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/c/font_4711453_
vbf79y4vtuk
.css"
/>
<title>
Model Link
</title>
</head>
...
...
public/favicon.ico
0 → 100644
View file @
1e27ec7a
483 Bytes
src/layout/components/sidebar/sidebar.vue
View file @
1e27ec7a
...
...
@@ -2,7 +2,7 @@
import
{
computed
,
h
,
ref
,
watchEffect
}
from
'vue'
import
{
useRoute
,
useRouter
}
from
'vue-router'
import
{
useI18n
}
from
'vue-i18n'
import
{
Plus
,
Commodity
}
from
'@icon-park/vue-next'
import
{
Plus
}
from
'@icon-park/vue-next'
import
type
{
MenuOption
}
from
'naive-ui'
import
CustomIcon
from
'@/components/custom-icon/custom-icon.vue'
import
{
useUserStore
}
from
'@/store/modules/user'
...
...
@@ -39,7 +39,7 @@ const menuOptions = computed<MenuOption[]>(() => {
{
label
:
()
=>
h
(
'div'
,
{},
t
(
'router_title_module.application_square'
)),
key
:
'ApplicationsSquare'
,
icon
:
()
=>
h
(
Commodity
,
{
theme
:
'outline'
,
size
:
'18'
,
fill
:
'#333
'
}),
icon
:
()
=>
h
(
'i'
,
{
class
:
'iconfont icon-square
'
}),
},
],
},
...
...
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