商城:增加商城首页

This commit is contained in:
owen
2023-10-16 09:51:20 +08:00
parent 1ac2f2b5c2
commit f5dac38ca5
37 changed files with 591 additions and 40 deletions

2
sql/mysql/mall.sql Normal file
View File

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