南昌市物联网技防平台-前端
shuishen
2021-01-29 c0cba2f33dd6b1329b94d7ec4e4606fd46c28151
1
2
3
4
5
6
7
8
9
10
11
/*
 * @Description: 
 * @Version: 1.0
 * @Author: yangsx
 * @Date: 2019-12-09 17:43:16
 * @LastEditors: yangsx
 * @LastEditTime: 2019-12-09 17:45:21
 */
function login(data, success) {
  post(host1 + "/blade-auth/oauth/token?tenantId=000000&username="+data.suLoginname+"&password="+data.suPwd+"&grant_type=password&scope=all&type=accoun", success);
}