Selaa lähdekoodia

fix导入模板地址

Michael Wang 3 vuotta sitten
vanhempi
commit
9be834731c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/features/userManagement/UserManagement.vue

+ 1 - 1
src/features/userManagement/UserManagement.vue

@@ -368,7 +368,7 @@ const rowSelection = {
 };
 
 async function downloadTpl() {
-  downloadFileURL("/api/ess/org/template");
+  downloadFileURL("/api/ess/user/template");
 }
 
 function handleUserPrivilege(userId: number) {