Commit 3292329e authored by 李苏's avatar 李苏 💬

baseUrl设置修改

parent 672a4f9d
......@@ -13,7 +13,7 @@
</view>
<view class="cu-form-group " v-for="(item,index) in fwqlist" :key="index">
<view class="title">地址{{index+1}}:</view>
<input placeholder="" v-model="item.fwq" name="input" >
<input placeholder="格式:http://IP:端口号/服务名" v-model="item.fwq" name="input" >
<view class="flex" style="width: 90px;justify-content: space-around;">
<view style="color: red;" @tap="delfwq(item,index)">删除</view>
<!-- <view style="color: #007AFF;">编辑</view> -->
......@@ -64,7 +64,8 @@
if(item.fwq){
uni.setStorage({
key: 'storage_key',
data: "http://"+item.fwq+'/xgwcs',
// data: "http://"+item.fwq+'/xgwcs',
data: item.fwq,
success: function () {
uni.showToast({
title: '设置成功',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment