|
@@ -165,7 +165,6 @@ export default {
|
|
|
}
|
|
|
getDeviceList(params).then(res => {
|
|
|
this.loading = false
|
|
|
- console.log(res)
|
|
|
if(res.code === 10000) {
|
|
|
this.list = res.data.records;
|
|
|
this.total = res.data.total;
|
|
@@ -182,7 +181,6 @@ export default {
|
|
|
created() {
|
|
|
this.userItem = JSON.parse(localStorage.getItem("gold_UserItem"));
|
|
|
this.GetFarm()
|
|
|
- console.log(this.userItem)
|
|
|
},
|
|
|
mounted() {
|
|
|
if(this.userItem.type === 0) {
|