Browse Source

fix 修复 租户套餐导出路径错误问题

疯狂的狮子Li 1 năm trước cách đây
mục cha
commit
c0ee3182e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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/tenantPackage/export',
+    'system/package/export',
     {
       ...queryParams.value
     },