增加范围搜索自动化,调整了一些已知的bug (#1206)

* 测试build是否成功

* 增加自动化范围搜索,调整字典查询

* 调整默认用户名

* 避免页面加载后立即触发一次验证,页面出现一片红色的警告的情况

* 避免登录接口成功后,push 时间太长但是加载框已经消失,让人误以为登录失败

Co-authored-by: mngma <enmingma@126.com>
This commit is contained in:
奇淼(piexlmax
2022-08-24 11:36:28 +08:00
committed by GitHub
parent 70c6480ae9
commit ed9ca764d4
7 changed files with 74 additions and 21 deletions

View File

@@ -52,7 +52,7 @@ func (i *initUser) InitializeData(ctx context.Context) (next context.Context, er
UUID: uuid.NewV4(),
Username: "admin",
Password: adminPassword,
NickName: "超级管理员",
NickName: "Mr.奇淼",
HeaderImg: "https://qmplusimg.henrongyi.top/gva_header.jpg",
AuthorityId: 888,
Phone: "17611111111",
@@ -62,7 +62,7 @@ func (i *initUser) InitializeData(ctx context.Context) (next context.Context, er
UUID: uuid.NewV4(),
Username: "a303176530",
Password: password,
NickName: "QMPlusUser",
NickName: "用户1",
HeaderImg: "https:///qmplusimg.henrongyi.top/1572075907logo.png",
AuthorityId: 9528,
Phone: "17611111111",