2024-08-20 19:54:37 +08:00
|
|
|
|
<template>
|
2025-02-06 11:37:41 +08:00
|
|
|
|
<view v-if="buttonInfo">
|
2024-08-21 16:20:11 +08:00
|
|
|
|
<view v-if="isLogin">
|
|
|
|
|
|
<view class="view">
|
|
|
|
|
|
<view class="view-button" @click="toUsereInfo">
|
|
|
|
|
|
<view>个人信息</view>
|
2025-03-27 16:57:59 +08:00
|
|
|
|
<image
|
|
|
|
|
|
class="icon-arrow"
|
|
|
|
|
|
src="https://oss-lock.xhjcn.ltd/mp/icon_arrow.png"
|
|
|
|
|
|
mode="aspectFill"
|
|
|
|
|
|
></image>
|
2024-08-21 16:20:11 +08:00
|
|
|
|
</view>
|
|
|
|
|
|
<view class="view-line"></view>
|
2025-06-09 18:08:15 +08:00
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
2024-08-21 16:20:11 +08:00
|
|
|
|
<label for="contact">
|
|
|
|
|
|
<view class="view-button">
|
|
|
|
|
|
<view>客服</view>
|
2025-03-27 16:57:59 +08:00
|
|
|
|
<image
|
|
|
|
|
|
class="icon-arrow"
|
|
|
|
|
|
src="https://oss-lock.xhjcn.ltd/mp/icon_arrow.png"
|
|
|
|
|
|
mode="aspectFill"
|
|
|
|
|
|
></image>
|
2024-08-21 16:20:11 +08:00
|
|
|
|
</view>
|
|
|
|
|
|
</label>
|
2025-06-09 18:08:15 +08:00
|
|
|
|
<!-- #endif -->
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
|
|
|
<view @click="toContact">
|
|
|
|
|
|
<view class="view-button">
|
|
|
|
|
|
<view>客服</view>
|
|
|
|
|
|
<image
|
|
|
|
|
|
class="icon-arrow"
|
|
|
|
|
|
src="https://oss-lock.xhjcn.ltd/mp/icon_arrow.png"
|
|
|
|
|
|
mode="aspectFill"
|
|
|
|
|
|
></image>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<!-- #endif -->
|
2024-08-21 16:20:11 +08:00
|
|
|
|
<view class="view-line"></view>
|
|
|
|
|
|
<view class="view-button" @click="toWebview()">
|
|
|
|
|
|
<view>公司介绍</view>
|
2025-03-27 16:57:59 +08:00
|
|
|
|
<image
|
|
|
|
|
|
class="icon-arrow"
|
|
|
|
|
|
src="https://oss-lock.xhjcn.ltd/mp/icon_arrow.png"
|
|
|
|
|
|
mode="aspectFill"
|
|
|
|
|
|
></image>
|
2024-08-21 16:20:11 +08:00
|
|
|
|
</view>
|
|
|
|
|
|
<view class="view-line"></view>
|
|
|
|
|
|
<view class="view-button" @click="toWebview('userAgreement')">
|
|
|
|
|
|
<view>用户协议</view>
|
2025-03-27 16:57:59 +08:00
|
|
|
|
<image
|
|
|
|
|
|
class="icon-arrow"
|
|
|
|
|
|
src="https://oss-lock.xhjcn.ltd/mp/icon_arrow.png"
|
|
|
|
|
|
mode="aspectFill"
|
|
|
|
|
|
></image>
|
2024-08-21 16:20:11 +08:00
|
|
|
|
</view>
|
|
|
|
|
|
<view class="view-line"></view>
|
|
|
|
|
|
<view class="view-button" @click="toWebview('privacy')">
|
|
|
|
|
|
<view>隐私政策</view>
|
2025-03-27 16:57:59 +08:00
|
|
|
|
<image
|
|
|
|
|
|
class="icon-arrow"
|
|
|
|
|
|
src="https://oss-lock.xhjcn.ltd/mp/icon_arrow.png"
|
|
|
|
|
|
mode="aspectFill"
|
|
|
|
|
|
></image>
|
2024-08-20 19:54:37 +08:00
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
2024-09-19 11:50:23 +08:00
|
|
|
|
<view class="env" v-if="env">
|
2025-02-06 11:37:41 +08:00
|
|
|
|
<view class="env-text">{{ env.name }} {{ env.version }}+{{ env.buildNumber }}</view>
|
2024-09-19 11:50:23 +08:00
|
|
|
|
<view>{{ env.baseUrl.split('/').slice(0, 3).join('/') }}</view>
|
2025-02-06 11:37:41 +08:00
|
|
|
|
<view v-if="envVersion !== 'release' && env" class="env-button" @click="show = true"
|
|
|
|
|
|
>切换环境</view
|
|
|
|
|
|
>
|
2024-09-02 13:41:35 +08:00
|
|
|
|
</view>
|
2025-06-09 14:37:37 +08:00
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
2024-08-26 17:33:53 +08:00
|
|
|
|
<label for="changePhone">
|
|
|
|
|
|
<view class="switch-account">切换账号</view>
|
|
|
|
|
|
</label>
|
2025-06-09 14:37:37 +08:00
|
|
|
|
<!-- #endif -->
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
|
|
|
<view class="switch-account !bg-red-500" @click="logout">退出</view>
|
|
|
|
|
|
<!-- #endif -->
|
2024-08-21 16:20:11 +08:00
|
|
|
|
</view>
|
|
|
|
|
|
<view v-else>
|
2024-08-30 10:48:30 +08:00
|
|
|
|
<view class="tips">因智能门锁与账号绑定,登录为手机号登录</view>
|
2024-08-26 17:33:53 +08:00
|
|
|
|
<label for="phone">
|
|
|
|
|
|
<view class="button-login">登录</view>
|
|
|
|
|
|
</label>
|
2024-09-19 11:50:23 +08:00
|
|
|
|
<view class="env" v-if="env">
|
2025-02-06 11:37:41 +08:00
|
|
|
|
<view class="env-text">{{ env.name }} {{ env.version }}+{{ env.buildNumber }}</view>
|
2024-09-19 17:46:06 +08:00
|
|
|
|
<view>{{ env.baseUrl.split('/').slice(0, 3).join('/') }}</view>
|
2025-06-09 15:37:56 +08:00
|
|
|
|
<view
|
|
|
|
|
|
v-if="(envVersion !== 'release' || nodeEnv === 'development') && env"
|
|
|
|
|
|
class="env-button"
|
|
|
|
|
|
@click="show = true"
|
2025-02-06 11:37:41 +08:00
|
|
|
|
>
|
2025-06-09 15:37:56 +08:00
|
|
|
|
切换环境
|
|
|
|
|
|
</view>
|
2024-09-02 13:41:35 +08:00
|
|
|
|
</view>
|
2024-08-20 19:54:37 +08:00
|
|
|
|
</view>
|
2025-02-06 11:37:41 +08:00
|
|
|
|
</view>
|
|
|
|
|
|
<button open-type="contact" style="display: none" id="contact"></button>
|
|
|
|
|
|
<button
|
|
|
|
|
|
open-type="getPhoneNumber"
|
|
|
|
|
|
style="display: none"
|
|
|
|
|
|
id="phone"
|
|
|
|
|
|
@getphonenumber="getphonenumber"
|
|
|
|
|
|
></button>
|
|
|
|
|
|
<button
|
|
|
|
|
|
open-type="getPhoneNumber"
|
|
|
|
|
|
style="display: none"
|
|
|
|
|
|
id="changePhone"
|
|
|
|
|
|
@getphonenumber="changePhone"
|
|
|
|
|
|
></button>
|
|
|
|
|
|
<up-action-sheet
|
|
|
|
|
|
:actions="envList"
|
|
|
|
|
|
:closeOnClickOverlay="true"
|
|
|
|
|
|
title="切换环境"
|
|
|
|
|
|
cancelText="取消"
|
|
|
|
|
|
:closeOnClickAction="true"
|
|
|
|
|
|
:show="show"
|
|
|
|
|
|
:safeAreaInsetBottom="true"
|
|
|
|
|
|
@close="show = false"
|
|
|
|
|
|
@select="selectEnv"
|
|
|
|
|
|
></up-action-sheet>
|
2024-08-20 19:54:37 +08:00
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
2025-02-06 11:37:41 +08:00
|
|
|
|
import { mapState, mapActions } from 'pinia'
|
2024-08-20 19:54:37 +08:00
|
|
|
|
import { useBasicStore } from '@/stores/basic'
|
2024-08-21 16:20:11 +08:00
|
|
|
|
import { useUserStore } from '@/stores/user'
|
2024-08-26 17:33:53 +08:00
|
|
|
|
import { useLockStore } from '@/stores/lock'
|
2025-06-09 14:37:37 +08:00
|
|
|
|
import { phoneLoginRequest, logoutRequest } from '@/api/user'
|
2024-09-02 13:41:35 +08:00
|
|
|
|
import env from '@/config/env'
|
2024-09-19 11:50:23 +08:00
|
|
|
|
import { setStorage, getStorage, removeStorage } from '@/utils/storage'
|
2025-02-06 11:37:41 +08:00
|
|
|
|
import { useNotificationStore } from '@/stores/notification'
|
2025-06-09 18:08:15 +08:00
|
|
|
|
import { getAppInfoRequest } from '@/api/system'
|
2024-08-20 19:54:37 +08:00
|
|
|
|
|
2025-02-06 11:37:41 +08:00
|
|
|
|
export default {
|
|
|
|
|
|
data() {
|
|
|
|
|
|
return {
|
2024-09-02 13:41:35 +08:00
|
|
|
|
buttonInfo: null,
|
|
|
|
|
|
env: null,
|
|
|
|
|
|
envVersion: '',
|
|
|
|
|
|
envList: [],
|
2025-06-09 15:37:56 +08:00
|
|
|
|
show: false,
|
|
|
|
|
|
nodeEnv: ''
|
2025-02-06 11:37:41 +08:00
|
|
|
|
}
|
|
|
|
|
|
},
|
2024-08-21 16:20:11 +08:00
|
|
|
|
computed: {
|
2024-08-29 14:42:16 +08:00
|
|
|
|
...mapState(useUserStore, ['isLogin']),
|
2024-09-30 15:18:05 +08:00
|
|
|
|
...mapState(useLockStore, ['lockSearch']),
|
|
|
|
|
|
...mapState(useNotificationStore, ['notificationSearch'])
|
2024-08-21 16:20:11 +08:00
|
|
|
|
},
|
2024-08-20 19:54:37 +08:00
|
|
|
|
async onLoad() {
|
|
|
|
|
|
this.buttonInfo = await this.getButtonInfo()
|
2024-09-19 11:50:23 +08:00
|
|
|
|
this.env = await env[await getApp().globalData.getEnvConfig()]
|
2024-09-02 13:41:35 +08:00
|
|
|
|
this.envVersion = getApp().globalData.envVersion
|
2025-06-09 15:37:56 +08:00
|
|
|
|
this.nodeEnv = process.env.NODE_ENV
|
2025-06-06 15:20:34 +08:00
|
|
|
|
|
2025-02-06 11:37:41 +08:00
|
|
|
|
// eslint-disable-next-line guard-for-in,no-restricted-syntax
|
2024-09-02 13:41:35 +08:00
|
|
|
|
for (let key in env) {
|
|
|
|
|
|
this.envList.push({
|
|
|
|
|
|
...env[key],
|
2025-02-06 11:37:41 +08:00
|
|
|
|
key
|
2024-09-02 13:41:35 +08:00
|
|
|
|
})
|
|
|
|
|
|
}
|
2024-08-20 19:54:37 +08:00
|
|
|
|
},
|
2025-02-06 11:37:41 +08:00
|
|
|
|
methods: {
|
2024-08-21 16:20:11 +08:00
|
|
|
|
...mapActions(useBasicStore, ['getButtonInfo', 'routeJump']),
|
2024-08-29 14:42:16 +08:00
|
|
|
|
...mapActions(useLockStore, ['getLockList', 'updateLockSearch']),
|
2024-09-30 15:18:05 +08:00
|
|
|
|
...mapActions(useNotificationStore, ['getNotificationList', 'updateNotificationSearch']),
|
2025-02-06 11:37:41 +08:00
|
|
|
|
...mapActions(useUserStore, [
|
|
|
|
|
|
'updateLoginStatus',
|
|
|
|
|
|
'phoneLogin',
|
|
|
|
|
|
'updateUserInfo',
|
|
|
|
|
|
'getUserInfo',
|
|
|
|
|
|
'checkSession'
|
|
|
|
|
|
]),
|
2024-09-02 13:41:35 +08:00
|
|
|
|
selectEnv(env) {
|
2024-09-19 11:50:23 +08:00
|
|
|
|
setStorage('envVersion', env.key)
|
|
|
|
|
|
removeStorage('token')
|
|
|
|
|
|
removeStorage('openid')
|
|
|
|
|
|
removeStorage('userInfo')
|
|
|
|
|
|
removeStorage('lockList')
|
2024-09-02 13:41:35 +08:00
|
|
|
|
uni.reLaunch({
|
2025-04-02 10:48:24 +08:00
|
|
|
|
url: '/pages/main/home'
|
2024-09-02 13:41:35 +08:00
|
|
|
|
})
|
|
|
|
|
|
},
|
2025-06-09 18:08:15 +08:00
|
|
|
|
toContact() {
|
|
|
|
|
|
getAppInfoRequest().then(res => {
|
|
|
|
|
|
if (res.code === 0) {
|
|
|
|
|
|
plus.runtime.openURL(res.data.wechat_service_url)
|
|
|
|
|
|
}
|
|
|
|
|
|
})
|
|
|
|
|
|
},
|
2024-08-26 17:33:53 +08:00
|
|
|
|
async changePhone(res) {
|
2025-02-06 11:37:41 +08:00
|
|
|
|
if (res.detail.errMsg === 'getPhoneNumber:fail user deny') {
|
2024-08-26 17:33:53 +08:00
|
|
|
|
return
|
|
|
|
|
|
}
|
2025-03-25 15:08:00 +08:00
|
|
|
|
|
|
|
|
|
|
const that = this
|
|
|
|
|
|
uni.showLoading({
|
|
|
|
|
|
title: '登录中'
|
|
|
|
|
|
})
|
|
|
|
|
|
uni.login({
|
|
|
|
|
|
provider: 'weixin',
|
|
|
|
|
|
async success(loginRes) {
|
|
|
|
|
|
const openid = getStorage('openid')
|
|
|
|
|
|
const { code, data, message } = await phoneLoginRequest({
|
|
|
|
|
|
encryptedData: res.detail.encryptedData,
|
|
|
|
|
|
iv: res.detail.iv,
|
|
|
|
|
|
rebind: true,
|
|
|
|
|
|
openid,
|
|
|
|
|
|
js_code: loginRes.code
|
|
|
|
|
|
})
|
|
|
|
|
|
uni.hideLoading()
|
|
|
|
|
|
if (code === 0) {
|
|
|
|
|
|
removeStorage('userInfo')
|
|
|
|
|
|
removeStorage('lockList')
|
|
|
|
|
|
setStorage('token', data.accessToken)
|
|
|
|
|
|
that.updateLockSearch({
|
|
|
|
|
|
...that.lockSearch,
|
|
|
|
|
|
pageNo: 1
|
|
|
|
|
|
})
|
|
|
|
|
|
that.getUserInfo()
|
|
|
|
|
|
that.getLockList(that.lockSearch)
|
|
|
|
|
|
that.updateNotificationSearch({
|
|
|
|
|
|
pageNo: 1
|
|
|
|
|
|
})
|
|
|
|
|
|
that.getNotificationList(that.notificationSearch)
|
|
|
|
|
|
uni.showToast({
|
|
|
|
|
|
title: '账号切换成功',
|
|
|
|
|
|
icon: 'none'
|
|
|
|
|
|
})
|
|
|
|
|
|
} else if (code === 438) {
|
|
|
|
|
|
/* empty */
|
|
|
|
|
|
} else {
|
|
|
|
|
|
uni.showToast({
|
|
|
|
|
|
title: message,
|
|
|
|
|
|
icon: 'none'
|
|
|
|
|
|
})
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
fail() {
|
|
|
|
|
|
uni.hideLoading()
|
|
|
|
|
|
uni.showToast({
|
|
|
|
|
|
title: '登录失败,请重试'
|
|
|
|
|
|
})
|
|
|
|
|
|
}
|
2024-08-26 17:33:53 +08:00
|
|
|
|
})
|
|
|
|
|
|
},
|
|
|
|
|
|
async getphonenumber(data) {
|
2025-02-06 11:37:41 +08:00
|
|
|
|
if (data.detail.errMsg === 'getPhoneNumber:fail user deny') {
|
2024-08-26 17:33:53 +08:00
|
|
|
|
return
|
|
|
|
|
|
}
|
2025-03-25 15:08:00 +08:00
|
|
|
|
|
|
|
|
|
|
const that = this
|
|
|
|
|
|
uni.showLoading({
|
|
|
|
|
|
title: '登录中'
|
|
|
|
|
|
})
|
|
|
|
|
|
uni.login({
|
|
|
|
|
|
provider: 'weixin',
|
|
|
|
|
|
async success(loginRes) {
|
|
|
|
|
|
const result = await that.phoneLogin({
|
|
|
|
|
|
encryptedData: data.detail.encryptedData,
|
|
|
|
|
|
iv: data.detail.iv,
|
|
|
|
|
|
code: loginRes.code
|
|
|
|
|
|
})
|
|
|
|
|
|
uni.hideLoading()
|
|
|
|
|
|
if (!result) {
|
|
|
|
|
|
uni.showToast({
|
|
|
|
|
|
title: result.message,
|
|
|
|
|
|
icon: 'none'
|
|
|
|
|
|
})
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
fail() {
|
|
|
|
|
|
uni.hideLoading()
|
|
|
|
|
|
uni.showToast({
|
|
|
|
|
|
title: '登录失败,请重试'
|
|
|
|
|
|
})
|
|
|
|
|
|
}
|
2024-08-26 17:33:53 +08:00
|
|
|
|
})
|
|
|
|
|
|
},
|
2024-08-20 19:54:37 +08:00
|
|
|
|
toUsereInfo() {
|
|
|
|
|
|
this.routeJump({
|
|
|
|
|
|
name: 'userInfo'
|
|
|
|
|
|
})
|
|
|
|
|
|
},
|
2024-08-21 16:20:11 +08:00
|
|
|
|
toWebview(type) {
|
2024-08-20 19:54:37 +08:00
|
|
|
|
this.routeJump({
|
|
|
|
|
|
name: 'webview',
|
|
|
|
|
|
params: {
|
2024-08-21 16:20:11 +08:00
|
|
|
|
type
|
|
|
|
|
|
}
|
|
|
|
|
|
})
|
2025-06-09 14:37:37 +08:00
|
|
|
|
},
|
|
|
|
|
|
logout() {
|
|
|
|
|
|
uni.showModal({
|
|
|
|
|
|
title: '提示',
|
|
|
|
|
|
content: '确定退出登录吗?',
|
|
|
|
|
|
success: async res => {
|
|
|
|
|
|
if (res.confirm) {
|
|
|
|
|
|
await logoutRequest()
|
|
|
|
|
|
removeStorage('token')
|
|
|
|
|
|
removeStorage('openid')
|
|
|
|
|
|
removeStorage('userInfo')
|
|
|
|
|
|
removeStorage('lockList')
|
|
|
|
|
|
this.routeJump({
|
|
|
|
|
|
name: 'login',
|
|
|
|
|
|
type: 'reLaunch'
|
|
|
|
|
|
})
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
})
|
2024-08-20 19:54:37 +08:00
|
|
|
|
}
|
2024-09-02 09:31:55 +08:00
|
|
|
|
}
|
2025-02-06 11:37:41 +08:00
|
|
|
|
}
|
2024-08-20 19:54:37 +08:00
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss">
|
2025-02-06 11:37:41 +08:00
|
|
|
|
page {
|
|
|
|
|
|
background-color: $uni-bg-color-grey;
|
|
|
|
|
|
}
|
2024-08-20 19:54:37 +08:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
2025-02-06 11:37:41 +08:00
|
|
|
|
.background-image {
|
|
|
|
|
|
width: 710rpx;
|
|
|
|
|
|
height: 156rpx;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
margin-top: 32rpx;
|
|
|
|
|
|
margin-left: 20rpx;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
border-radius: 32rpx;
|
|
|
|
|
|
}
|
2024-08-20 19:54:37 +08:00
|
|
|
|
|
2025-02-06 11:37:41 +08:00
|
|
|
|
.view {
|
|
|
|
|
|
width: 710rpx;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
margin-top: 32rpx;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
margin-left: 20rpx;
|
|
|
|
|
|
background: #ffffff;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
border-radius: 32rpx;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
}
|
2024-08-20 19:54:37 +08:00
|
|
|
|
|
2025-02-06 11:37:41 +08:00
|
|
|
|
.view-button {
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
align-items: center;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
padding: 0 20rpx 0 40rpx;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
line-height: 80rpx;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
color: #292826;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
}
|
2024-08-20 19:54:37 +08:00
|
|
|
|
|
2025-02-06 11:37:41 +08:00
|
|
|
|
.icon-arrow {
|
|
|
|
|
|
width: 40rpx;
|
|
|
|
|
|
height: 40rpx;
|
|
|
|
|
|
}
|
2024-08-26 17:33:53 +08:00
|
|
|
|
|
2025-02-06 11:37:41 +08:00
|
|
|
|
.view-line {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
height: 3rpx;
|
|
|
|
|
|
background: #ebebeb;
|
|
|
|
|
|
}
|
2024-09-02 13:41:35 +08:00
|
|
|
|
|
2025-02-06 11:37:41 +08:00
|
|
|
|
.switch-account {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
bottom: 60rpx;
|
|
|
|
|
|
width: 600rpx;
|
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
|
margin-left: 75rpx;
|
|
|
|
|
|
font-size: 40rpx;
|
2024-09-03 15:11:35 +08:00
|
|
|
|
font-weight: bold;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
background: #63b8af;
|
|
|
|
|
|
border-radius: 46rpx;
|
2024-09-02 13:41:35 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2025-02-06 11:37:41 +08:00
|
|
|
|
.env {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
bottom: 180rpx;
|
|
|
|
|
|
width: 600rpx;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
margin-left: 75rpx;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
.env-text {
|
2025-04-02 10:48:24 +08:00
|
|
|
|
font-size: 30rpx;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
color: #999999;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.env-button {
|
|
|
|
|
|
font-size: 0.8rem;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
color: #022b7c;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
text-align: right;
|
|
|
|
|
|
text-decoration: underline;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
background: inherit;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
}
|
2024-09-02 13:41:35 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2025-02-06 11:37:41 +08:00
|
|
|
|
.button-login {
|
|
|
|
|
|
width: 650rpx;
|
|
|
|
|
|
height: 120rpx;
|
|
|
|
|
|
margin-left: 50rpx;
|
|
|
|
|
|
font-size: 48rpx;
|
|
|
|
|
|
font-weight: bold;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
line-height: 120rpx;
|
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
background: #63b8af;
|
|
|
|
|
|
border-radius: 46rpx;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
}
|
2024-08-30 10:48:30 +08:00
|
|
|
|
|
2025-02-06 11:37:41 +08:00
|
|
|
|
.tips {
|
|
|
|
|
|
padding: 32rpx 0;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
margin-top: 25vh;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
|
color: #999999;
|
2025-04-02 10:48:24 +08:00
|
|
|
|
text-align: center;
|
2025-02-06 11:37:41 +08:00
|
|
|
|
}
|
2024-08-20 19:54:37 +08:00
|
|
|
|
</style>
|