1、修改登录界面图标;2、修改国际化英文文件中的视频的英文单词拼写错误(包括代码与数据中)

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-07-27 11:20:42 +08:00
parent fc45958634
commit f6be19a647
12 changed files with 54 additions and 60 deletions

View File

@@ -0,0 +1,2 @@
update function_region_dict t set t.config_region_value=insert(t.config_region_value,POSITION('vedio' in t.config_region_value),5,'video') where t.config_region_value like '%vedio%';
update sys_menu s set s.`code`=insert(s.`code`,POSITION('vedio' in s.`code`),5,'video') where s.`code` like '%vedio%';