Ver Fonte

更新 登录接口

wzh há 3 anos atrás
pai
commit
b97b51260a
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/apis/fetch.js

+ 2 - 2
src/apis/fetch.js

@@ -1,8 +1,8 @@
 import { $http } from "./config";
 export default {
-  // 货主登录
+  // 代理登录
   staffLogin(data) {
-    return $http("user/cargo/login", data);
+    return $http("user/proxy/login", data);
   },
   // 获取航次列表
   getVoyageList(data) {