refactor: 模块管理增加开启和关闭我的工作台功能

--story=1006157 --user=刘瑞斌 【中欧基金】希望在系统设置里面的模块管理,把“我的工作台”模块新增一个开关,可以手动打开关闭 https://www.tapd.cn/55049933/s/1111454
This commit is contained in:
CaptainB 2022-03-02 10:19:39 +08:00 committed by 刘瑞斌
parent 20d9002624
commit 265893012f
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- module management
INSERT INTO system_parameter (param_key, param_value, type, sort)
VALUES ('metersphere.module.workstation', 'ENABLE', 'text', 1);