This commit is contained in:
parent
32dd0a94d2
commit
81f455dcf5
|
|
@ -6,7 +6,8 @@
|
||||||
"type" : "uni-app:app-ios"
|
"type" : "uni-app:app-ios"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"playground" : "custom",
|
"customPlaygroundType" : "device",
|
||||||
|
"playground" : "standard",
|
||||||
"type" : "uni-app:app-android"
|
"type" : "uni-app:app-android"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"apps": [],
|
"apps": [],
|
||||||
"details": [
|
"details": [
|
||||||
{
|
{
|
||||||
"appID": "wx5b1c0c8d01ded35d",
|
"appID": "wx17eef65c270b4869",
|
||||||
"paths": ["*"]
|
"paths": ["*"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -107,8 +107,8 @@
|
||||||
"payment" : {
|
"payment" : {
|
||||||
"weixin" : {
|
"weixin" : {
|
||||||
"__platform__" : [ "ios", "android" ],
|
"__platform__" : [ "ios", "android" ],
|
||||||
"appid" : "wx2381a791a52a402d",
|
"appid" : "wx17eef65c270b4869",
|
||||||
"UniversalLinks" : "https://app.mrrweb.com.cn/"
|
"UniversalLinks" : "https://api.mrrwlkj.top/"
|
||||||
},
|
},
|
||||||
"appleiap" : {},
|
"appleiap" : {},
|
||||||
"alipay" : {
|
"alipay" : {
|
||||||
|
|
@ -117,8 +117,8 @@
|
||||||
},
|
},
|
||||||
"share" : {
|
"share" : {
|
||||||
"weixin" : {
|
"weixin" : {
|
||||||
"appid" : "wx2381a791a52a402d",
|
"appid" : "wx17eef65c270b4869",
|
||||||
"UniversalLinks" : "https://app.mrrweb.com.cn/"
|
"UniversalLinks" : "https://api.mrrwlkj.top/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"geolocation" : {
|
"geolocation" : {
|
||||||
|
|
@ -134,8 +134,8 @@
|
||||||
},
|
},
|
||||||
"oauth" : {
|
"oauth" : {
|
||||||
"weixin" : {
|
"weixin" : {
|
||||||
"appid" : "wx2381a791a52a402d",
|
"appid" : "wx17eef65c270b4869",
|
||||||
"UniversalLinks" : "https://app.mrrweb.com.cn/"
|
"UniversalLinks" : "https://api.mrrwlkj.top/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -197,7 +197,7 @@
|
||||||
"quickapp" : {},
|
"quickapp" : {},
|
||||||
/* 小程序特有相关 */
|
/* 小程序特有相关 */
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"appid" : "wxb486b10a60d2c78d",
|
"appid" : "wx17eef65c270b4869",
|
||||||
"privacy" : {
|
"privacy" : {
|
||||||
"requiredPrivateInfos" : [ "getBackgroundFetchData" ]
|
"requiredPrivateInfos" : [ "getBackgroundFetchData" ]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -567,7 +567,7 @@
|
||||||
this.serviceTypes = this.serviceTypes.concat(firstclass.data);
|
this.serviceTypes = this.serviceTypes.concat(firstclass.data);
|
||||||
|
|
||||||
await request
|
await request
|
||||||
.post("/user/serverdetail", {
|
.post("/sj/servers/detail", {
|
||||||
id: this.formData.id
|
id: this.formData.id
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue