Explorar o código

更新 登录接口

wzh %!s(int64=3) %!d(string=hai) anos
pai
achega
b97b51260a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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) {