Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
张伯涛
bigDataSystem
Commits
347ee0d9
Commit
347ee0d9
authored
Dec 25, 2024
by
LiXuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注册
parent
5fe89c03
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
16 deletions
+12
-16
sys.json
src/locales/lang/zh-CN/sys.json
+1
-1
RegisterForm.vue
src/views/AAAFont/register/RegisterForm.vue
+1
-1
index.vue
src/views/AAAFont/register/index.vue
+9
-13
privacy.vue
src/views/AAAFont/register/privacy.vue
+1
-1
No files found.
src/locales/lang/zh-CN/sys.json
View file @
347ee0d9
...
...
@@ -67,7 +67,7 @@
"forgetFormTitle"
:
"重置密码"
,
"signInTitle"
:
"开箱即用的中后台管理系统"
,
"signInDesc"
:
"输入您的个人详细信息开始使用!"
,
"policy"
:
"我同意
xxx
隐私政策"
,
"policy"
:
"我同意隐私政策"
,
"scanSign"
:
"扫码后点击
\"
确认
\"
,即可完成登录"
,
"loginButton"
:
"登录"
,
"registerButton"
:
"注册"
,
...
...
src/views/AAAFont/register/RegisterForm.vue
View file @
347ee0d9
...
...
@@ -47,7 +47,7 @@
<FormItem
class=
"enter-x"
name=
"policy"
>
<!-- No logic, you need to deal with it yourself -->
<Checkbox
v-model:checked=
"formData.policy"
size=
"small"
>
我同意
xxx
我同意
</Checkbox><slot
name=
"policy"
></slot>
</FormItem>
...
...
src/views/AAAFont/register/index.vue
View file @
347ee0d9
...
...
@@ -17,19 +17,16 @@
<a
@
click=
"dialogVisible = true"
>
隐私政策
</a>
</
template
>
</RegisterForm>
</div>
</div>
</div>
<el-dialog
top=
"2%"
v-model=
"dialogVisible"
width=
"90%"
>
<privacy/>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"dialogVisible = false"
>
取 消
</el-button>
</span>
<el-dialog
top=
"2%"
v-model=
"dialogVisible"
width=
"90%"
>
<privacy
/>
<
template
#
footer
>
<span
class=
"dialog-footer"
>
<el-button
@
click=
"dialogVisible = false"
>
取 消
</el-button>
</span>
</
template
>
</el-dialog>
</el-container>
</div>
...
...
@@ -38,15 +35,14 @@
<
script
>
import
Icon
from
'@/components/Icon/Icon.vue'
;
import
RegisterForm
from
'./RegisterForm.vue'
;
import
Privacy
from
"@/views/AAAFont/register/privacy.vue"
;
import
Privacy
from
'@/views/AAAFont/register/privacy.vue'
;
export
default
{
name
:
'Register'
,
components
:
{
Privacy
,
RegisterForm
,
Icon
},
components
:
{
Privacy
,
RegisterForm
,
Icon
},
data
()
{
return
{
dialogVisible
:
false
,
};
},
methods
:
{
...
...
src/views/AAAFont/register/privacy.vue
View file @
347ee0d9
...
...
@@ -6,7 +6,7 @@
<!--
<div
class=
"letter"
>
INFORMATION
</div>
-->
<div
class=
"info_content_second"
>
<div
class=
"content-item-h3"
>
xxx
隐私政策
隐私政策
</div>
<div
style=
"display: flex; justify-content: center"
>
<span
class=
"time"
>
2020/04/09 19:00
</span>
...
...
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