Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
1a588bc7
Commit
1a588bc7
authored
Nov 09, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0b001788
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
23 deletions
+24
-23
manifest.json
manifest.json
+5
-5
pages.json
pages.json
+14
-14
api.js
plugin/api.js
+5
-4
No files found.
manifest.json
View file @
1a588bc7
...
...
@@ -73,8 +73,8 @@
},
"usingComponents"
:
true
,
"permission"
:
{
"scope.userLocation"
:
{
"desc"
:
"你的位置信息将用于小程序位置接口的效果展示"
"scope.userLocation"
:
{
"desc"
:
"你的位置信息将用于小程序位置接口的效果展示"
}
}
},
...
...
pages.json
View file @
1a588bc7
...
...
@@ -84,20 +84,20 @@
}
]
},
//
{
//
"root"
:
"pages/live"
,
//赞羊、甲鹤、罗演的杂货铺
//
"plugins"
:
{
//
"live-player-plugin"
:
{
//
"version"
:
"1.3.2"
,
//
"provider"
:
"wx2b03c6e691cd7370"
//
}
//
},
//
"pages"
:
[{
//
"path"
:
"index"
//
},
{
//
"path"
:
"share"
//
}]
//
},
{
"root"
:
"pages/live"
,
//赞羊、甲鹤、罗演的杂货铺
"plugins"
:
{
"live-player-plugin"
:
{
"version"
:
"1.3.2"
,
"provider"
:
"wx2b03c6e691cd7370"
}
},
"pages"
:
[{
"path"
:
"index"
},
{
"path"
:
"share"
}]
},
{
"root"
:
"pages/user-center"
,
"pages"
:
[{
...
...
plugin/api.js
View file @
1a588bc7
...
...
@@ -2,8 +2,9 @@ export default {
install
(
Vue
,
options
)
{
Vue
.
prototype
.
host
=
"https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
Vue
.
prototype
.
host2
=
"http://localhost:5000"
//Vue.prototype.host2 = "https://mallApi.oytour.com"
// Vue.prototype.host2 = "http://192.168.20.24:8200"
// Vue.prototype.host2 = "http://192.168.20.8:8088"
Vue
.
prototype
.
host2
=
"https://mallApi.oytour.com"
Vue
.
prototype
.
UploadConfig
=
function
()
{
//本地上传配置
return
{
...
...
@@ -161,7 +162,7 @@ export default {
// 获取小程序APPID
Vue
.
prototype
.
GetMiniAppId
=
function
()
{
let
appObj
=
{};
let
appType
=
3
;
let
appType
=
1
;
switch
(
appType
)
{
case
1
:
//赞羊
appObj
=
{
...
...
@@ -220,7 +221,7 @@ export default {
};
break
;
case
9
:
appObj
=
{
//罗演的杂货铺
appObj
=
{
//罗演的杂货铺
007 美妆
AppId
:
'wx67a8fb290ec58af4'
,
TenantId
:
20
,
MallBaseId
:
10
,
...
...
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