Browse Source

修改获取用户接口地址

pangqijun 1 năm trước cách đây
mục cha
commit
6b625e2ad6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/user.js

+ 1 - 1
api/user.js

@@ -18,7 +18,7 @@ export function getLoginAccount(data) {
  * 
  */
 export function getUserInfo() {
-	return request.get('v1/userApp-detailById');
+	return request.get('v1/userInfo/get');
 }
 
 /**