feat:V2.5.2 颜色找规律

This commit is contained in:
R524809
2025-12-17 15:30:14 +08:00
parent d6ec0eccd8
commit 4a3ad82d08
13 changed files with 703 additions and 127 deletions
-2
View File
@@ -25,8 +25,6 @@ App<IAppOption>({
if (env !== 'release') {
const printConfig =
wx.getStorageSync('printConfig') || defaultPrintConfig;
// 开发环境,设置为 LogoImage
printConfig.header = 'LogoImage';
this.globalData.printConfig = printConfig;
}
},