diff --git a/.env.test b/.env.test index 2ae3119..6c3d3c0 100644 --- a/.env.test +++ b/.env.test @@ -5,9 +5,6 @@ ENV = 'development' VUE_APP_TITLE = 链友融财务数字一体化信息系统 # 链友融财务数字一体化信息系统/开发环境 -# 测试 -#VUE_APP_BASE_API = 'http://60.204.223.58:8080' -# 方楠 VUE_APP_BASE_API = 'https://2537287x0n.imdo.co' # 路由懒加载 diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 35c3df7..d3f9c9c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -126,29 +126,25 @@ export default { route: '/mySupplier', title: '供应商合同审批', icon: 'friends-o', - // show: this.permission_btns.includes('procurement:supplierCt:list') - show: true + show: this.permission_btns.includes('procurement:supplierCt:list') }, { route: '/myCustom', title: '客户合同审批', icon: 'manager-o', - // show: this.permission_btns.includes('bs:customer-contract:query') - show: true + show: this.permission_btns.includes('bs:customer-contract:query') }, { route: '/myBidder', title: '中标审批', icon: 'bookmark-o', - // show: this.permission_btns.includes('bs:quotation-sheet:create') - show: true + show: this.permission_btns.includes('bs:quotation-sheet:create') }, { route: '/myPay', title: '付款审批', icon: 'refund-o', - // show: this.permission_btns.includes('procurement:payApply:list') - show: true + show: this.permission_btns.includes('procurement:payApply:list') }, ], title: '合同审批' @@ -165,15 +161,13 @@ export default { route: '/myNewTrips', title: '我的申请', icon: 'manager-o', - // show: checkPermission('bs/myExpenseApply/index'), - show: true + show: checkPermission('bs/myExpenseApply/index'), }, { route: '/myTrips', title: '申请单', icon: 'exchange', - // show: checkPermission('bs/expenseApply/index'), - show: true + show: checkPermission('bs/expenseApply/index'), }, // { // route: '/claim', @@ -185,22 +179,19 @@ export default { route: '/myNewClaim', title: '我的报销', icon: 'bookmark-o', - // show: checkPermission('bs/myExpenseClaim/index'), - show: true + show: checkPermission('bs/myExpenseClaim/index'), }, { route: '/myClaim', title: '报销单', icon: 'qr-invalid', - // show: checkPermission('bs/expenseClaim/index'), - show: true + show: checkPermission('bs/expenseClaim/index'), }, { route: '/myInvoice', title: '我的发票', icon: 'label-o', - // show: checkPermission('bs/invoice/index'), - show: true + show: checkPermission('bs/invoice/index'), }, ], title: '企业办公'