部署上线版本1.0.5

This commit is contained in:
minimaxagent1 2025-08-06 16:30:59 +08:00
parent 6d80f02d07
commit 43785509f6
2 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@
</u-navbar> </u-navbar>
<view class="imgbox"> <view class="imgbox">
<image src="https://api.ccttiot.com/smartmeter/img/static/uGPwljIaEppyKAT1iQaW" mode=""></image> <image src="https://api.ccttiot.com/e3227491d46d2d7ac1c1c592e44f48bc-1754467412954.jpg" mode=""></image>
</view> </view>
<button class="button" @click="getPhoneNumber"> <button class="button" @click="getPhoneNumber">
授权登录 授权登录
@ -336,12 +336,12 @@ page{
.imgbox { .imgbox {
margin:102rpx auto ; margin:102rpx auto ;
width: 730rpx; width: 750rpx;
height: 422rpx; height: 422rpx;
z-index: 0; z-index: 0;
image { image {
width: 730rpx; width: 750rpx;
height: 422rpx; height: 422rpx;
} }
} }

View File

@ -17,7 +17,8 @@ import {
// 环境配置 // 环境配置
const ENV_CONFIG = { const ENV_CONFIG = {
develop: { // 开发环境 develop: { // 开发环境
baseUrl: 'http://192.168.2.136:4501', // baseUrl: 'http://192.168.2.136:4501',
baseUrl: 'https://testlu.chuangtewl.com/prod-api',
appId: 1 // TODO: 根据实际后端配置调整 appId: 1 // TODO: 根据实际后端配置调整
}, },
trial: { // 体验版 trial: { // 体验版