Sfoglia il codice sorgente

fix 修复 租户套餐导出路径编写错误

Signed-off-by: 疯狂的狮子Li <15040126243@163.com>
疯狂的狮子Li 9 mesi fa
parent
commit
e1860a30fc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/system/tenantPackage/index.vue

+ 1 - 1
src/views/system/tenantPackage/index.vue

@@ -321,7 +321,7 @@ const handleDelete = async (row?: TenantPkgVO) => {
 /** 导出按钮操作 */
 const handleExport = () => {
   proxy?.download(
-    'system/package/export',
+    'system/tenant/package/export',
     {
       ...queryParams.value
     },