海外版本代码,相关配置变更
This commit is contained in:
@ -2,14 +2,14 @@
|
||||
"version" : "1",
|
||||
"prompt" : "template",
|
||||
"title" : "服务协议和隐私政策",
|
||||
"message" : " 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/> 你可阅读<a href=\"https://ecloud.hoenergypower.cn/app-privacy-zh.html\">《服务协议》</a>和<a href=\"https://ecloud.hoenergypower.cn/app-privacy-zh.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
|
||||
"message" : " 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/> 你可阅读<a href=\"https://zetatech.zzkj-cloud.com/app-privacy-en.html\">《服务协议》</a>和<a href=\"https://zetatech.zzkj-cloud.com/app-privacy-en.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
|
||||
"buttonAccept" : "同意并接受",
|
||||
"buttonRefuse" : "暂不同意",
|
||||
"hrefLoader" : "system",
|
||||
"backToExit" : "false",
|
||||
"second" : {
|
||||
"title" : "确认提示",
|
||||
"message" : " 进入应用前,你需先同意<a href=\"https://ecloud.hoenergypower.cn/app-privacy-zh.html\">《服务协议》</a>和<a href=\"https://ecloud.hoenergypower.cn/app-privacy-zh.html\">《隐私政策》</a>,否则将退出应用。",
|
||||
"message" : " 进入应用前,你需先同意<a href=\"https://zetatech.zzkj-cloud.com/app-privacy-en.html\">《服务协议》</a>和<a href=\"https://zetatech.zzkj-cloud.com/app-privacy-en.html\">《隐私政策》</a>,否则将退出应用。",
|
||||
"buttonAccept" : "同意并继续",
|
||||
"buttonRefuse" : "退出应用"
|
||||
},
|
||||
|
||||
@ -22,5 +22,5 @@ const config = {
|
||||
}
|
||||
|
||||
// 设置后台接口服务的基础地址
|
||||
config.baseUrl = "https://zzkj-cloud.com/api"
|
||||
config.baseUrl = "https://zetatech.zzkj-cloud.com/api"
|
||||
export default config
|
||||
@ -160,7 +160,7 @@ export default {
|
||||
// tip: 'Tip',
|
||||
// updateSuccess: 'The password is successfully changed, please log in again.',
|
||||
// inputError: 'The information you filled in is incorrect, please correct it according to the prompts.',
|
||||
// hoenergypower: 'Hoenergy',
|
||||
// hoenergypower: 'Zetatech',
|
||||
// companyHomepage: 'Company homepage',
|
||||
// technicalServices: 'Technical services',
|
||||
// termsOfService: 'Terms of Service',
|
||||
|
||||
@ -160,7 +160,7 @@ export default {
|
||||
// tip: '提示',
|
||||
// updateSuccess: '密码修改成功,请重新登录。',
|
||||
// inputError: '您填写的信息有误,请根据提示修正。',
|
||||
// hoenergypower: '弘正储能',
|
||||
// hoenergypower: '中自储能',
|
||||
// companyHomepage: '公司首页',
|
||||
// technicalServices: '技术服务',
|
||||
// termsOfService: '服务条款',
|
||||
|
||||
@ -3,9 +3,12 @@
|
||||
"appid" : "__UNI__86592F3",
|
||||
"description" : "Zetatech",
|
||||
"versionName" : "2.0.0",
|
||||
"versionCode" : 200,
|
||||
"versionCode" : 203,
|
||||
"transformPx" : false,
|
||||
"app-plus" : {
|
||||
"compatible" : {
|
||||
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
|
||||
},
|
||||
// APP-VUE分包,可提APP升启动速度,2.7.12开始支持,兼容微信小程序分包方案,默认关闭
|
||||
"optimization" : {
|
||||
"subPackages" : true
|
||||
@ -27,6 +30,8 @@
|
||||
"modules" : {},
|
||||
"distribute" : {
|
||||
"android" : {
|
||||
"minSdkVersion" : 32,
|
||||
"targetSdkVersion" : 36,
|
||||
"permissions" : [],
|
||||
"abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
|
||||
},
|
||||
@ -50,33 +55,33 @@
|
||||
},
|
||||
"icons" : {
|
||||
"android" : {
|
||||
"hdpi" : "C:/Users/46254/Desktop/mipmap-hdpi/组 7 拷贝 4.png",
|
||||
"xhdpi" : "C:/Users/46254/Desktop/mipmap-xhdpi/组 7 拷贝 4.png",
|
||||
"xxhdpi" : "C:/Users/46254/Desktop/mipmap-xxhdpi/组 7 拷贝 4.png",
|
||||
"xxxhdpi" : "C:/Users/46254/Desktop/mipmap-xxxhdpi/组 7 拷贝 4.png"
|
||||
"hdpi" : "C:/Users/46254/Desktop/mipmap-hdpi/72x72.png",
|
||||
"xhdpi" : "C:/Users/46254/Desktop/mipmap-xhdpi/96x96.png",
|
||||
"xxhdpi" : "C:/Users/46254/Desktop/mipmap-xxhdpi/144x144.png",
|
||||
"xxxhdpi" : "C:/Users/46254/Desktop/mipmap-xxxhdpi/192x192.png"
|
||||
},
|
||||
"ios" : {
|
||||
"appstore" : "C:/Users/46254/Desktop/mipmap-xhdpi/组 7 拷贝.png",
|
||||
"appstore" : "C:/Users/46254/Desktop/mipmap-xhdpi/1024x1024.png",
|
||||
"ipad" : {
|
||||
"app" : "C:/Users/46254/Desktop/mipmap-hdpi/组 7 拷贝 4.png",
|
||||
"app@2x" : "C:/Users/46254/Desktop/mipmap-xhdpi/组 7 拷贝 3.png",
|
||||
"notification" : "C:/Users/46254/Desktop/mipmap-mdpi/组 7 拷贝 11.png",
|
||||
"notification@2x" : "C:/Users/46254/Desktop/mipmap-mdpi/组 7 拷贝 9.png",
|
||||
"proapp@2x" : "C:/Users/46254/Desktop/mipmap-xxxhdpi/组 7 拷贝 9.png",
|
||||
"settings" : "C:/Users/46254/Desktop/mipmap-mdpi/组 7 拷贝 10.png",
|
||||
"settings@2x" : "C:/Users/46254/Desktop/mipmap-xhdpi/组 7 拷贝 10.png",
|
||||
"spotlight" : "C:/Users/46254/Desktop/mipmap-mdpi/组 7 拷贝 9.png",
|
||||
"spotlight@2x" : "C:/Users/46254/Desktop/mipmap-xxxhdpi/组 7 拷贝 11.png"
|
||||
"app" : "C:/Users/46254/Desktop/申请邓白氏编码资料表/mipmap-mdpi/76x76.png",
|
||||
"app@2x" : "C:/Users/46254/Desktop/申请邓白氏编码资料表/mipmap-xhdpi/152x152.png",
|
||||
"notification" : "C:/Users/46254/Desktop/mipmap-mdpi/20x20.png",
|
||||
"notification@2x" : "C:/Users/46254/Desktop/mipmap-mdpi/40x40.png",
|
||||
"proapp@2x" : "C:/Users/46254/Desktop/申请邓白氏编码资料表/mipmap-xhdpi/167x167.png",
|
||||
"settings" : "C:/Users/46254/Desktop/mipmap-mdpi/29x29.png",
|
||||
"settings@2x" : "C:/Users/46254/Desktop/mipmap-xhdpi/58x58.png",
|
||||
"spotlight" : "C:/Users/46254/Desktop/mipmap-mdpi/40x40.png",
|
||||
"spotlight@2x" : "C:/Users/46254/Desktop/mipmap-xxxhdpi/80x80.png"
|
||||
},
|
||||
"iphone" : {
|
||||
"app@2x" : "C:/Users/46254/Desktop/mipmap-xhdpi/组 7 拷贝 8.png",
|
||||
"app@3x" : "C:/Users/46254/Desktop/mipmap-xxhdpi/组 7 拷贝 8.png",
|
||||
"notification@2x" : "C:/Users/46254/Desktop/mipmap-xhdpi/组 7 拷贝 11.png",
|
||||
"notification@3x" : "C:/Users/46254/Desktop/mipmap-xxhdpi/组 7 拷贝 11.png",
|
||||
"settings@2x" : "C:/Users/46254/Desktop/mipmap-xhdpi/组 7 拷贝 10.png",
|
||||
"settings@3x" : "C:/Users/46254/Desktop/mipmap-xxhdpi/组 7 拷贝 10.png",
|
||||
"spotlight@2x" : "C:/Users/46254/Desktop/mipmap-xxxhdpi/组 7 拷贝 11.png",
|
||||
"spotlight@3x" : "C:/Users/46254/Desktop/mipmap-xhdpi/组 7 拷贝 8.png"
|
||||
"app@2x" : "C:/Users/46254/Desktop/mipmap-xhdpi/120x120.png",
|
||||
"app@3x" : "C:/Users/46254/Desktop/mipmap-xxhdpi/180x180.png",
|
||||
"notification@2x" : "C:/Users/46254/Desktop/mipmap-xhdpi/40x40.png",
|
||||
"notification@3x" : "C:/Users/46254/Desktop/mipmap-xxhdpi/60x60.png",
|
||||
"settings@2x" : "C:/Users/46254/Desktop/mipmap-xhdpi/58x58.png",
|
||||
"settings@3x" : "C:/Users/46254/Desktop/mipmap-xxhdpi/87x87.png",
|
||||
"spotlight@2x" : "C:/Users/46254/Desktop/mipmap-xxxhdpi/80x80.png",
|
||||
"spotlight@3x" : "C:/Users/46254/Desktop/mipmap-xhdpi/120x120.png"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -84,9 +89,9 @@
|
||||
"androidStyle" : "default",
|
||||
"androidTranslucent" : true,
|
||||
"android" : {
|
||||
"hdpi" : "",
|
||||
"xhdpi" : "",
|
||||
"xxhdpi" : ""
|
||||
"hdpi" : "C:/Users/46254/Desktop/3.png",
|
||||
"xhdpi" : "C:/Users/46254/Desktop/2.png",
|
||||
"xxhdpi" : "C:/Users/46254/Desktop/1.png"
|
||||
},
|
||||
"iosStyle" : "common",
|
||||
"ios" : {
|
||||
@ -141,5 +146,6 @@
|
||||
}
|
||||
},
|
||||
"title" : "uView UI"
|
||||
}
|
||||
},
|
||||
"locale" : "en"
|
||||
}
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "honenery",
|
||||
"name": "zetatech",
|
||||
"version": "2.3.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "honenery",
|
||||
"name": "zetatech",
|
||||
"version": "2.3.2",
|
||||
"description": "Honenery 移动端快速开发框架",
|
||||
"description": "Zetatech 移动端快速开发框架",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<stationDropdow disabled style="width: 100%" ref="dropdow" />
|
||||
</view>
|
||||
</u-navbar>
|
||||
<view class="subTab">
|
||||
<view class="subTab">
|
||||
<u-subsection :list="policyTypeList" :current="currentType" v-show="inputDataBox.length" :animation="true"
|
||||
@change="sectionChange" :active-color="'#3D9F7F'">
|
||||
</u-subsection>
|
||||
@ -162,7 +162,7 @@ export default {
|
||||
this.stationId = val.id;
|
||||
this.getTemplate();
|
||||
this.getIssueDevices();
|
||||
this.getValueLiist()
|
||||
// this.getValueLiist()
|
||||
setTimeout(() => {
|
||||
this.getIssueStatus();
|
||||
}, 200);
|
||||
@ -314,7 +314,7 @@ export default {
|
||||
sectionChange (val) {
|
||||
this.currentType = val
|
||||
if (val === 1) {
|
||||
this.getValueLiist()
|
||||
// this.getValueLiist()
|
||||
}
|
||||
},
|
||||
async getValueLiist () {
|
||||
@ -515,7 +515,7 @@ export default {
|
||||
type: "warning",
|
||||
});
|
||||
} finally {
|
||||
this.getValueLiist()
|
||||
// this.getValueLiist()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
</view>
|
||||
<view class="content-msg">
|
||||
{{ $t('homePage.home.msgf')}}
|
||||
<span class="xieyi" @click="toDetail"><u-link color="#009458" href="https://ecloud.hoenergypower.cn/app-privacy-zh.html">《{{ $t('homePage.home.yhxy')}}》</u-link></span>{{ $t('homePage.home.and')}}<span class="xieyi" @click="toDetail"><u-link color="#009458" href="https://ecloud.hoenergypower.cn/app-privacy-zh.html">《{{ $t('homePage.home.yszc')}}》</u-link></span>
|
||||
<span class="xieyi" @click="toDetail"><u-link color="#009458" href="https://zetatech.zzkj-cloud.com/app-privacy-en.html">《{{ $t('homePage.home.yhxy')}}》</u-link></span>{{ $t('homePage.home.and')}}<span class="xieyi" @click="toDetail"><u-link color="#009458" href="https://zetatech.zzkj-cloud.com/app-privacy-en.html">《{{ $t('homePage.home.yszc')}}》</u-link></span>
|
||||
{{ $t('homePage.home.msgs')}}
|
||||
</view>
|
||||
<view class="content-icon">
|
||||
|
||||
@ -189,13 +189,11 @@ export default {
|
||||
// this.$u.vuex("vuex_stationValue", val);
|
||||
if (val === '海外站' || val === 'Overseas Station') {
|
||||
this.$u.http.setConfig({
|
||||
// baseUrl: 'https://ecloud.hoenergypower.cn/api'
|
||||
baseUrl: 'https://zzkj-cloud.com/api'
|
||||
baseUrl: 'https://zetatech.zzkj-cloud.com/api'
|
||||
});
|
||||
} else if (val === '中国站' || val === 'China Station') {
|
||||
this.$u.http.setConfig({
|
||||
// baseUrl: 'https://ecloud.hoenergypower.cn/api'
|
||||
baseUrl: 'https://zzkj-cloud.com/api'
|
||||
baseUrl: 'https://zetatech.zzkj-cloud.com/api'
|
||||
});
|
||||
}
|
||||
const res = await this.$u.api.GetLanguageConfig('zh')
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
</view>
|
||||
<u-cell-group class="form" :border="false">
|
||||
<navigator url="" open-type="navigate">
|
||||
<u-cell-item :title="$t('homePage.mine.companyHomepage')">https://www.hoenergypower.cn</u-cell-item>
|
||||
<u-cell-item :title="$t('homePage.mine.companyHomepage')">https://www.zetatech-energy.com</u-cell-item>
|
||||
</navigator>
|
||||
<navigator>
|
||||
<u-cell-item :arrow="false" :title="$t('homePage.mine.technicalServices')">15389457063</u-cell-item>
|
||||
@ -23,7 +23,7 @@
|
||||
</u-row>
|
||||
<view class="copyright">
|
||||
<view> 版权所有</view>
|
||||
<view>Copyright © 2021 hoenergy.com</view>
|
||||
<view>Copyright © 2025 zzkj-cloud.com</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user