Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-login
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-login
Commits
81cb8700
Commit
81cb8700
authored
Jun 10, 2021
by
李丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
验证码校验失败,更新验证码
parent
5c800b31
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.beagle.yml
.beagle.yml
+4
-4
src/pages/login.vue
src/pages/login.vue
+1
-0
No files found.
.beagle.yml
View file @
81cb8700
...
@@ -50,7 +50,7 @@ pipeline:
...
@@ -50,7 +50,7 @@ pipeline:
base
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-login-base:v3.0
base
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-login-base:v3.0
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
repo
:
wod/apaas-login
repo
:
wod/apaas-login
version
:
v3.0.
2
version
:
v3.0.
3
channel
:
alpha
channel
:
alpha
args
:
"
TARGETOS=linux,TARGETARCH=amd64"
## 不同架构的构建参数
args
:
"
TARGETOS=linux,TARGETARCH=amd64"
## 不同架构的构建参数
registry
:
registry.cn-qingdao.aliyuncs.com
registry
:
registry.cn-qingdao.aliyuncs.com
...
@@ -117,7 +117,7 @@ pipeline:
...
@@ -117,7 +117,7 @@ pipeline:
base
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-login-base:v3.0-arm64
base
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-login-base:v3.0-arm64
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
repo
:
wod/apaas-login
repo
:
wod/apaas-login
version
:
v3.0.
2
version
:
v3.0.
3
channel
:
alpha-arm64
channel
:
alpha-arm64
args
:
"
TARGETOS=linux,TARGETARCH=arm64"
args
:
"
TARGETOS=linux,TARGETARCH=arm64"
registry
:
registry.cn-qingdao.aliyuncs.com
registry
:
registry.cn-qingdao.aliyuncs.com
...
@@ -173,7 +173,7 @@ pipeline:
...
@@ -173,7 +173,7 @@ pipeline:
base
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-login-base:v3.0-ppc64le
base
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-login-base:v3.0-ppc64le
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
repo
:
wod/apaas-login
repo
:
wod/apaas-login
version
:
v3.0.
2
version
:
v3.0.
3
channel
:
alpha-ppc64le
channel
:
alpha-ppc64le
args
:
"
TARGETOS=linux,TARGETARCH=ppc64le"
args
:
"
TARGETOS=linux,TARGETARCH=ppc64le"
registry
:
registry.cn-qingdao.aliyuncs.com
registry
:
registry.cn-qingdao.aliyuncs.com
...
@@ -227,7 +227,7 @@ pipeline:
...
@@ -227,7 +227,7 @@ pipeline:
base
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-login-base:v3.0-mips64le
base
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-login-base:v3.0-mips64le
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
repo
:
wod/apaas-login
repo
:
wod/apaas-login
version
:
v3.0.
2
version
:
v3.0.
3
channel
:
alpha-mips64le
channel
:
alpha-mips64le
args
:
"
TARGETOS=linux,TARGETARCH=mips64le"
args
:
"
TARGETOS=linux,TARGETARCH=mips64le"
registry
:
registry.cn-qingdao.aliyuncs.com
registry
:
registry.cn-qingdao.aliyuncs.com
...
...
src/pages/login.vue
View file @
81cb8700
...
@@ -422,6 +422,7 @@ export default {
...
@@ -422,6 +422,7 @@ export default {
this
.
ruleFormIcon
.
yzm
=
false
;
this
.
ruleFormIcon
.
yzm
=
false
;
this
.
yzmState
=
false
;
this
.
yzmState
=
false
;
callback
(
new
Error
(
response
.
data
.
errMsg
));
callback
(
new
Error
(
response
.
data
.
errMsg
));
this
.
getImg
();
}
}
})
})
.
catch
(
function
(
response
)
{});
.
catch
(
function
(
response
)
{});
...
...
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