hfxc226 2 년 전
부모
커밋
89d46cdcda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/excel/excel.js

+ 1 - 1
src/api/excel/excel.js

@@ -9,7 +9,7 @@ import { stringify } from 'qs'
  */
 export function importExcel (parameter) {
   return axios({
-    url: '/excel/import/',
+    url: '/excel/import',
     method: 'POST',
     headers: {
       'Accept': 'application/json',