<template>
<list parea="admin" pentity="Product" />
</template>
<script>
export default {
data: function () {
return {
title: '后台列表'
}
</script>