From c5cc7da07c7f202f336468c0cd0d2789b4775b03 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 09 十月 2024 11:31:15 +0800
Subject: [PATCH] 最新版本

---
 h5_meeting/pages/index/config.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/h5_meeting/pages/index/config.vue b/h5_meeting/pages/index/config.vue
index e17d074..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.addr" />
+					<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>
@@ -48,7 +48,9 @@
 					})
 				})
 				setTimeout(()=>{
-					uni.navigateBack()
+					uni.redirectTo({
+						url:'/pages/index/index'
+					})
 				}, 400)
 			}
 		}

--
Gitblit v1.9.3