瀏覽代碼

Merge branch 'feature/eta1.7.6_permission' into debug

xyxie 1 年之前
父節點
當前提交
65edbb3c40
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      utils/constants.go

+ 4 - 4
utils/constants.go

@@ -4,7 +4,7 @@ package utils
 const (
 	FormatTime            = "15:04:05"                //时间格式
 	FormatDate            = "2006-01-02"              //日期格式
-	FormatDateCN          = "2006年01月02日"             //日期格式(中文)
+	FormatDateCN          = "2006年01月02日"          //日期格式(中文)
 	FormatDateUnSpace     = "20060102"                //日期格式
 	FormatDateTime        = "2006-01-02 15:04:05"     //完整时间格式
 	HlbFormatDateTime     = "2006-01-02_15:04:05.999" //完整时间格式
@@ -200,9 +200,9 @@ const (
 )
 
 const (
-	AdminId     = 11      //系统操作的用户id
+	AdminId     = 11           //系统操作的用户id
 	RealName    = "超级管理员" //系统操作的用户名称
-	HzCompanyId = 16      // 弘则研究公司ID
+	HzCompanyId = 16           // 弘则研究公司ID
 )
 
 // 图表样式类型
@@ -369,4 +369,4 @@ const (
 )
 
 // 默认的品种图片
-const APPLY_VARIETY_IMG_DEFAULT = "https://hzstatic.hzinsights.com/static/yb_variety/宏观经济.png"
+const APPLY_VARIETY_IMG_DEFAULT = "https://hzstatic.hzinsights.com/static/yb_variety/default_permission.png"