From db323abaf09dbcc2494559d05339e074cc8b508f Mon Sep 17 00:00:00 2001 From: huangzhenbao <17818024429@163.com> Date: Thu, 12 Feb 2026 23:53:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 56 +++++ .../mall/admin/setting/interface/collect.uvue | 37 ++-- .../mall/admin/setting/interface/e-sheet.uvue | 191 ++++++++++++++++- .../admin/setting/interface/logistics.uvue | 179 +++++++++++++++- .../setting/interface/onepass/config.uvue | 93 ++++++-- .../setting/interface/onepass/index.uvue | 152 +++++++++++-- .../mall/admin/setting/interface/payment.uvue | 200 +++++++++++++++++- pages/mall/admin/setting/interface/sms.uvue | 183 +++++++++++++++- .../mall/admin/setting/interface/storage.uvue | 65 ++++-- 9 files changed, 1061 insertions(+), 95 deletions(-) diff --git a/pages.json b/pages.json index b91da982..380ae959 100644 --- a/pages.json +++ b/pages.json @@ -703,6 +703,62 @@ "navigationBarTitleText": "运费模板", "navigationStyle": "custom" } + }, + { + "path": "setting/interface/onepass/index", + "style": { + "navigationBarTitleText": "一号通账户", + "navigationStyle": "custom" + } + }, + { + "path": "setting/interface/onepass/config", + "style": { + "navigationBarTitleText": "一号通配置", + "navigationStyle": "custom" + } + }, + { + "path": "setting/interface/storage", + "style": { + "navigationBarTitleText": "系统存储配置", + "navigationStyle": "custom" + } + }, + { + "path": "setting/interface/collect", + "style": { + "navigationBarTitleText": "商品采集配置", + "navigationStyle": "custom" + } + }, + { + "path": "setting/interface/logistics", + "style": { + "navigationBarTitleText": "物流查询配置", + "navigationStyle": "custom" + } + }, + { + "path": "setting/interface/e-sheet", + "style": { + "navigationBarTitleText": "电子面单配置", + "navigationStyle": "custom" + } + }, + { + "path": "setting/interface/sms", + "style": { + "navigationBarTitleText": "短信功能配置", + "navigationStyle": "custom" + } + }, + { + "path": "setting/interface/payment", + "style": { + "navigationBarTitleText": "商城支付配置", + "navigationStyle": "custom" + } } ] }, diff --git a/pages/mall/admin/setting/interface/collect.uvue b/pages/mall/admin/setting/interface/collect.uvue index aa80b437..19667c8e 100644 --- a/pages/mall/admin/setting/interface/collect.uvue +++ b/pages/mall/admin/setting/interface/collect.uvue @@ -1,23 +1,28 @@ -