@@ -59,6 +59,7 @@ export default {
},
created() {
+ console.log(1)
goodsList({ page: 1, limit: 1000 }).then(res => {
this.list = res.data.list
})