部署上线版本1.0.5
This commit is contained in:
parent
6d80f02d07
commit
43785509f6
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
</u-navbar>
|
||||
<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>
|
||||
<button class="button" @click="getPhoneNumber">
|
||||
授权登录
|
||||
|
|
@ -336,12 +336,12 @@ page{
|
|||
|
||||
.imgbox {
|
||||
margin:102rpx auto ;
|
||||
width: 730rpx;
|
||||
width: 750rpx;
|
||||
height: 422rpx;
|
||||
z-index: 0;
|
||||
|
||||
image {
|
||||
width: 730rpx;
|
||||
width: 750rpx;
|
||||
height: 422rpx;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@ import {
|
|||
// 环境配置
|
||||
const ENV_CONFIG = {
|
||||
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: 根据实际后端配置调整
|
||||
},
|
||||
trial: { // 体验版
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user