优化 boot版bug

This commit is contained in:
wuxw 2022-08-12 00:20:48 +08:00
parent 8cbd416fee
commit e6dec5362f
2 changed files with 4 additions and 6 deletions

View File

@ -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) {

View File

@ -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) {