增加范围搜索自动化,调整了一些已知的bug (#1206)
* 测试build是否成功 * 增加自动化范围搜索,调整字典查询 * 调整默认用户名 * 避免页面加载后立即触发一次验证,页面出现一片红色的警告的情况 * 避免登录接口成功后,push 时间太长但是加载框已经消失,让人误以为登录失败 Co-authored-by: mngma <enmingma@126.com>
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user