Skip to content

Commit

Permalink
删除all Post页面
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-lz committed Sep 7, 2017
1 parent c8411cd commit 1b4465e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 187 deletions.
62 changes: 0 additions & 62 deletions src/renderer/components/productInfo/allPost.sass

This file was deleted.

22 changes: 0 additions & 22 deletions src/renderer/components/productInfo/allpost.jade

This file was deleted.

92 changes: 0 additions & 92 deletions src/renderer/components/productInfo/allpost.vue

This file was deleted.

10 changes: 1 addition & 9 deletions src/renderer/components/productInfo/index.jade
Expand Up @@ -29,15 +29,7 @@
router-link(:to='{name: "ProductAllFilter"}' exact)
i.iconfont.icon-filter
span 全部任务
//- router-link(:to='{name: "ProductAllPost", query:{level: 1}}' exact)
//- i.iconfont.icon-daiban
//- span 待办
//- router-link(:to='{name: "ProductAllPost", query:{level: 2}}' exact)
//- i.iconfont.icon-shenhe
//- span 待审核
//- router-link(:to='{name: "ProductAllPost", query:{level: 5}}' exact)
//- i.iconfont.icon-wancheng
//- span 已归档

.border-dive
div.con
p.con-title 设置
Expand Down
2 changes: 0 additions & 2 deletions src/renderer/router/index.js
Expand Up @@ -15,7 +15,6 @@ const ProductTodoT = resolve => require(['@/components/productInfo/todoT'], reso
const ProductMember = resolve => require(['@/components/productInfo/member'], resolve)
const ProductSetting = resolve => require(['@/components/productInfo/setting'], resolve)
const ProductNotification = resolve => require(['@/components/productInfo/notification'], resolve)
const ProductAllPost = resolve => require(['@/components/productInfo/allpost'], resolve)
const ProductAllFilter = resolve => require(['@/components/productInfo/allFilter'], resolve)
const ProductStatistics = resolve => require(['@/components/productInfo/statistics'], resolve)

Expand All @@ -38,7 +37,6 @@ export default new Router({
{ path: 'member', name: 'ProductMember', component: ProductMember, meta: { requireAuth: true } },
{ path: 'setting', name: 'ProductSetting', component: ProductSetting, meta: { requireAuth: true } },
{ path: 'notification', name: 'ProductNotification', component: ProductNotification, meta: { requireAuth: true } },
{ path: 'allpost', name: 'ProductAllPost', component: ProductAllPost, meta: { requireAuth: true } },
{ path: 'allfilter', name: 'ProductAllFilter', component: ProductAllFilter, meta: { requireAuth: true } },
{ path: 'statistics', name: 'ProductStatistics', component: ProductStatistics, meta: { requireAuth: true } }
]
Expand Down

0 comments on commit 1b4465e

Please sign in to comment.