Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
fb0321c1
...
fb0321c114efa161aa9e9505bd41cb443e662a37
authored
2020-10-21 17:39:12 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
d656d48f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
src/page/tool.vue
src/page/tool.vue
View file @
fb0321c
...
...
@@ -23,19 +23,19 @@
</el-form>
</el-col>
<el-col
:span=
"8"
>
<el-form
ref=
"
bizData"
:model=
"bizData
"
label-width=
"0px"
>
<el-form
ref=
"
queryPhoneCode"
:model=
"queryPhoneCode
"
label-width=
"0px"
>
<el-card
class=
"darkred"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
加密
&
解密biz_data
</span>
<span>
查询短信验证码
</span>
</div>
<div
class=
"text item"
>
<el-form-item>
<el-input
placeholder=
"请输入
biz_data"
v-model=
"bizData.myData
"
clearable
></el-input>
<el-input
placeholder=
"请输入
手机号"
v-model=
"queryPhoneCode.phone
"
clearable
></el-input>
</el-form-item>
<el-form-item>
<el-select
v-model=
"
bizData.type"
placeholder=
"请选择算法类型
"
>
<el-select
v-model=
"
queryPhoneCode.huanjing"
placeholder=
"请选择执行环境
"
>
<el-option
v-for=
"item in
bizDatao
ptions"
v-for=
"item in
queryPhoneCodeO
ptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
...
...
@@ -44,18 +44,18 @@
</el-form-item>
<div
style=
"margin: 15px 0;"
></div>
<el-form-item>
<el-button
round
@
click=
"
bizDataSubmit"
>
提交
</el-button>
<el-button
round
@
click=
"
queryPhoneCodeSubmit"
>
查询验证码
</el-button>
</el-form-item>
</div>
</el-card>
</el-form>
<el-dialog
title=
"
biz_data
"
:visible
.
sync=
"dialog
Visibl
e"
title=
"
短信验证码:
"
:visible
.
sync=
"dialog
QueryPhoneCod
e"
width=
"30%"
>
<span>
{{
my
bizdata
}}
</span>
<span>
{{
my
QueryPhoneCode
}}
</span>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
v-clipboard:copy=
"JSON.stringify(my
bizdata)"
v-clipboard:success=
"onCopy"
@
click=
"dialogVisibl
e = false"
>
点击复制
</el-button>
<el-button
type=
"primary"
v-clipboard:copy=
"JSON.stringify(my
QueryPhoneCode)"
v-clipboard:success=
"onCopy"
@
click=
"dialogQueryPhoneCod
e = false"
>
点击复制
</el-button>
</span>
</el-dialog>
</el-col>
...
...
@@ -170,19 +170,19 @@
</el-row>
<el-row
style=
"margin-bottom: 15px;"
>
<el-col
:span=
"8"
>
<el-form
ref=
"
queryPhoneCode"
:model=
"queryPhoneCode
"
label-width=
"0px"
>
<el-form
ref=
"
bizData"
:model=
"bizData
"
label-width=
"0px"
>
<el-card
class=
"darkred"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
查询短信验证码
</span>
<span>
加密
&
解密biz_data
</span>
</div>
<div
class=
"text item"
>
<el-form-item>
<el-input
placeholder=
"请输入
手机号"
v-model=
"queryPhoneCode.phone
"
clearable
></el-input>
<el-input
placeholder=
"请输入
biz_data"
v-model=
"bizData.myData
"
clearable
></el-input>
</el-form-item>
<el-form-item>
<el-select
v-model=
"
queryPhoneCode.huanjing"
placeholder=
"请选择执行环境
"
>
<el-select
v-model=
"
bizData.type"
placeholder=
"请选择算法类型
"
>
<el-option
v-for=
"item in
queryPhoneCodeO
ptions"
v-for=
"item in
bizDatao
ptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
...
...
@@ -191,18 +191,18 @@
</el-form-item>
<div
style=
"margin: 15px 0;"
></div>
<el-form-item>
<el-button
round
@
click=
"
queryPhoneCodeSubmit"
>
查询验证码
</el-button>
<el-button
round
@
click=
"
bizDataSubmit"
>
提交
</el-button>
</el-form-item>
</div>
</el-card>
</el-form>
<el-dialog
title=
"
短信验证码:
"
:visible
.
sync=
"dialog
QueryPhoneCod
e"
title=
"
biz_data
"
:visible
.
sync=
"dialog
Visibl
e"
width=
"30%"
>
<span>
{{
my
QueryPhoneCode
}}
</span>
<span>
{{
my
bizdata
}}
</span>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
v-clipboard:copy=
"JSON.stringify(my
QueryPhoneCode)"
v-clipboard:success=
"onCopy"
@
click=
"dialogQueryPhoneCod
e = false"
>
点击复制
</el-button>
<el-button
type=
"primary"
v-clipboard:copy=
"JSON.stringify(my
bizdata)"
v-clipboard:success=
"onCopy"
@
click=
"dialogVisibl
e = false"
>
点击复制
</el-button>
</span>
</el-dialog>
</el-col>
...
...
Please
register
or
sign in
to post a comment