diff --git a/packages/storeManagement/index/index.vue b/packages/storeManagement/index/index.vue index 3ced7cdf..a659818a 100644 --- a/packages/storeManagement/index/index.vue +++ b/packages/storeManagement/index/index.vue @@ -112,15 +112,17 @@ export default { shopList: [], selectedShop: {}, baseList: [ + // { + // image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/page_user_Group_1568.png", + // name: "订单", + // url: "/packages/storeManagement/order/index", + // }, { - image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/page_user_Group_1568.png", - name: "订单", - url: "/packages/storeManagement/order/index", - }, { image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/gp_cancelAfterVerification.png", name: "到店核销", url: "/packages/storeManagement/orderVerification/index", - }, { + }, + { image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/kefu0.png", name: "客服", url: "/packages/customerService/chattingRecords/index",