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
b444f6a8
Commit
b444f6a8
authored
Jan 16, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
8ec8bd21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+3
-1
api.js
plugin/api.js
+4
-4
No files found.
pages/jiuzhai/jz_Line.vue
View file @
b444f6a8
...
...
@@ -719,7 +719,8 @@
this
.
msg
.
team
=
[]
this
.
optionsTitle
[
1
]
=
'线路玩法'
this
.
currentLineId
=
null
this
.
msg
.
lineId
=
0
this
.
msg
.
lineId
=
0
;
this
.
msg
.
PlaceIds
=
""
;
this
.
allTeams
=
false
this
.
$forceUpdate
()
this
.
$refs
.
uDropdown
.
close
();
...
...
@@ -753,6 +754,7 @@
this
.
research
();
},
setTeams
(
teamId
)
{
this
.
msg
.
PlaceIds
=
""
;
let
id
=
teamId
let
temp
=
this
.
msg
.
team
.
indexOf
(
id
)
if
(
temp
==
-
1
)
{
...
...
plugin/api.js
View file @
b444f6a8
...
...
@@ -23,10 +23,10 @@ export default {
install
(
Vue
,
options
)
{
Vue
.
prototype
.
host
=
"https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
Vue
.
prototype
.
host2
=
"http://192.168.5.46:8200
"
Vue
.
prototype
.
host3
=
"http://192.168.5.46:8501
"
// Vue.prototype.host2 = "https://
mallapi.oytour.com"
//
Vue.prototype.host3 = "https://reborn.oytour.com"
// Vue.prototype.host2 = "http://192.168.5.46:5003
"
// Vue.prototype.host3 = "http://192.168.5.46
"
Vue
.
prototype
.
host2
=
"https://erp
mallapi.oytour.com"
Vue
.
prototype
.
host3
=
"https://reborn.oytour.com"
Vue
.
prototype
.
request
=
function
(
param
,
success
,
failed
)
{
//网络请求
...
...
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