瀏覽代碼

fix: merge

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: {},
     });