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
96cd235c
...
96cd235cc64e6f53c1f801ae223a662231ec6423
authored
2020-10-22 14:25:57 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
fb0321c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/page/tool.vue
src/page/tool.vue
View file @
96cd235
...
...
@@ -480,7 +480,7 @@
value
:
'debug'
,
label
:
'测试环境'
},
{
value
:
'release
-test
'
,
value
:
'release'
,
label
:
'线上环境'
}],
createUserInfo
:
{
...
...
@@ -658,7 +658,7 @@
code
:
this
.
smsCode
.
code
}),
config
).
then
((
res
)
=>
{
console
.
log
(
res
);
if
(
res
.
data
==
'
success
'
)
{
if
(
res
.
data
==
'
OK
'
)
{
this
.
$message
({
showClose
:
true
,
message
:
'设置短信验证码成功'
,
...
...
Please
register
or
sign in
to post a comment