提交个人中心内容修改,首页名称展示
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user