mirror of
https://gitee.com/niucloud-team/javashop.git
synced 2026-05-14 20:43:49 +00:00
Niucloud JAVA版框架1.1.0更新内容
新增
* 增加小程序展示线上版本号
* 发布小程序添加自定义版本号
* 添加后台取消小程序绑定微信公众平台授权
* 管理端核销功能
* 用户端导入微信地址功能
优化
* 装修页面时可自定义底部导航
* 小程序添加版权信息展示
* 应用菜单结构优化:取消独立营销菜单,统一在应用菜单下按分类
* 分页列表增加缓存,记录当前页信息,操作完成后,返回当前页
* 开启标签栏时对标签页面进行缓存
* 统一框架装修自定义使用底部导航数据结构
修复
* 删除表单报错
* admin首页点击未安装、已安装应用,页面跳转空白
* 修复插件云安装错误时同时显示安装失败和安装完成
商城1.0.5更新内容
新增
* 用户端添加订单开具发票功能
* 管理后台添加补开发票功能
优化
* 商品列表增加相关活动的关联展示
* 限时折扣、积分商城增加批量操作
* 积分商品,若有规格未参与积分活动,则无法购买
* 复制商品,提示语优化
修复
* 满减送活动赠品设置多件,只展示1件
* 满减送赠品未扣除库存问题
* 商品列表批量设置分类后商品分类查询不到商品的问题
* 商品标签状态已经关闭添加商品时依旧可以选择
* 商家地址库联系方式搜索无效
* 商品分类拖动排序无效
* 参与满减活动再使用优惠券,订单0元申请退款时,退款金额出现负数
* 积分商城规格值设置不参与积分兑换提交订单未拦截
* 虚拟商品核销码设置的永久有效,核销时提示商品已过期
* 订单满减送退款售后点击详情报错
* 按会员标签发放优惠券异常一直未发放
* 微信支付申请退款售后点击转账跳转404
* 订单列表输入会员编号、账号点击搜索筛选不出来内容
* 多商品组商品来源选择分组,只有一个商品分类时多商品组商品展示不正确
* 商品组件排序方式选择为价格时报错
* 图文导航选择积分商品报错
2680 lines
131 KiB
JSON
2680 lines
131 KiB
JSON
{
|
|
"menu": [
|
|
{
|
|
"menu_name": "商城系统",
|
|
"menu_short_name": "商城",
|
|
"menu_key": "shop",
|
|
"parent_key": "",
|
|
"menu_type": 0,
|
|
"icon": "iconfont iconshangchengshequ",
|
|
"api_url": "",
|
|
"router_path": "shop/index",
|
|
"view_path": "",
|
|
"methods": "",
|
|
"sort": 110,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "概况",
|
|
"menu_short_name": "概况",
|
|
"menu_key": "shop_index",
|
|
"parent_key": "shop",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icongaikuang1",
|
|
"api_url": "shop/index",
|
|
"router_path": "shop/index",
|
|
"view_path": "index/index",
|
|
"methods": "get",
|
|
"sort": 100,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品管理",
|
|
"menu_short_name": "商品",
|
|
"menu_key": "shop_goods",
|
|
"parent_key": "shop",
|
|
"menu_type": 0,
|
|
"icon": "iconfont iconshangpinguanli1",
|
|
"api_url": "",
|
|
"router_path": "shop/goods/list",
|
|
"view_path": "",
|
|
"methods": "get",
|
|
"sort": 95,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "商品列表",
|
|
"menu_short_name": "商品列表",
|
|
"menu_key": "shop_goods_list",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangpinliebiao1",
|
|
"api_url": "shop/goods",
|
|
"router_path": "shop/goods/list",
|
|
"view_path": "goods/list",
|
|
"methods": "get",
|
|
"sort": 100,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品分类",
|
|
"menu_short_name": "商品分类",
|
|
"menu_key": "shop_goods_category_list",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangpinfenlei",
|
|
"api_url": "shop/goods/category",
|
|
"router_path": "shop/goods/category",
|
|
"view_path": "goods/category",
|
|
"methods": "get",
|
|
"sort": 99,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "商品分类添加",
|
|
"menu_short_name": "商品分类添加",
|
|
"menu_key": "shop_goods_category_add",
|
|
"parent_key": "shop_goods_category_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/category",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品分类编辑",
|
|
"menu_short_name": "商品分类编辑",
|
|
"menu_key": "shop_goods_category_edit",
|
|
"parent_key": "shop_goods_category_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/category/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品分类删除",
|
|
"menu_short_name": "商品分类删除",
|
|
"menu_key": "shop_goods_category_delete",
|
|
"parent_key": "shop_goods_category_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/category/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品分类拖拽排序",
|
|
"menu_short_name": "商品分类拖拽排序",
|
|
"menu_key": "shop_goods_category_sort",
|
|
"parent_key": "shop_goods_category_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/category/update",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "分类设置",
|
|
"menu_short_name": "分类设置",
|
|
"menu_key": "shop_goods_category_config",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconfenleishezhi",
|
|
"api_url": "",
|
|
"router_path": "shop/goods/category/config",
|
|
"view_path": "goods/category_config",
|
|
"methods": "",
|
|
"sort": 88,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "分类设置编辑",
|
|
"menu_short_name": "分类设置编辑",
|
|
"menu_key": "shop_goods_category_config_set",
|
|
"parent_key": "shop_goods_category_config",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/category/config",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "商品标签分组",
|
|
"menu_short_name": "商品标签分组",
|
|
"menu_key": "shop_goods_label_group_list",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangpinbiaoqian",
|
|
"api_url": "shop/goods/label/group",
|
|
"router_path": "shop/goods/label/group",
|
|
"view_path": "goods/label_group_list",
|
|
"methods": "get",
|
|
"sort": 88,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "商品标签分组添加",
|
|
"menu_short_name": "商品标签分组添加",
|
|
"menu_key": "shop_goods_label_group_add",
|
|
"parent_key": "shop_goods_label_group_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/label/group",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品标签分组编辑",
|
|
"menu_short_name": "商品标签分组编辑",
|
|
"menu_key": "shop_goods_label_group_edit",
|
|
"parent_key": "shop_goods_label_group_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/label/group/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品标签分组删除",
|
|
"menu_short_name": "商品标签分组删除",
|
|
"menu_key": "shop_goods_label_group_delete",
|
|
"parent_key": "shop_goods_label_group_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/label/group/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "商品标签",
|
|
"menu_short_name": "商品标签",
|
|
"menu_key": "shop_goods_label_list",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangpinbiaoqian",
|
|
"api_url": "shop/goods/label",
|
|
"router_path": "shop/goods/label",
|
|
"view_path": "goods/label_list",
|
|
"methods": "get",
|
|
"sort": 98,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "商品标签添加",
|
|
"menu_short_name": "商品标签添加",
|
|
"menu_key": "shop_goods_label_add",
|
|
"parent_key": "shop_goods_label_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/label",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品标签编辑",
|
|
"menu_short_name": "商品标签编辑",
|
|
"menu_key": "shop_goods_label_edit",
|
|
"parent_key": "shop_goods_label_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/label/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品标签删除",
|
|
"menu_short_name": "商品标签删除",
|
|
"menu_key": "shop_goods_label_delete",
|
|
"parent_key": "shop_goods_label_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/label/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品标签复制",
|
|
"menu_short_name": "商品标签复制",
|
|
"menu_key": "shop_goods_label_copy",
|
|
"parent_key": "shop_goods_label_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/label/copy/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "商品品牌",
|
|
"menu_short_name": "商品品牌",
|
|
"menu_key": "shop_goods_brand_list",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangpinpinpai",
|
|
"api_url": "shop/goods/brand",
|
|
"router_path": "shop/goods/brand",
|
|
"view_path": "goods/brand_list",
|
|
"methods": "get",
|
|
"sort": 97,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "商品品牌添加",
|
|
"menu_short_name": "商品品牌添加",
|
|
"menu_key": "shop_goods_brand_add",
|
|
"parent_key": "shop_goods_brand_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/brand",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品品牌编辑",
|
|
"menu_short_name": "商品品牌编辑",
|
|
"menu_key": "shop_goods_brand_edit",
|
|
"parent_key": "shop_goods_brand_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/brand/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品品牌删除",
|
|
"menu_short_name": "商品品牌删除",
|
|
"menu_key": "shop_goods_brand_delete",
|
|
"parent_key": "shop_goods_brand_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/brand/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "商品服务",
|
|
"menu_short_name": "商品服务",
|
|
"menu_key": "shop_goods_service_list",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangpinfuwu",
|
|
"api_url": "shop/goods/service",
|
|
"router_path": "shop/goods/service",
|
|
"view_path": "goods/service",
|
|
"methods": "get",
|
|
"sort": 96,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "商品服务添加",
|
|
"menu_short_name": "商品服务添加",
|
|
"menu_key": "shop_goods_service_add",
|
|
"parent_key": "shop_goods_service_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/service",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品服务编辑",
|
|
"menu_short_name": "商品服务编辑",
|
|
"menu_key": "shop_goods_service_edit",
|
|
"parent_key": "shop_goods_service_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/service/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品服务删除",
|
|
"menu_short_name": "商品服务删除",
|
|
"menu_key": "shop_goods_service_delete",
|
|
"parent_key": "shop_goods_service_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/service/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "参数模板",
|
|
"menu_short_name": "参数模板",
|
|
"menu_key": "shop_goods_attr_list",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangpinfuwu",
|
|
"api_url": "shop/goods/attr",
|
|
"router_path": "shop/goods/attr",
|
|
"view_path": "goods/attr",
|
|
"methods": "get",
|
|
"sort": 95,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "修改参数模板排序号",
|
|
"menu_short_name": "修改参数模板排序号",
|
|
"menu_key": "shop_goods_attr_sort_edit",
|
|
"parent_key": "shop_goods_attr_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/attr/sort",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "修改参数模板名称",
|
|
"menu_short_name": "修改参数模板名称",
|
|
"menu_key": "shop_goods_attr_name_edit",
|
|
"parent_key": "shop_goods_attr_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/attr/attr_name",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "修改参数模板值",
|
|
"menu_short_name": "修改参数模板值",
|
|
"menu_key": "shop_goods_attr_value_edit",
|
|
"parent_key": "shop_goods_attr_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/attr/attr_value",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "商品统计",
|
|
"menu_short_name": "商品统计",
|
|
"menu_key": "shop_stat_goods",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icona-dingdanliebiao",
|
|
"api_url": "stat/goods",
|
|
"router_path": "shop/stat/goods",
|
|
"view_path": "stat/goods",
|
|
"methods": "get",
|
|
"sort": 94,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品设置",
|
|
"menu_short_name": "搜索设置",
|
|
"menu_key": "shop_goods_search_config",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/config/search",
|
|
"router_path": "shop/goods/search_config",
|
|
"view_path": "goods/search_config",
|
|
"methods": "post",
|
|
"sort": 93,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "编码唯一性设置",
|
|
"menu_short_name": "编码唯一性设置",
|
|
"menu_key": "shop_goods_unique_config",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/config/unique",
|
|
"router_path": "shop/goods/unique_config",
|
|
"view_path": "goods/unique_config",
|
|
"methods": "post",
|
|
"sort": 93,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品排序设置",
|
|
"menu_short_name": "排序设置",
|
|
"menu_key": "shop_goods_sort_config",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/config/sort",
|
|
"router_path": "shop/goods/sort_config",
|
|
"view_path": "goods/sort_config",
|
|
"methods": "post",
|
|
"sort": 93,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "回收站",
|
|
"menu_short_name": "回收站",
|
|
"menu_key": "shop_goods_recycle_list",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconhuishouzhan",
|
|
"api_url": "shop/goods/recycle",
|
|
"router_path": "shop/goods/recycle",
|
|
"view_path": "goods/recycle",
|
|
"methods": "get",
|
|
"sort": 92,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "商品恢复",
|
|
"menu_short_name": "商品恢复",
|
|
"menu_key": "shop_goods_recycle",
|
|
"parent_key": "shop_goods_recycle_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/recycle",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "商品添加",
|
|
"menu_short_name": "商品添加",
|
|
"menu_key": "shop_goods_virtual_add",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/virtual",
|
|
"router_path": "shop/goods/virtual_edit",
|
|
"view_path": "goods/virtual_edit",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "商品编辑",
|
|
"menu_short_name": "商品编辑",
|
|
"menu_key": "shop_goods_virtual_edit",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/virtual/",
|
|
"router_path": "shop/goods/virtual_edit",
|
|
"view_path": "goods/virtual_edit",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "商品删除",
|
|
"menu_short_name": "商品删除",
|
|
"menu_key": "shop_goods_delete",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/delete",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "商品排序号修改",
|
|
"menu_short_name": "商品排序号修改",
|
|
"menu_key": "shop_goods_sort_edit",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/sort",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "商品上下架状态修改",
|
|
"menu_short_name": "商品上下架状态修改",
|
|
"menu_key": "shop_goods_status_edit",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/status",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "商品复制",
|
|
"menu_short_name": "商品复制",
|
|
"menu_key": "shop_goods_copy",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/copy/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "商品规格列表库存编辑",
|
|
"menu_short_name": "商品规格列表库存编辑",
|
|
"menu_key": "shop_goods_sku_stock_edit",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/sku/stock",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "商品规格列表价格编辑",
|
|
"menu_short_name": "商品规格列表价格编辑",
|
|
"menu_key": "shop_goods_sku_price_edit",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/sku/price",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "商品规格列表会员价格编辑",
|
|
"menu_short_name": "商品规格列表会员价格编辑",
|
|
"menu_key": "shop_goods_sku_member_price_edit",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/sku/member_price",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "删除参数模板",
|
|
"menu_short_name": "删除参数模板",
|
|
"menu_key": "shop_goods_attr_delete",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/attr/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_attr_list"
|
|
},
|
|
{
|
|
"menu_name": "编辑参数模板",
|
|
"menu_short_name": "编辑参数模板",
|
|
"menu_key": "shop_goods_attr_edit",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/attr/",
|
|
"router_path": "shop/goods/attr_edit",
|
|
"view_path": "goods/attr_edit",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_attr_list"
|
|
},
|
|
{
|
|
"menu_name": "添加参数模板",
|
|
"menu_short_name": "添加参数模板",
|
|
"menu_key": "shop_goods_attr_add",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/attr",
|
|
"router_path": "shop/goods/attr_edit",
|
|
"view_path": "goods/attr_edit",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_attr_list"
|
|
},
|
|
{
|
|
"menu_name": "商品添加",
|
|
"menu_short_name": "商品添加",
|
|
"menu_key": "shop_goods_real_add",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods",
|
|
"router_path": "shop/goods/real_edit",
|
|
"view_path": "goods/real_edit",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "商品编辑",
|
|
"menu_short_name": "商品编辑",
|
|
"menu_key": "shop_goods_real_edit",
|
|
"parent_key": "shop_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/",
|
|
"router_path": "shop/goods/real_edit",
|
|
"view_path": "goods/real_edit",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_list"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "订单管理",
|
|
"menu_short_name": "订单",
|
|
"menu_key": "shop_order",
|
|
"parent_key": "shop",
|
|
"menu_type": 0,
|
|
"icon": "iconfont icondingdanguanli",
|
|
"api_url": "",
|
|
"router_path": "shop/order/index",
|
|
"view_path": "",
|
|
"methods": "get",
|
|
"sort": 90,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "商城订单",
|
|
"menu_short_name": "商城订单",
|
|
"menu_key": "shop_order_list",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icona-dingdanliebiao",
|
|
"api_url": "shop/order/list",
|
|
"router_path": "shop/order/index",
|
|
"view_path": "order/list",
|
|
"methods": "get",
|
|
"sort": 100,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "订单关闭",
|
|
"menu_short_name": "订单关闭",
|
|
"menu_key": "shop_order_close",
|
|
"parent_key": "shop_order_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/order/close/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "订单改价",
|
|
"menu_short_name": "订单改价",
|
|
"menu_key": "shop_order_edit_price",
|
|
"parent_key": "shop_order_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/order/edit_price",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "订单配送修改",
|
|
"menu_short_name": "订单配送修改",
|
|
"menu_key": "shop_order_edit_delivery",
|
|
"parent_key": "shop_order_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/order/edit_delivery",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "订单发货",
|
|
"menu_short_name": "订单发货",
|
|
"menu_key": "shop_order_delivery",
|
|
"parent_key": "shop_order_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/order/delivery",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "订单项发货",
|
|
"menu_short_name": "订单项发货",
|
|
"menu_key": "shop_order_goods_delivery",
|
|
"parent_key": "shop_order_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/order/goods/delivery/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商家留言",
|
|
"menu_short_name": "商家留言",
|
|
"menu_key": "shop_order_remark",
|
|
"parent_key": "shop_order_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/order/shop_remark",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "订单完成",
|
|
"menu_short_name": "订单完成",
|
|
"menu_key": "shop_order_finish",
|
|
"parent_key": "shop_order_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/order/finish/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "退款售后",
|
|
"menu_short_name": "退款售后",
|
|
"menu_key": "shop_order_refund",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icondingdanweiquan",
|
|
"api_url": "",
|
|
"router_path": "shop/order/refund",
|
|
"view_path": "order/refund",
|
|
"methods": "get",
|
|
"sort": 99,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "退款审核",
|
|
"menu_short_name": "退款审核",
|
|
"menu_key": "shop_order_refund_audit",
|
|
"parent_key": "shop_order_refund",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/order/refund/audit/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "退款收货审核",
|
|
"menu_short_name": "退款收货审核",
|
|
"menu_key": "shop_order_refund_delivery",
|
|
"parent_key": "shop_order_refund",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/order/refund/delivery/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "批量发货",
|
|
"menu_short_name": "批量发货",
|
|
"menu_key": "shop_order_batch_delivery",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icona-dingdanliebiao",
|
|
"api_url": "",
|
|
"router_path": "shop/order/batch/delivery",
|
|
"view_path": "order/batch_delivery",
|
|
"methods": "get",
|
|
"sort": 98,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "发票管理",
|
|
"menu_short_name": "发票管理",
|
|
"menu_key": "shop_invoice",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconfapiaoguanli",
|
|
"api_url": "",
|
|
"router_path": "shop/order/invoice",
|
|
"view_path": "order/invoice",
|
|
"methods": "get",
|
|
"sort": 97,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "开票",
|
|
"menu_short_name": "开票",
|
|
"menu_key": "shop_invoice_open",
|
|
"parent_key": "shop_invoice",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/invoice/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "商品评价",
|
|
"menu_short_name": "商品评价",
|
|
"menu_key": "shop_goods_evaluate",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangpinpinglun",
|
|
"api_url": "shop/goods/evaluate",
|
|
"router_path": "shop/order/evaluate",
|
|
"view_path": "goods/evaluate",
|
|
"methods": "get",
|
|
"sort": 96,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "商品评价删除",
|
|
"menu_short_name": "商品评价删除",
|
|
"menu_key": "shop_goods_evaluate_delete",
|
|
"parent_key": "shop_goods_evaluate",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/evaluate/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品评价回复",
|
|
"menu_short_name": "商品评价回复",
|
|
"menu_key": "shop_goods_evaluate_reply",
|
|
"parent_key": "shop_goods_evaluate",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/evaluate/reply/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品评价通过",
|
|
"menu_short_name": "商品评价通过",
|
|
"menu_key": "shop_goods_evaluate_adopt",
|
|
"parent_key": "shop_goods_evaluate",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/evaluate/adopt/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品评价拒绝",
|
|
"menu_short_name": "商品评价拒绝",
|
|
"menu_key": "shop_goods_evaluate_refuse",
|
|
"parent_key": "shop_goods_evaluate",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/evaluate/refuse/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品评价置顶",
|
|
"menu_short_name": "商品评价置顶",
|
|
"menu_key": "shop_goods_evaluate_topping",
|
|
"parent_key": "shop_goods_evaluate",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/evaluate/topping/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "商品评价取消置顶",
|
|
"menu_short_name": "商品评价取消置顶",
|
|
"menu_key": "shop_goods_evaluate_cancel_topping",
|
|
"parent_key": "shop_goods_evaluate",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/evaluate/cancel_topping/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "订单设置",
|
|
"menu_short_name": "订单设置",
|
|
"menu_key": "shop_config_order",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconjiaoyishezhi",
|
|
"api_url": "shop/order/config",
|
|
"router_path": "shop/order/order/config",
|
|
"view_path": "order/config",
|
|
"methods": "",
|
|
"sort": 95,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "订单设置编辑",
|
|
"menu_short_name": "订单设置编辑",
|
|
"menu_key": "shop_config_order_set",
|
|
"parent_key": "shop_config_order",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/order/config",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "商家地址库",
|
|
"menu_short_name": "商家地址库",
|
|
"menu_key": "shop_address",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangjiadizhiku",
|
|
"api_url": "",
|
|
"router_path": "shop/order/address",
|
|
"view_path": "address/list",
|
|
"methods": "get",
|
|
"sort": 94,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "删除商家地址库",
|
|
"menu_short_name": "删除商家地址库",
|
|
"menu_key": "shop_address_delete",
|
|
"parent_key": "shop_address",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/shop_address/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "配送设置",
|
|
"menu_short_name": "配送设置",
|
|
"menu_key": "shop_config_delivery",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconpaisongshezhi",
|
|
"api_url": "",
|
|
"router_path": "shop/order/delivery",
|
|
"view_path": "delivery/config",
|
|
"methods": "",
|
|
"sort": 93,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "配送设置编辑",
|
|
"menu_short_name": "配送设置编辑",
|
|
"menu_key": "shop_config_delivery_set",
|
|
"parent_key": "shop_config_delivery",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/setConfig",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "电子面单",
|
|
"menu_short_name": "电子面单",
|
|
"menu_key": "shop_delivery_electronic_sheet",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "",
|
|
"router_path": "shop/delivery/electronic_sheet",
|
|
"view_path": "delivery/electronic_sheet",
|
|
"methods": "get",
|
|
"sort": 92,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "删除电子面单模板",
|
|
"menu_short_name": "删除电子面单模板",
|
|
"menu_key": "shop_delivery_electronic_sheet_del",
|
|
"parent_key": "shop_delivery_electronic_sheet",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/electronic_sheet",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "添加评价",
|
|
"menu_short_name": "添加评价",
|
|
"menu_key": "shop_goods_evaluate_add",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/evaluate",
|
|
"router_path": "shop/order/evaluate/add",
|
|
"view_path": "goods/evaluate_edit",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_evaluate"
|
|
},
|
|
{
|
|
"menu_name": "添加/编辑地址库",
|
|
"menu_short_name": "添加/编辑地址库",
|
|
"menu_key": "shop_address_add_edit",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "",
|
|
"router_path": "shop/order/address/edit",
|
|
"view_path": "address/edit",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_address",
|
|
"children": [
|
|
{
|
|
"menu_name": "地址库添加",
|
|
"menu_short_name": "地址库添加",
|
|
"menu_key": "shop_address_add",
|
|
"parent_key": "shop_address_add_edit",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/shop_address",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_address"
|
|
},
|
|
{
|
|
"menu_name": "地址库编辑",
|
|
"menu_short_name": "地址库编辑",
|
|
"menu_key": "shop_address_edit",
|
|
"parent_key": "shop_address_add_edit",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/shop_address/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_address"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "物流公司",
|
|
"menu_short_name": "物流公司",
|
|
"menu_key": "shop_config_delivery_company",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/company",
|
|
"router_path": "shop/order/delivery/company",
|
|
"view_path": "delivery/company",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "物流公司删除",
|
|
"menu_short_name": "物流公司删除",
|
|
"menu_key": "shop_config_delivery_company_delete",
|
|
"parent_key": "shop_config_delivery_company",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/company/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "添加物流公司",
|
|
"menu_short_name": "添加物流公司",
|
|
"menu_key": "shop_config_delivery_company_add",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/company",
|
|
"router_path": "shop/order/delivery/company_add",
|
|
"view_path": "delivery/company_edit",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_config_delivery_company"
|
|
},
|
|
{
|
|
"menu_name": "编辑物流公司",
|
|
"menu_short_name": "编辑物流公司",
|
|
"menu_key": "shop_config_delivery_company_edit",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/company",
|
|
"router_path": "shop/order/delivery/company_edit",
|
|
"view_path": "delivery/company_edit",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_config_delivery_company"
|
|
},
|
|
{
|
|
"menu_name": "同城配送",
|
|
"menu_short_name": "同城配送",
|
|
"menu_key": "shop_config_delivery_local",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "",
|
|
"router_path": "shop/order/delivery/local",
|
|
"view_path": "delivery/local",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "同城配送设置",
|
|
"menu_short_name": "同城配送设置",
|
|
"menu_key": "shop_config_delivery_local_set",
|
|
"parent_key": "shop_config_delivery_local",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/local",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "运费模版",
|
|
"menu_short_name": "运费模版",
|
|
"menu_key": "shop_config_delivery_shipping_template",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/shipping/template",
|
|
"router_path": "shop/order/shipping/template",
|
|
"view_path": "delivery/template",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "运费模版删除",
|
|
"menu_short_name": "运费模版列表",
|
|
"menu_key": "shop_config_delivery_shipping_template_delete",
|
|
"parent_key": "shop_config_delivery_shipping_template",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/shipping/template/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "运费模版添加/编辑",
|
|
"menu_short_name": "运费模版添加/编辑",
|
|
"menu_key": "shop_config_delivery_shipping_template_add_edit",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "",
|
|
"router_path": "shop/order/shipping/template_edit",
|
|
"view_path": "delivery/template_edit",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_config_delivery_shipping_template",
|
|
"children": [
|
|
{
|
|
"menu_name": "运费模版添加",
|
|
"menu_short_name": "运费模版添加",
|
|
"menu_key": "shop_config_delivery_shipping_template_add",
|
|
"parent_key": "shop_config_delivery_shipping_template_add_edit",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/shipping/template",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "运费模版编辑",
|
|
"menu_short_name": "运费模版编辑",
|
|
"menu_key": "shop_config_delivery_shipping_template_edit",
|
|
"parent_key": "shop_config_delivery_shipping_template_add_edit",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/shipping/template/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "配送员",
|
|
"menu_short_name": "配送员",
|
|
"menu_key": "shop_config_delivery_staff",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "",
|
|
"router_path": "shop/order/delivery/staff",
|
|
"view_path": "delivery/staff",
|
|
"methods": "",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_config_delivery",
|
|
"children": [
|
|
{
|
|
"menu_name": "配送员添加",
|
|
"menu_short_name": "配送员添加",
|
|
"menu_key": "shop_config_delivery_staff_add",
|
|
"parent_key": "shop_config_delivery_staff",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/staff",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "配送员编辑",
|
|
"menu_short_name": "配送员编辑",
|
|
"menu_key": "shop_config_delivery_staff_edit",
|
|
"parent_key": "shop_config_delivery_staff",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/staff/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "配送员删除",
|
|
"menu_short_name": "配送员删除",
|
|
"menu_key": "shop_config_delivery_staff_delete",
|
|
"parent_key": "shop_config_delivery_staff",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/staff/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "订单详情",
|
|
"menu_short_name": "订单详情",
|
|
"menu_key": "shop_order_detail",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangpinguanli",
|
|
"api_url": "shop/order/detail/",
|
|
"router_path": "shop/order/detail",
|
|
"view_path": "order/detail",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_order_list"
|
|
},
|
|
{
|
|
"menu_name": "物流跟踪",
|
|
"menu_short_name": "物流跟踪",
|
|
"menu_key": "shop_config_delivery_search",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconwuliugenzong",
|
|
"api_url": "",
|
|
"router_path": "shop/order/delivery/search",
|
|
"view_path": "delivery/search",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_config_delivery",
|
|
"children": [
|
|
{
|
|
"menu_name": "物流跟踪设置",
|
|
"menu_short_name": "物流跟踪设置",
|
|
"menu_key": "shop_config_delivery_search_set",
|
|
"parent_key": "shop_config_delivery_search",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/search",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "自提点",
|
|
"menu_short_name": "自提点",
|
|
"menu_key": "shop_config_shop_delivery_store",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/store",
|
|
"router_path": "shop/order/delivery/store",
|
|
"view_path": "delivery/store",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "自提点删除",
|
|
"menu_short_name": "自提点删除",
|
|
"menu_key": "shop_config_delete_delivery_store",
|
|
"parent_key": "shop_config_shop_delivery_store",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/store/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "自提点添加/编辑",
|
|
"menu_short_name": "自提点添加/编辑",
|
|
"menu_key": "shop_config_add_edit_delivery_store",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "",
|
|
"router_path": "shop/order/delivery/store/edit",
|
|
"view_path": "delivery/store_edit",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_config_shop_delivery_store",
|
|
"children": [
|
|
{
|
|
"menu_name": "自提点添加",
|
|
"menu_short_name": "自提点添加",
|
|
"menu_key": "shop_config_add_delivery_store",
|
|
"parent_key": "shop_config_add_edit_delivery_store",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/store",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "自提点编辑",
|
|
"menu_short_name": "自提点编辑",
|
|
"menu_key": "shop_config_edit_delivery_store",
|
|
"parent_key": "shop_config_add_edit_delivery_store",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/delivery/store/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "售后详情",
|
|
"menu_short_name": "售后详情",
|
|
"menu_key": "shop_order_refund_detail",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconshangpinguanli",
|
|
"api_url": "",
|
|
"router_path": "shop/order/refund/detail",
|
|
"view_path": "order/refund_detail",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_order_refund"
|
|
},
|
|
{
|
|
"menu_name": "电子面单设置",
|
|
"menu_short_name": "电子面单设置",
|
|
"menu_key": "shop_delivery_electronic_sheet_config",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "shop/electronic_sheet/config",
|
|
"router_path": "shop/delivery/electronic_sheet/config",
|
|
"view_path": "delivery/electronic_sheet_config",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_delivery_electronic_sheet"
|
|
},
|
|
{
|
|
"menu_name": "添加模板",
|
|
"menu_short_name": "添加电子面单模板",
|
|
"menu_key": "shop_delivery_electronic_sheet_add",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/electronic_sheet",
|
|
"router_path": "shop/delivery/electronic_sheet_add",
|
|
"view_path": "delivery/electronic_sheet_edit",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_delivery_electronic_sheet"
|
|
},
|
|
{
|
|
"menu_name": "编辑模板",
|
|
"menu_short_name": "编辑电子面单模板",
|
|
"menu_key": "shop_delivery_electronic_sheet_edit",
|
|
"parent_key": "shop_order",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/electronic_sheet/",
|
|
"router_path": "shop/delivery/electronic_sheet_edit",
|
|
"view_path": "delivery/electronic_sheet_edit",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_delivery_electronic_sheet"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "数据统计",
|
|
"menu_short_name": "数据",
|
|
"menu_key": "shop_stat",
|
|
"parent_key": "shop",
|
|
"menu_type": 0,
|
|
"icon": "iconfont iconshujutongji",
|
|
"api_url": "",
|
|
"router_path": "shop/stat/index",
|
|
"view_path": "",
|
|
"methods": "get",
|
|
"sort": 85,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "数据概况",
|
|
"menu_short_name": "数据概况",
|
|
"menu_key": "shop_stat_index",
|
|
"parent_key": "shop_stat",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icona-dingdanliebiao",
|
|
"api_url": "shop/stat/index",
|
|
"router_path": "shop/stat/index",
|
|
"view_path": "stat/index",
|
|
"methods": "get",
|
|
"sort": 90,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "会员数据",
|
|
"menu_short_name": "会员数据",
|
|
"menu_key": "shop_stat_member",
|
|
"parent_key": "shop_stat",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icona-dingdanliebiao",
|
|
"api_url": "shop/stat/member",
|
|
"router_path": "shop/stat/member",
|
|
"view_path": "stat/member",
|
|
"methods": "get",
|
|
"sort": 89,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "交易数据",
|
|
"menu_short_name": "交易数据",
|
|
"menu_key": "shop_stat_order",
|
|
"parent_key": "shop_stat",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icona-dingdanliebiao",
|
|
"api_url": "",
|
|
"router_path": "shop/stat/order",
|
|
"view_path": "stat/order",
|
|
"methods": "get",
|
|
"sort": 88,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "流量数据",
|
|
"menu_short_name": "流量数据",
|
|
"menu_key": "shop_stat_visit",
|
|
"parent_key": "shop_stat",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icona-dingdanliebiao",
|
|
"api_url": "shop/stat/visit",
|
|
"router_path": "shop/stat/visit",
|
|
"view_path": "stat/visit",
|
|
"methods": "get",
|
|
"sort": 87,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "优惠券",
|
|
"menu_short_name": "优惠券",
|
|
"menu_key": "shop_goods_coupon",
|
|
"parent_key": "addon",
|
|
"menu_type": 0,
|
|
"icon": "element Help",
|
|
"api_url": "",
|
|
"router_path": "shop/marketing/coupon/list",
|
|
"view_path": "",
|
|
"methods": "",
|
|
"sort": 100,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "优惠券列表",
|
|
"menu_short_name": "优惠券",
|
|
"menu_key": "shop_goods_coupon_list",
|
|
"parent_key": "shop_goods_coupon",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconyouhuiquan",
|
|
"api_url": "",
|
|
"router_path": "shop/marketing/coupon/list",
|
|
"view_path": "marketing/coupon/list",
|
|
"methods": "get",
|
|
"sort": 90,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "优惠券删除",
|
|
"menu_short_name": "优惠券删除",
|
|
"menu_key": "shop_goods_coupon_delete",
|
|
"parent_key": "shop_goods_coupon_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/coupon/delete",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "优惠券设置状态",
|
|
"menu_short_name": "优惠券设置状态",
|
|
"menu_key": "shop_goods_coupon_set_status",
|
|
"parent_key": "shop_goods_coupon_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/coupon/setstatus/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "发券记录",
|
|
"menu_short_name": "发券记录",
|
|
"menu_key": "shop_goods_coupon_send_list",
|
|
"parent_key": "shop_goods_coupon_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/coupon/send/pages/",
|
|
"router_path": "shop/marketing/coupon/send_list",
|
|
"view_path": "marketing/coupon/send_list",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "发券",
|
|
"menu_short_name": "发券",
|
|
"menu_key": "shop_goods_coupon_send",
|
|
"parent_key": "shop_goods_coupon_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/goods/coupon/send/",
|
|
"router_path": "shop/marketing/coupon/send",
|
|
"view_path": "marketing/coupon/send",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "优惠券添加",
|
|
"menu_short_name": "优惠券添加",
|
|
"menu_key": "shop_goods_coupon_add",
|
|
"parent_key": "shop_goods_coupon",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/coupon",
|
|
"router_path": "shop/marketing/coupon/add",
|
|
"view_path": "marketing/coupon/add",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_coupon_list"
|
|
},
|
|
{
|
|
"menu_name": "优惠券编辑",
|
|
"menu_short_name": "优惠券编辑",
|
|
"menu_key": "shop_goods_coupon_edit",
|
|
"parent_key": "shop_goods_coupon",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/coupon/edit/",
|
|
"router_path": "shop/marketing/coupon/edit",
|
|
"view_path": "marketing/coupon/edit",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_coupon_list"
|
|
},
|
|
{
|
|
"menu_name": "优惠券领取记录",
|
|
"menu_short_name": "优惠券领取记录",
|
|
"menu_key": "shop_goods_coupon_collection",
|
|
"parent_key": "shop_goods_coupon",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/goods/coupon/records",
|
|
"router_path": "shop/marketing/coupon/collection",
|
|
"view_path": "marketing/coupon/collection",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_coupon_list"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "满减送",
|
|
"menu_short_name": "满减送",
|
|
"menu_key": "shop_goods_manjian",
|
|
"parent_key": "addon",
|
|
"menu_type": 0,
|
|
"icon": "element Help",
|
|
"api_url": "",
|
|
"router_path": "shop/marketing/manjian/list",
|
|
"view_path": "",
|
|
"methods": "",
|
|
"sort": 99,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "满减送",
|
|
"menu_short_name": "满减送",
|
|
"menu_key": "shop_goods_manjian_list",
|
|
"parent_key": "shop_goods_manjian",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "shop/manjian",
|
|
"router_path": "shop/marketing/manjian/list",
|
|
"view_path": "marketing/manjian/list",
|
|
"methods": "get",
|
|
"sort": 89,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "活动关闭",
|
|
"menu_short_name": "活动关闭",
|
|
"menu_key": "shop_goods_manjian_close",
|
|
"parent_key": "shop_goods_manjian_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/manjian/close/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "活动删除",
|
|
"menu_short_name": "活动删除",
|
|
"menu_key": "shop_goods_manjian_delete",
|
|
"parent_key": "shop_goods_manjian_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/manjian/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "活动详情",
|
|
"menu_short_name": "活动详情",
|
|
"menu_key": "shop_goods_manjian_detail",
|
|
"parent_key": "shop_goods_manjian",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/manjian/",
|
|
"router_path": "shop/marketing/manjian/detail",
|
|
"view_path": "marketing/manjian/detail",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_manjian_list"
|
|
},
|
|
{
|
|
"menu_name": "编辑满减送活动",
|
|
"menu_short_name": "编辑满减送活动",
|
|
"menu_key": "shop_goods_manjian_edit",
|
|
"parent_key": "shop_goods_manjian",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/manjian/",
|
|
"router_path": "shop/marketing/manjian/edit",
|
|
"view_path": "marketing/manjian/edit",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_manjian_list"
|
|
},
|
|
{
|
|
"menu_name": "添加满减送活动",
|
|
"menu_short_name": "添加满减送活动",
|
|
"menu_key": "shop_goods_manjian_add",
|
|
"parent_key": "shop_goods_manjian",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/manjian",
|
|
"router_path": "shop/marketing/manjian/add",
|
|
"view_path": "marketing/manjian/edit",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_manjian_list"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "限时折扣",
|
|
"menu_short_name": "限时折扣",
|
|
"menu_key": "shop_goods_discount",
|
|
"parent_key": "addon",
|
|
"menu_type": 0,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "",
|
|
"router_path": "shop/marketing/discount/list",
|
|
"view_path": "marketing/discount/list",
|
|
"methods": "get",
|
|
"sort": 98,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "活动列表",
|
|
"menu_short_name": "活动列表",
|
|
"menu_key": "shop_goods_discount_list",
|
|
"parent_key": "shop_goods_discount",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "shop/active/discount",
|
|
"router_path": "shop/marketing/discount/list",
|
|
"view_path": "marketing/discount/list",
|
|
"methods": "get",
|
|
"sort": 90,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "活动关闭",
|
|
"menu_short_name": "活动关闭",
|
|
"menu_key": "shop_goods_discount_close",
|
|
"parent_key": "shop_goods_discount_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/active/discount/close/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "活动删除",
|
|
"menu_short_name": "活动删除",
|
|
"menu_key": "shop_goods_discount_delete",
|
|
"parent_key": "shop_goods_discount_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/active/discount/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "活动设置",
|
|
"menu_short_name": "活动设置",
|
|
"menu_key": "shop_goods_discount_config",
|
|
"parent_key": "shop_goods_discount",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "",
|
|
"router_path": "shop/marketing/discount/config",
|
|
"view_path": "marketing/discount/config",
|
|
"methods": "get",
|
|
"sort": 80,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "活动设置编辑",
|
|
"menu_short_name": "活动设置编辑",
|
|
"menu_key": "shop_goods_discount_config_set",
|
|
"parent_key": "shop_goods_discount_config",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/active/discount/config",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "活动详情",
|
|
"menu_short_name": "活动详情",
|
|
"menu_key": "shop_goods_discount_detail",
|
|
"parent_key": "shop_goods_discount",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/active/discount/",
|
|
"router_path": "shop/marketing/discount/detail",
|
|
"view_path": "marketing/discount/detail",
|
|
"methods": "get",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_discount_list"
|
|
},
|
|
{
|
|
"menu_name": "编辑限时折扣",
|
|
"menu_short_name": "编辑限时折扣",
|
|
"menu_key": "shop_goods_discount_edit",
|
|
"parent_key": "shop_goods_discount",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/active/discount/",
|
|
"router_path": "shop/marketing/discount/edit",
|
|
"view_path": "marketing/discount/edit",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_discount_list"
|
|
},
|
|
{
|
|
"menu_name": "添加限时折扣",
|
|
"menu_short_name": "添加限时折扣",
|
|
"menu_key": "shop_goods_discount_add",
|
|
"parent_key": "shop_goods_discount",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/active/discount",
|
|
"router_path": "shop/marketing/discount/add",
|
|
"view_path": "marketing/discount/add",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_discount_list"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "积分商城",
|
|
"menu_short_name": "积分商城",
|
|
"menu_key": "shop_point_goods",
|
|
"parent_key": "addon",
|
|
"menu_type": 0,
|
|
"icon": "iconfont iconpointshop",
|
|
"api_url": "",
|
|
"router_path": "shop/marketing/exchange/goods_list",
|
|
"view_path": "",
|
|
"methods": "get",
|
|
"sort": 97,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "积分商品",
|
|
"menu_short_name": "积分商品",
|
|
"menu_key": "shop_point_goods_list",
|
|
"parent_key": "shop_point_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconpointgoods",
|
|
"api_url": "shop/active/exchange",
|
|
"router_path": "shop/marketing/exchange/goods_list",
|
|
"view_path": "marketing/exchange/goods_list",
|
|
"methods": "get",
|
|
"sort": 90,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "修改上下架状态",
|
|
"menu_short_name": "修改上下架状态",
|
|
"menu_key": "shop_point_goods_status_edit",
|
|
"parent_key": "shop_point_goods_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/active/exchange/status/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "删除积分商品",
|
|
"menu_short_name": "删除积分商品",
|
|
"menu_key": "shop_point_goods_delete",
|
|
"parent_key": "shop_point_goods_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/active/exchange/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "修改排序号",
|
|
"menu_short_name": "修改排序号",
|
|
"menu_key": "shop_point_goods_sort_edit",
|
|
"parent_key": "shop_point_goods_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/active/exchange/sort/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "兑换记录",
|
|
"menu_short_name": "兑换记录",
|
|
"menu_key": "shop_point_exchange_list",
|
|
"parent_key": "shop_point_goods",
|
|
"menu_type": 1,
|
|
"icon": "iconfont iconpointexchange",
|
|
"api_url": "",
|
|
"router_path": "shop/marketing/exchange/order_list",
|
|
"view_path": "marketing/exchange/order_list",
|
|
"methods": "get",
|
|
"sort": 89,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "shop_point_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "添加商品",
|
|
"menu_short_name": "添加商品",
|
|
"menu_key": "shop_point_goods_add",
|
|
"parent_key": "shop_point_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/active/exchange",
|
|
"router_path": "shop/marketing/exchange/goods_add",
|
|
"view_path": "marketing/exchange/goods_add",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_point_goods_list"
|
|
},
|
|
{
|
|
"menu_name": "编辑商品",
|
|
"menu_short_name": "编辑商品",
|
|
"menu_key": "shop_point_goods_edit",
|
|
"parent_key": "shop_point_goods",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/active/exchange/",
|
|
"router_path": "shop/marketing/exchange/goods_edit",
|
|
"view_path": "marketing/exchange/goods_edit",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_point_goods_list"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "新人专享",
|
|
"menu_short_name": "新人专享",
|
|
"menu_key": "shop_goods_newcomer_discount",
|
|
"parent_key": "addon",
|
|
"menu_type": 0,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "",
|
|
"router_path": "shop/marketing/newcomer/config",
|
|
"view_path": "",
|
|
"methods": "get",
|
|
"sort": 96,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "新人设置",
|
|
"menu_short_name": "新人设置",
|
|
"menu_key": "shop_goods_newcomer_discount_config",
|
|
"parent_key": "shop_goods_newcomer_discount",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "shop/active/newcomer/config",
|
|
"router_path": "shop/marketing/newcomer/config",
|
|
"view_path": "marketing/newcomer/config",
|
|
"methods": "put",
|
|
"sort": 90,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "购买记录",
|
|
"menu_short_name": "购买记录",
|
|
"menu_key": "shop_goods_newcomer_discount_order_list",
|
|
"parent_key": "shop_goods_newcomer_discount",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "shop/active/newcomer/order",
|
|
"router_path": "shop/marketing/newcomer/order_list",
|
|
"view_path": "marketing/newcomer/order_list",
|
|
"methods": "get",
|
|
"sort": 80,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "商品榜单",
|
|
"menu_short_name": "商品榜单",
|
|
"menu_key": "shop_goods_rank",
|
|
"parent_key": "addon",
|
|
"menu_type": 0,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "",
|
|
"router_path": "shop/marketing/goods_rank/config",
|
|
"view_path": "",
|
|
"methods": "get",
|
|
"sort": 50,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "榜单设置",
|
|
"menu_short_name": "榜单设置",
|
|
"menu_key": "shop_goods_rank_config",
|
|
"parent_key": "shop_goods_rank",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "shop/good/rank/config",
|
|
"router_path": "shop/marketing/goods_rank/config",
|
|
"view_path": "marketing/goods_rank/config",
|
|
"methods": "get",
|
|
"sort": 90,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "榜单管理",
|
|
"menu_short_name": "榜单管理",
|
|
"menu_key": "shop_goods_rank_list",
|
|
"parent_key": "shop_goods_rank",
|
|
"menu_type": 1,
|
|
"icon": "iconfont icondiscount",
|
|
"api_url": "shop/good/rank",
|
|
"router_path": "shop/marketing/goods_rank/list",
|
|
"view_path": "marketing/goods_rank/list",
|
|
"methods": "get",
|
|
"sort": 80,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"parent_select_key": "",
|
|
"children": [
|
|
{
|
|
"menu_name": "删除榜单",
|
|
"menu_short_name": "删除榜单",
|
|
"menu_key": "shop_goods_rank_delete",
|
|
"parent_key": "shop_goods_rank_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/good/rank/",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "delete",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "批量删除榜单",
|
|
"menu_short_name": "批量删除榜单",
|
|
"menu_key": "shop_goods_rank_batch_delete",
|
|
"parent_key": "shop_goods_rank_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/good/rank/batchdelete",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
},
|
|
{
|
|
"menu_name": "榜单排序号修改",
|
|
"menu_short_name": "榜单排序号修改",
|
|
"menu_key": "shop_goods_rank_sort_edit",
|
|
"parent_key": "shop_goods_rank_list",
|
|
"menu_type": 2,
|
|
"icon": "",
|
|
"api_url": "shop/good/rank/sort",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"menu_name": "榜单添加",
|
|
"menu_short_name": "榜单添加",
|
|
"menu_key": "shop_goods_rank_add",
|
|
"parent_key": "shop_goods_rank",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/good/rank",
|
|
"router_path": "shop/marketing/goods_rank/edit",
|
|
"view_path": "marketing/goods_rank/edit",
|
|
"methods": "post",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_rank_list"
|
|
},
|
|
{
|
|
"menu_name": "榜单编辑",
|
|
"menu_short_name": "榜单编辑",
|
|
"menu_key": "shop_goods_rank_edit",
|
|
"parent_key": "shop_goods_rank",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "shop/good/rank/",
|
|
"router_path": "shop/marketing/goods_rank/edit",
|
|
"view_path": "marketing/goods_rank/edit",
|
|
"methods": "put",
|
|
"sort": 0,
|
|
"status": 1,
|
|
"is_show": 0,
|
|
"parent_select_key": "shop_goods_rank_list"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"delete": [
|
|
]
|
|
} |