新增店铺装修路由

This commit is contained in:
liyj 2025-11-22 10:44:42 +08:00
parent dd418b8f75
commit c25d5a81ce

View File

@ -0,0 +1,5 @@
INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-page-app/copyDiyByStore', 'index', 'master', '', '0', '/admin/shop/shop-page-app/copyDiyByStore','diy复制-根据店铺');
INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-page-app/copyDiyByAppId', 'index', 'master', '', '0', '/admin/shop/shop-page-app/copyDiyByAppId','diy复制-根据appid');
INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-page-app/pageAppPubish', 'index', 'master', '', '0', '/admin/shop/shop-page-app/pageAppPubish','diy上传模板市场');
INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-page-app/editPageApp', 'index', 'master', '', '0', '/admin/shop/shop-page-app/editPageApp','diy编辑app页面');
INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-page-app/listMarketPage', 'index', 'master', '', '0', '/admin/shop/shop-page-app/listMarketPage','diy市场模板查询列表');