mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
Merge pull request #3379 from dataease/pr@dev@perf_route_component_name
perf(路由): 路由组件使用驼峰命名规范
This commit is contained in:
5
backend/src/main/resources/db/migration/V42__1.16.sql
Normal file
5
backend/src/main/resources/db/migration/V42__1.16.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
UPDATE `sys_menu` set `component` = REPLACE(`component`, 'SysParam', 'sysParam') where (`component` like '%SysParam%');
|
||||
|
||||
UPDATE `sys_menu` set `component` = REPLACE(`component`, 'privateForm', 'PrivateForm') where (`component` like '%privateForm%');
|
||||
|
||||
UPDATE `sys_menu` set `component` = REPLACE(`component`, 'personPwd', 'PsersonPwd') where (`component` like '%personPwd%');
|
||||
Reference in New Issue
Block a user