修改登录滑动验证

This commit is contained in:
luofei 2023-06-14 16:08:18 +08:00
parent cfb4330609
commit 63d4bb1627
9 changed files with 14 additions and 2 deletions

View File

@ -23,10 +23,22 @@
data() {
return {
verifyImgs:[{
src:'/static/verify/0.jpeg',
src:'/static/verify/1.jpg',
color:'#38a7b7'
},{
src:'/static/verify/1.jpeg',
src:'/static/verify/2.jpg',
color:'#485967'
},{
src:'/static/verify/3.jpg',
color:'#485967'
},{
src:'/static/verify/4.jpg',
color:'#485967'
},{
src:'/static/verify/5.jpg',
color:'#485967'
},{
src:'/static/verify/6.jpg',
color:'#485967'
}],
verifyIndex:0,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

BIN
static/verify/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
static/verify/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
static/verify/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
static/verify/4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
static/verify/5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
static/verify/6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB