Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
offical_web
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
zhangjie
offical_web
Commits
537432fe
Commit
537432fe
authored
Aug 16, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加隐私协议
parent
2b19d409
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
src/router/index.js
+1
-1
src/views/protocol.vue
+0
-0
src/views/register.vue
+6
-2
No files found.
src/router/index.js
View file @
537432fe
...
@@ -70,7 +70,7 @@ const routes = [
...
@@ -70,7 +70,7 @@ const routes = [
component
:
(
resolve
)
=>
require
([
'../views/authorization-failed'
],
resolve
),
component
:
(
resolve
)
=>
require
([
'../views/authorization-failed'
],
resolve
),
},
},
{
{
path
:
'/protocol'
,
path
:
'/protocol
/:type
'
,
name
:
'protocol'
,
name
:
'protocol'
,
component
:
(
resolve
)
=>
require
([
'../views/protocol'
],
resolve
),
component
:
(
resolve
)
=>
require
([
'../views/protocol'
],
resolve
),
},
},
...
...
src/views/protocol.vue
View file @
537432fe
This diff is collapsed.
Click to expand it.
src/views/register.vue
View file @
537432fe
...
@@ -80,8 +80,12 @@
...
@@ -80,8 +80,12 @@
<
el
-
checkbox
v
-
model
=
"isRead"
label
=
""
:
indeterminate
=
"false"
/>
<
el
-
checkbox
v
-
model
=
"isRead"
label
=
""
:
indeterminate
=
"false"
/>
<
span
class
=
"tos-link"
>
<
span
class
=
"tos-link"
>
阅读并同意
阅读并同意
<
a
class
=
"link"
href
=
"/protocol"
target
=
"_blank"
>
<
a
class
=
"link"
href
=
"/protocol/term"
target
=
"_blank"
>
九猫
ERP
条款与协议
《九猫
ERP
条款与协议》
<
/a
>
<
span
>
和
<
/span
>
<
a
class
=
"link"
href
=
"/protocol/privacy"
target
=
"_blank"
>
《隐私协议》
<
/a
>
<
/a
>
<
/span
>
<
/span
>
<
/div
>
<
/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