|
@@ -97,9 +97,10 @@
|
|
|
// this.passError = true;
|
|
|
// }
|
|
|
// 检查手机号有无验证
|
|
|
+ BasicFunction.get_data("smartUsers/list", function(data) { console.log(data.model.list); } );
|
|
|
BasicFunction.get_data("smartUsers/list", function(response){
|
|
|
console.log("------ Data Rcvd in Login --------");
|
|
|
- console.log(response);
|
|
|
+ console.log(response.model.list);
|
|
|
});
|
|
|
// this.$router.push('index');
|
|
|
this.$router.push('index');
|