wzyyy 3 лет назад
Родитель
Сommit
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: {},
     });