This commit is contained in:
2023-06-14 11:36:36 +08:00
parent 093aa320d0
commit b0c9263031

View File

@@ -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);
};
},
},