Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
fb35c09c
Commit
fb35c09c
authored
Jul 16, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
728edec2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
list.vue
pages/teamLeader/list.vue
+4
-0
api.js
plugin/api.js
+2
-2
No files found.
pages/teamLeader/list.vue
View file @
fb35c09c
...
@@ -242,6 +242,10 @@ export default {
...
@@ -242,6 +242,10 @@ export default {
})
})
},
},
changeState
(
item
){
changeState
(
item
){
if
(
this
.
loading
)
return
uni
.
showToast
({
title
:
'正在加载...'
,
icon
:
'loading'
})
this
.
msg
.
TCStatus
=
item
.
id
this
.
msg
.
TCStatus
=
item
.
id
this
.
resetQuery
()
this
.
resetQuery
()
},
},
...
...
plugin/api.js
View file @
fb35c09c
...
@@ -24,9 +24,9 @@ export default {
...
@@ -24,9 +24,9 @@ export default {
Vue
.
prototype
.
host
=
"https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
Vue
.
prototype
.
host
=
"https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
// "http://192.168.5.204:8030"
// "http://192.168.5.204:8030"
Vue
.
prototype
.
host2
=
process
.
env
.
NODE_ENV
==
"development"
?
"https://erpmallapi.oytour.com"
:
"https://erpmallapi.oytour.com"
Vue
.
prototype
.
host2
=
process
.
env
.
NODE_ENV
==
"development"
?
"https://erpmallapi.oytour.com"
:
"https://erpmallapi.oytour.com"
Vue
.
prototype
.
host3
=
process
.
env
.
NODE_ENV
==
"development"
?
"http
s://reborn.oytour.com
"
:
"https://reborn.oytour.com"
Vue
.
prototype
.
host3
=
process
.
env
.
NODE_ENV
==
"development"
?
"http
://192.168.5.204:8030
"
:
"https://reborn.oytour.com"
// Vue.prototype.host3 = "http://192.168.5.204:8030"
// Vue.prototype.host3 = "http://192.168.5.204:8030"
//
Vue.prototype.host3 = "https://reborn.oytour.com"
Vue
.
prototype
.
host3
=
"https://reborn.oytour.com"
// "http://192.168.5.204:8030":
// "http://192.168.5.204:8030":
console
.
log
()
console
.
log
()
...
...
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