feat:2.5.1增加方位涂涂乐功能

This commit is contained in:
R524809
2025-12-16 11:01:10 +08:00
parent b5530aa7c7
commit d1a41602a7
10 changed files with 439 additions and 2 deletions
+2
View File
@@ -25,6 +25,8 @@ App<IAppOption>({
if (env !== 'release') {
const printConfig =
wx.getStorageSync('printConfig') || defaultPrintConfig;
// 开发环境,设置为 LogoImage
printConfig.header = 'LogoImage';
this.globalData.printConfig = printConfig;
}
},