From a1647a5152e3d368ec2fb738ca7cc858e220d06c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 24 九月 2024 09:15:08 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
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