wzyyy il y a 3 ans
Parent
commit
989f2f0e12
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/pages/system/Apply/service.ts

+ 1 - 1
src/pages/system/Apply/service.ts

@@ -42,7 +42,7 @@ class Service extends BaseService<any> {
       data,
       data,
     });
     });
   queryOwnerTreeStandalone = (appId: string, owner: string) =>
   queryOwnerTreeStandalone = (appId: string, owner: string) =>
-    request(`{/${SystemConst.API_BASE}/application/${appId}/_/api/menu/owner/tree/${owner}`, {
+    request(`/${SystemConst.API_BASE}/application/${appId}/_/api/menu/owner/tree/${owner}`, {
       method: 'POST',
       method: 'POST',
       data: {},
       data: {},
     });
     });