mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化 boot版bug
This commit is contained in:
parent
8cbd416fee
commit
e6dec5362f
@ -115,9 +115,8 @@
|
||||
appId: vc.component.serviceManageInfo.conditions.appId
|
||||
}
|
||||
}
|
||||
vc.http.get(
|
||||
'serviceManage',
|
||||
'loadApp',
|
||||
vc.http.apiGet(
|
||||
'/app.listApps',
|
||||
param,
|
||||
function(json, res) {
|
||||
if (res.status == 200) {
|
||||
|
||||
@ -113,9 +113,8 @@
|
||||
appId: vc.component.serviceRegisterManageInfo.conditions.appId
|
||||
}
|
||||
}
|
||||
vc.http.get(
|
||||
'serviceRegisterManage',
|
||||
'loadApp',
|
||||
vc.http.apiGet(
|
||||
'/app.listApps',
|
||||
param,
|
||||
function(json, res) {
|
||||
if (res.status == 200) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user