From 17698bf1b8293538b1971cceced3c4c2f649cb19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 14 Oct 2025 17:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=AE=B6=E7=AB=AF?= =?UTF-8?q?=E7=9A=84=E5=86=85=E5=AE=B9=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/storeManagement/index/index.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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",