Browse Source

modify sidebar name

EthnaYeh 7 years ago
parent
commit
ad99ab2e38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -81,7 +81,7 @@ export const constantRouterMap = [
81 81
         name: 'GambleGameBucket',
82 82
         component: _import('gambleGameBucket/index'),
83 83
         meta: {
84
-          title: '每紀錄',
84
+          title: '每紀錄',
85 85
           icon: 'table'
86 86
           // role: ['dd']
87 87
         },