瀏覽代碼

修改登录提示

kobe6258 5 月之前
父節點
當前提交
38b93ce8f5
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      common/exception/exc_enums.go

+ 0 - 1
common/exception/exc_enums.go

@@ -162,7 +162,6 @@ var ErrorMap = map[int]string{
 	GetConfigValueFailed:  "配置获取失败",
 	//用户
 	TemplateUserNotFound:               "临时用户记录不存在",
-	LoginFailed:                        "登录失败",
 	LogoutFailed:                       "退出登录失败",
 	LoginFailed:                        "登录失败",
 	TemplateUserFoundFailed:            "查询临时用户表失败",