📝 清空目录类型的 uri
This commit is contained in:
@@ -58,6 +58,8 @@ INSERT INTO `sys_menu` (
|
||||
END AS `target_type`,
|
||||
CASE
|
||||
`type`
|
||||
WHEN 0 THEN
|
||||
NULL
|
||||
WHEN 1 THEN
|
||||
IF(LEFT ( `PATH`, 4 ) = 'http', `PATH`, `component` ) ELSE NULL
|
||||
END AS `uri`,
|
||||
|
||||
Reference in New Issue
Block a user