|
@@ -78,11 +78,7 @@ func (c *AdminCommon) Login() {
|
|
|
resp.ProductName = productName
|
|
|
resp.Authority = adminWx.Authority
|
|
|
resp.Headimgurl = adminWx.Headimgurl
|
|
|
- if utils.RunMode == "release" {
|
|
|
- if adminWx.AdminId == 66 {
|
|
|
- resp.IsBusinessTrip = true
|
|
|
- }
|
|
|
- } else {
|
|
|
+ if adminWx.AdminId == 66 {
|
|
|
resp.IsBusinessTrip = true
|
|
|
}
|
|
|
c.OkDetailed(resp, "登录成功")
|