Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xgdlapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
xgdlapp
Commits
3292329e
Commit
3292329e
authored
Jan 30, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
baseUrl设置修改
parent
672a4f9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
fwqsz.vue
pages/login/fwqsz.vue
+3
-2
No files found.
pages/login/fwqsz.vue
View file @
3292329e
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
</view>
</view>
<view
class=
"cu-form-group "
v-for=
"(item,index) in fwqlist"
:key=
"index"
>
<view
class=
"cu-form-group "
v-for=
"(item,index) in fwqlist"
:key=
"index"
>
<view
class=
"title"
>
地址
{{
index
+
1
}}
:
</view>
<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
class=
"flex"
style=
"width: 90px;justify-content: space-around;"
>
<view
style=
"color: red;"
@
tap=
"delfwq(item,index)"
>
删除
</view>
<view
style=
"color: red;"
@
tap=
"delfwq(item,index)"
>
删除
</view>
<!--
<view
style=
"color: #007AFF;"
>
编辑
</view>
-->
<!--
<view
style=
"color: #007AFF;"
>
编辑
</view>
-->
...
@@ -64,7 +64,8 @@
...
@@ -64,7 +64,8 @@
if
(
item
.
fwq
){
if
(
item
.
fwq
){
uni
.
setStorage
({
uni
.
setStorage
({
key
:
'storage_key'
,
key
:
'storage_key'
,
data
:
"http://"
+
item
.
fwq
+
'/xgwcs'
,
// data: "http://"+item.fwq+'/xgwcs',
data
:
item
.
fwq
,
success
:
function
()
{
success
:
function
()
{
uni
.
showToast
({
uni
.
showToast
({
title
:
'设置成功'
,
title
:
'设置成功'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment