From 4f6d9b1e7284831d8225ec207f0fa83e36b09b9d Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 12 十月 2023 14:28:42 +0800 Subject: [PATCH] crm开启登录认证,增加菜单权限认证 --- constvar/const.go | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index b70189e..c3a6587 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -132,3 +132,7 @@ ServiceFeeKeywordProductName ServiceFeeKeywordType = "浜у搧鍚嶇О" ServiceFeeKeywordServiceEndDate ServiceFeeKeywordType = "鏈嶅姟鍒版湡鏃�" ) + +const ( + SystemType = 2 +) -- Gitblit v1.8.0