forked from github/dataease
Merge pull request #3379 from dataease/pr@dev@perf_route_component_name
perf(路由): 路由组件使用驼峰命名规范
This commit is contained in:
commit
262c2ebf0b
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%');
|
Loading…
Reference in New Issue
Block a user