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
f68a75c4
Commit
f68a75c4
authored
Nov 21, 2025
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 登录页补充备案信息
parent
f4ff29c4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
0 deletions
+25
-0
en.yaml
src/locales/langs/en.yaml
+3
-0
zh-cn.yaml
src/locales/langs/zh-cn.yaml
+3
-0
zh-hk.yaml
src/locales/langs/zh-hk.yaml
+3
-0
login.vue
src/views/login/login.vue
+13
-0
locales.d.ts
types/locales.d.ts
+3
-0
No files found.
src/locales/langs/en.yaml
View file @
f68a75c4
...
...
@@ -261,6 +261,9 @@ login_module:
please_review_and_accept_the_agreement
:
'
Please
review
and
accept
agreement'
agree_and_continue
:
'
Agree
&
Continue'
disagree
:
'
Disagree'
icp_filing_no
:
'
ICP
Filing
No.:
粤ICP备15010593号'
all_rights_reserved
:
'
©
Guangzhou
Superlink
Software
Technology
Ltd.
All
rights
reserved.'
terms_of_use
:
'
Terms
of
Use'
reset_password_module
:
reset_login_password
:
'
Reset
login
password'
...
...
src/locales/langs/zh-cn.yaml
View file @
f68a75c4
...
...
@@ -260,6 +260,9 @@ login_module:
please_review_and_accept_the_agreement
:
'
请阅读并同意以下协议'
agree_and_continue
:
'
同意并继续'
disagree
:
'
不同意'
icp_filing_no
:
'
备案号:粤ICP备15010593号'
all_rights_reserved
:
'
©
2013-2025广州超联软件科技有限公司
版权所有'
terms_of_use
:
'
使用条款'
reset_password_module
:
reset_login_password
:
'
重置登录密码'
...
...
src/locales/langs/zh-hk.yaml
View file @
f68a75c4
...
...
@@ -262,6 +262,9 @@ login_module:
please_review_and_accept_the_agreement
:
'
請閲讀並同意以下協議'
agree_and_continue
:
'
同意並繼續'
disagree
:
'
不同意'
icp_filing_no
:
'
備案號:粵ICP備15010593號'
all_rights_reserved
:
'
©
2013-2025廣州超聯軟件科技有限公司
版權所有'
terms_of_use
:
'
使用條款'
reset_password_module
:
reset_login_password
:
'
重置登录密码'
...
...
src/views/login/login.vue
View file @
f68a75c4
...
...
@@ -679,5 +679,18 @@ function handleAgreementNavigator(name: 'UserAgreement' | 'PrivacyPolicy') {
</div>
</div>
</div>
<div
class=
"text-gray-font-color flex-center absolute bottom-[10px] left-0 right-0 flex-col text-center text-xs md:flex-row"
>
<a
href=
"https://beian.miit.gov.cn"
rel=
"noopener noreferrer"
target=
"_blank"
>
{{ t('login_module.icp_filing_no') }}
|
</a>
<div>
{{ t('login_module.all_rights_reserved') }} |
<span
class=
"cursor-pointer"
>
{{ t('login_module.terms_of_use') }}
</span>
</div>
</div>
</div>
</template>
types/locales.d.ts
View file @
f68a75c4
...
...
@@ -267,6 +267,9 @@ declare namespace I18n {
please_review_and_accept_the_agreement
:
string
agree_and_continue
:
string
disagree
:
string
icp_filing_no
:
string
all_rights_reserved
:
string
terms_of_use
:
string
}
reset_password_module
:
{
...
...
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