mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 02:20:12 +08:00
update
This commit is contained in:
@@ -480,8 +480,8 @@ export default {
|
||||
xhr.onload = function () {
|
||||
// console.log(xhr.responseText,'responseText')
|
||||
that.options = JSON.parse(xhr.responseText);
|
||||
console.log('检测类型',Object.prototype.toString.call(that.options))
|
||||
console.log("option的值", that.options);
|
||||
// console.log('检测类型',Object.prototype.toString.call(that.options));
|
||||
// console.log("option的值", that.options);
|
||||
};
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user