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

@@ -62,7 +62,7 @@
bcg: 'u-type-primary-bg'
}
],
copyright: 'Copyright © 2024 零和万物科技有限公司出品',
copyright: 'Copyright © 2024 深圳市乐程软件有限公司出品',
show: false
}
},
@@ -70,7 +70,7 @@
uni.showLoading({
title: '加载中'
});
this.copyright = uni.getStorageSync('copyright') || 'Copyright © 2024 零和万物科技有限公司出品'
this.copyright = uni.getStorageSync('copyright') || 'Copyright © 2024 深圳市乐程软件有限公司出品'
setTimeout(() => {
uni.hideLoading()
this.show = true
@@ -94,7 +94,7 @@
// #endif
// #ifndef APP-PLUS
uni.navigateTo({
url: '/pages/apply/externalLink/index?fullName=零和万物科技有限公司&url=' + encodeURIComponent(
url: '/pages/apply/externalLink/index?fullName=深圳市乐程软件有限公司&url=' + encodeURIComponent(
this.url)
})
// #endif