wzyyy пре 3 година
родитељ
комит
989f2f0e12
1 измењених фајлова са 1 додато и 1 уклоњено
  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,
     });
   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',
       data: {},
     });