Browse Source

添加路由

11816 18 hours ago
parent
commit
c9d42c50dc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/api/contractApi.js

+ 1
- 1
src/api/contractApi.js View File

@@ -47,7 +47,7 @@ export const importPsExeExcel = (file) => {
47 47
   const formData = new FormData()
48 48
   formData.append('file', file)
49 49
   return service({
50
-    url: '/pAndSExe/importPsExe', // 对应后端新接口路径
50
+    url: '/pAndSExe/import', // 对应后端新接口路径
51 51
     method: 'post',
52 52
     data: formData,
53 53
     headers: {

Loading…
Cancel
Save