mall.sql 202 B

12
  1. INSERT INTO system_menu (name, permission, type, sort, parent_id, path, icon, component, component_name)
  2. VALUES ('商城首页', '', 2, 1, 2362, 'home', 'ep:home-filled', 'mall/home/index', 'MallHome');