perf(路由): 路由组件使用驼峰命名规范
This commit is contained in:
parent
ae2d9e91a2
commit
6bf7c40dac
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