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
f4eb07b8
Commit
f4eb07b8
authored
Sep 26, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
82a129d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
manifest.json
manifest.json
+1
-1
api.js
plugin/api.js
+4
-4
No files found.
manifest.json
View file @
f4eb07b8
...
...
@@ -66,7 +66,7 @@
"quickapp"
:
{},
/*
小程序特有相关
*/
"mp-weixin"
:
{
"appid"
:
"wx
5349e63aea0c8529
"
,
"appid"
:
"wx
1bf3a7c76b10bb6d
"
,
"setting"
:
{
"urlCheck"
:
false
,
"minified"
:
false
...
...
plugin/api.js
View file @
f4eb07b8
...
...
@@ -5,10 +5,10 @@ export default {
Vue
.
prototype
.
host2
=
"http://192.168.10.128:8200"
//本地
// Vue.prototype.host2 = "http://192.168.10.46:8200"
//
Vue.prototype.host2 = "https://mallApi.oytour.com"//测试
Vue
.
prototype
.
host2
=
"https://mallApi.oytour.com"
//测试
//进阶思维后台地址
Vue
.
prototype
.
host3
=
"http://192.168.10.128:8900"
//本地
//
Vue.prototype.host3 = "https://jjeduapi.oytour.com"//测试
//
Vue.prototype.host3 = "http://192.168.10.128:8900"//本地
Vue
.
prototype
.
host3
=
"https://jjeduapi.oytour.com"
//测试
Vue
.
prototype
.
UploadConfig
=
function
()
{
//本地上传配置
return
{
UploadUrl
:
this
.
host2
.
indexOf
(
'mallApi'
)
!=
-
1
?
"https://upload.oytour.com/Upload/AppUpload"
:
"http://192.168.20.214:8120/Upload/AppUpload"
,
...
...
@@ -213,7 +213,7 @@ export default {
// 获取小程序APPID
Vue
.
prototype
.
GetMiniAppId
=
function
()
{
let
appObj
=
{};
let
appType
=
13
;
let
appType
=
4
;
switch
(
appType
)
{
case
1
:
//赞羊
appObj
=
{
...
...
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