提交个人中心内容修改,首页名称展示

This commit is contained in:
2025-07-11 16:57:09 +08:00
parent 758e59eeac
commit 1a73daa961
13 changed files with 142 additions and 87 deletions

View File

@ -3,14 +3,16 @@
<!-- 首页背景图片 -->
<!-- <image src="/static/aidex/login/login-bg.png" class="logo"></image> -->
<view class="logo">
<view class="EnglishFont">
STORASMART
</view>
</view>
<image src="/static/aidex/login/bg-logo2.png" class="center-logo"></image>
<!--首页用户密码输入框 -->
<view class="EnglishFont">
Welcome to Hoenergy
Welcome to Zetatech
</view>
<u-select v-model="langShow" :list="Langlist" @confirm="changeLanguage"></u-select>
@ -187,11 +189,13 @@ export default {
// this.$u.vuex("vuex_stationValue", val);
if (val === '海外站' || val === 'Overseas Station') {
this.$u.http.setConfig({
baseUrl: 'http://47.84.35.144:8000/api'
// baseUrl: 'https://ecloud.hoenergypower.cn/api'
baseUrl: 'https://zzkj-cloud.com/api'
});
} else if (val === '中国站' || val === 'China Station') {
this.$u.http.setConfig({
baseUrl: 'https://ecloud.hoenergypower.cn/api'
// baseUrl: 'https://ecloud.hoenergypower.cn/api'
baseUrl: 'https://zzkj-cloud.com/api'
});
}
const res = await this.$u.api.GetLanguageConfig('zh')
@ -215,7 +219,7 @@ export default {
encryptData.key
)
const params = {
username: 'hzdemo',
username: 'zzdemo',
password: encryptData.password,
type: "app",
aesKey: publicData.keyData,