chore(corporate): 更新公司名称及版权信息为深圳市乐程软件有限公司

This commit is contained in:
2026-05-18 18:07:29 +08:00
parent 35101db700
commit a8903e4ab9
10 changed files with 15 additions and 15 deletions

View File

@@ -207,7 +207,7 @@
this.appIcon = !!this.sysConfigInfo.appIcon ? this.baseURL + this.sysConfigInfo.appIcon :
logoImg
this.sysName = !!this.sysConfigInfo.companyName ? this.sysConfigInfo.sysName :
'零和万物快速开发平台'
'深圳市乐程软件有限公司快速开发平台'
this.copyright = !!this.sysConfigInfo.copyright ? this.sysConfigInfo.copyright :
this.define.copyright
let needCode = uni.getStorageSync('app_loginNeedCode')