1 Star 0 Fork 5

刘洋/shop-module

forked from wdcms/shop-module 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
module.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
Jory Wjinfo 提交于 2020-12-25 11:25 . init
{
"name": "Shop",
"alias": "shop",
"description": "电商引擎",
"keywords": [],
"order": 0,
"providers": [
"Modules\\Shop\\Providers\\ShopServiceProvider"
],
"aliases": {},
"files": [],
"requires": [],
"menus": [
{"sort": 50,"id": "shop", "parentid": "0", "icon": "fa-shopping-cart", "text": "电商引擎"},
{"sort": 501,"id": "shop_product_brand", "parentid": "shop", "text": "品牌管理", "route": "shop.brand.index"},
{"sort": 501,"id": "shop_product_spec", "parentid": "shop", "text": "规格管理", "route": "shop.spec.index"},
{"sort": 502,"id": "shop_product_category", "parentid": "shop", "text": "分类管理", "route": "shop.category.index"},
{"sort": 503,"id": "shop_product_spu", "parentid": "shop", "text": "商品管理", "route": "shop.spu.index"},
{"sort": 504,"id": "shop_order", "parentid": "shop", "text": "订单管理", "route": "shop.order.index", "params": {"search": "status:20"}},
{"sort": 504,"id": "shop_delivery", "parentid": "shop", "text": "运费模板", "route": "shop.delivery.index"},
{"sort": 506,"id": "shop_ship", "parentid": "shop", "text": "发货管理"}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ly560020/shop-module.git
git@gitee.com:ly560020/shop-module.git
ly560020
shop-module
shop-module
master

搜索帮助