Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web-js
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
office-web-js
Commits
7807e836
Commit
7807e836
authored
Aug 25, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加备案号
parent
799391ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/components/HomePageFooter.vue
+6
-2
No files found.
src/components/HomePageFooter.vue
View file @
7807e836
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</li>
</li>
</ul>
</ul>
<div
class=
"footer-text"
>
<div
class=
"footer-text"
>
<
!--
<span
class=
"footer-icp"
>
{{
icp
}}
</span>
--
>
<
span
class=
"footer-icp"
>
{{
icp
}}
</span
>
<span
class=
"footer-copyright"
<span
class=
"footer-copyright"
>
© 2015-
{{
year
}}
{{
hostname
}}
All rights reserved.
</span
>
© 2015-
{{
year
}}
{{
hostname
}}
All rights reserved.
</span
>
>
...
@@ -43,7 +43,7 @@ export default {
...
@@ -43,7 +43,7 @@ export default {
{
title
:
'加入我们'
,
route
:
'/join-us'
},
{
title
:
'加入我们'
,
route
:
'/join-us'
},
{
title
:
'联系我们'
,
route
:
'/contact'
},
{
title
:
'联系我们'
,
route
:
'/contact'
},
],
],
icp
:
'
粤ICP备1234567号-1
'
,
icp
:
'
陕ICP备17016449号-2
'
,
hostname
:
location
.
hostname
,
hostname
:
location
.
hostname
,
year
:
new
Date
().
getFullYear
(),
year
:
new
Date
().
getFullYear
(),
mp
:
''
,
mp
:
''
,
...
@@ -106,6 +106,10 @@ export default {
...
@@ -106,6 +106,10 @@ export default {
color
:
#999
;
color
:
#999
;
}
}
.footer-copyright
{
margin-left
:
6px
;
}
.footer-mp
{
.footer-mp
{
display
:
flex
;
display
:
flex
;
align-items
:
flex-start
;
align-items
:
flex-start
;
...
...
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