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
56233e2f
Commit
56233e2f
authored
Jan 15, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
6fa68d4d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
manifest.json
manifest.json
+1
-1
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+1
-1
search.vue
pages/search/search.vue
+1
-1
api.js
plugin/api.js
+6
-4
No files found.
manifest.json
View file @
56233e2f
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
"quickapp"
:
{},
"quickapp"
:
{},
/*
小程序特有相关
*/
/*
小程序特有相关
*/
"mp-weixin"
:
{
"mp-weixin"
:
{
"appid"
:
"wx
cf0727a7c78b501e
"
,
"appid"
:
"wx
5564525562e92ddb
"
,
"setting"
:
{
"setting"
:
{
"urlCheck"
:
false
,
"urlCheck"
:
false
,
"minified"
:
false
"minified"
:
false
...
...
pages/jiuzhai/jz_Line.vue
View file @
56233e2f
...
@@ -817,7 +817,7 @@
...
@@ -817,7 +817,7 @@
icon
:
'none'
icon
:
'none'
})
})
this
.
apipost
(
this
.
apipost
(
"b2b_get_Get
B2B
TravelPageList"
,
"b2b_get_Get
LXY
TravelPageList"
,
this
.
msg
,
this
.
msg
,
res
=>
{
res
=>
{
if
(
res
.
resultCode
==
1
)
{
if
(
res
.
resultCode
==
1
)
{
...
...
pages/search/search.vue
View file @
56233e2f
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
icon
:
'none'
icon
:
'none'
})
})
this
.
apipost
(
this
.
apipost
(
"b2b_get_Get
B2B
TravelPageList"
,
"b2b_get_Get
LXY
TravelPageList"
,
this
.
msg
,
this
.
msg
,
res
=>
{
res
=>
{
uni
.
hideLoading
();
uni
.
hideLoading
();
...
...
plugin/api.js
View file @
56233e2f
...
@@ -5,8 +5,8 @@ export default {
...
@@ -5,8 +5,8 @@ export default {
Vue
.
prototype
.
host2
=
"http://192.168.10.226:5004"
Vue
.
prototype
.
host2
=
"http://192.168.10.226:5004"
Vue
.
prototype
.
host3
=
"http://192.168.10.226"
Vue
.
prototype
.
host3
=
"http://192.168.10.226"
//
Vue.prototype.host2 = "https://erpmallapi.oytour.com"
Vue
.
prototype
.
host2
=
"https://erpmallapi.oytour.com"
//
Vue.prototype.host3 = "https://reborn.oytour.com"
Vue
.
prototype
.
host3
=
"https://reborn.oytour.com"
Vue
.
prototype
.
request
=
function
(
param
,
success
,
failed
)
{
Vue
.
prototype
.
request
=
function
(
param
,
success
,
failed
)
{
//网络请求
//网络请求
...
@@ -297,10 +297,12 @@ export default {
...
@@ -297,10 +297,12 @@ export default {
};
};
break
;
break
;
case
2
:
//旅小友-微信
case
2
:
//旅小友-微信
//wx5564525562e92ddb
//wxcf0727a7c78b501e
appObj
=
{
appObj
=
{
AppId
:
'wx5564525562e92ddb'
,
AppId
:
'wx5564525562e92ddb'
,
TenantId
:
12
,
TenantId
:
29
,
MallBaseId
:
2
,
MallBaseId
:
19
,
};
};
break
;
break
;
}
}
...
...
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