zhangdan 4 năm trước cách đây
mục cha
commit
238a1dd3bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/config/router.config.js

+ 1 - 1
src/config/router.config.js

@@ -90,7 +90,7 @@ export const asyncRouterMap = [{
 	  path: '/FinancialManagement',
 	  name: 'FinancialManagement',
 	  component: PageView,
-	  meta: { title: '财务管理', icon: 'account-book',permission:'M_cwgn' },
+	  meta: { title: '财务管理', icon: 'account-book', permission: 'M_cwgn' },
 	  children: [
 	    {
 	      path: 'PaySettlementRecords/list',