refactor(conf): 重构配置文件并添加偷卡配置开关
- 注释掉 Redis 会话提供者配置 - 更新 MySQL 和 Redis 主机地址为本地 - 添加 showStealConfig 配置项并设置为 false - 移除 testExtraLink 配置节
This commit is contained in:
@@ -311,7 +311,10 @@
|
||||
<a href="#" onclick='loadMainContent("/merchant.html")'><span>商户配置</span></a>
|
||||
<a href="#" onclick='loadMainContent("/merchant_v2.html")'><span>商户配置(V2)</span></a>
|
||||
<a href="#" onclick='loadMainContent("/customerUserManagement.html")'>供销客户管理</a>
|
||||
<!-- <a href="#" onclick='loadMainContent("/steal-rule.html")'>偷卡配置</a>-->
|
||||
<!-- 判断是否展示偷卡配置-->
|
||||
{{if .showStealConfig}}
|
||||
<a href="#" onclick='loadMainContent("/steal-rule.html")'>偷卡配置</a>
|
||||
{{end}}
|
||||
<!-- <a href="#" onclick='loadMainContent("/card-user-management.html")'>卡片配置管理</a>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user