From 6e067aa0830ab613905c6c71874170b21136e676 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 18 十月 2024 09:34:07 +0800 Subject: [PATCH] update 打印的,去掉一种不需要的编码格式euc-kr来减少包大小 --- pages.json | 31 ++++++++++++++++--------------- 1 files changed, 16 insertions(+), 15 deletions(-) diff --git a/pages.json b/pages.json index a7c1008..f0c07e5 100644 --- a/pages.json +++ b/pages.json @@ -73,20 +73,6 @@ } }, { - "path": "pages/advertising/advertising", - "style": { - "navigationBarTitleText": "广告", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/customer_service/customer_service", - "style": { - "navigationBarTitleText": "客服中心", - "enablePullDownRefresh": true - } - }, - { "path": "pages/user/user-pwd/user-pwd", "style": { "navigationBarTitleText": "修改密码", @@ -172,7 +158,22 @@ ], "subPackages": [{ "root": "sub_pages/supplier", - "pages": [{ + "pages": [ + { + "path": "advertising/advertising", + "style": { + "navigationBarTitleText": "广告", + "enablePullDownRefresh": true + } + }, + { + "path": "customer_service/customer_service", + "style": { + "navigationBarTitleText": "客服中心", + "enablePullDownRefresh": true + } + }, + { "path": "protocol", "style": { "navigationBarTitleText": "协议", -- Gitblit v1.9.3