Explorar el Código

小程序pc已扫码的接口不加token

xuqiaoying hace 3 años
padre
commit
3b7f253f0b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      common/httpList/login.js

+ 2 - 1
common/httpList/login.js

@@ -169,7 +169,8 @@ export default {
 		return myRequest({
 			url: '/scan_code',
 			method: 'get',
-			data: data
+			data: data,
+			noToken: true
 		})
 	}
 }