diff --git a/mock/article.js b/mock/article.js index 275695e..c86962d 100755 --- a/mock/article.js +++ b/mock/article.js @@ -2,7 +2,7 @@ import Mock from 'mockjs' // import logoPath from "~@/assets/img/yp_logo.jpeg" const List = [] -const count = 100 +const count = 50 const baseContent = '
I am testing data, I am testing data.
' // const image_uri = logoPath diff --git a/src/views/application/appList.vue b/src/views/application/appList.vue index 1e72d43..e8e0eff 100644 --- a/src/views/application/appList.vue +++ b/src/views/application/appList.vue @@ -91,16 +91,16 @@ export default { path: '', nav_menu_data: [{ title: '产品列表', - path: '/Menu/appList' + name: 'appList' }, { title: '订单列表', - path: '/Menu/orderList' + name: 'orderList' }, { title: '用户列表', - path: '/Menu/userList' + name: 'userList' }, { title: '运营分析', - path: '/Menu/analys' + name: 'analys' }], prodListTableData: [{ prodInfo: 'pic', diff --git a/src/views/prod/list.vue b/src/views/prod/list.vue index 6f5e91a..3e67192 100755 --- a/src/views/prod/list.vue +++ b/src/views/prod/list.vue @@ -1,102 +1,261 @@