chore(corporate): 更新公司名称及版权信息为深圳市乐程软件有限公司
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user