From b82a5aa7d6167748cce7e94f53b6a3b1fbc201b3 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期四, 26 九月 2024 17:13:52 +0800 Subject: [PATCH] 代码初始化 --- h5_meeting/pages/index/config.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/h5_meeting/pages/index/config.vue b/h5_meeting/pages/index/config.vue index b476e6a..b2578aa 100644 --- a/h5_meeting/pages/index/config.vue +++ b/h5_meeting/pages/index/config.vue @@ -11,14 +11,14 @@ <view class="item"> <view class="title">鎺ュ彛鍦板潃</view> <view class="line"> - <input type="text" v-model="param.baseUrl" /> + <input type="text" placeholder="http://10.50.250.178:8088/gateway_interface/" v-model="param.baseUrl" /> <image src="../../static/icon/right.svg" class="icon"></image> </view> </view> <view class="item"> <view class="title">鎺ュ彛璋冪敤闂撮殧(绉�)</view> <view class="line"> - <input type="text" v-model="param.time" /> + <input type="text" placeholder="60" v-model="param.time" /> <image src="../../static/icon/right.svg" class="icon"></image> </view> </view> -- Gitblit v1.9.3