Houjie
2025-07-07 0a48655d2162b709ecb80d249a4085971add6140
api/api.js
@@ -6,7 +6,7 @@
     * 登录
     */
   login(params) {
      return http.post('/sys/mLogin',params)
      return http.post('/sys/login',params)
   },
   /**
     * 手机号码登录
@@ -17,8 +17,8 @@
   /**
     * 第三方登录
     */
   thirdLogin(token, thirdType,tenantId) {
      return http.get(`/sys/thirdLogin/getLoginUser/${token}/${thirdType}/${tenantId}`);
   thirdLogin(token, thirdType) {
      return http.get(`/sys/thirdLogin/getLoginUser/${token}/${thirdType}`);
   },
   /**
     * 退出