Browse Source

管理后台-菜单重命名

panyong 3 years ago
parent
commit
ae9278d034
1 changed files with 12 additions and 12 deletions
  1. 12 12
      htmldev/manage/src/router/modules/business.js

+ 12 - 12
htmldev/manage/src/router/modules/business.js

@@ -66,20 +66,20 @@ const businessRouter = {
       path: 'sms',
       component: () => import('@/views/business/sms/index'),
       name: 'BusinessSMS',
-      meta: { title: '演出管理', icon: 'el-icon-headset', roleValue: 'business_sms_show' },
+      meta: { title: '演出计划', icon: 'el-icon-headset', roleValue: 'business_sms_show' },
       redirect: '/business/sms/plan',
       children: [
         {
           path: 'pickASong',
           component: () => import('@/views/business/sms/pickASong/index'),
           name: 'BusinessSMSPickASong',
-          meta: { title: '点歌记录', roleValue: 'business_sms_pickASong_show' }
+          meta: { title: '点歌', roleValue: 'business_sms_pickASong_show' }
         },
         {
           path: 'reward',
           component: () => import('@/views/business/sms/reward/index'),
           name: 'BusinessSMSReward',
-          meta: { title: '赞赏记录', roleValue: 'business_sms_reward_show' }
+          meta: { title: '赞赏', roleValue: 'business_sms_reward_show' }
         },
         {
           path: 'plan',
@@ -91,13 +91,13 @@ const businessRouter = {
           path: 'musicLib',
           component: () => import('@/views/business/sms/musicLib/index'),
           name: 'BusinessSMSMusicLib',
-          meta: { title: '曲库管理', roleValue: 'business_sms_musicLib_show' }
+          meta: { title: '艺人曲库', roleValue: 'business_sms_musicLib_show' }
         },
         {
           path: 'playList',
           component: () => import('@/views/business/sms/playList/index'),
           name: 'BusinessSMSPlayList',
-          meta: { title: '艺人曲库', roleValue: 'business_sms_playList_show' },
+          meta: { title: '设置曲库', roleValue: 'business_sms_playList_show' },
           hidden: true
         }
       ]
@@ -109,23 +109,23 @@ const businessRouter = {
       meta: { title: '商品管理', icon: 'el-icon-goods', roleValue: 'business_pms_show' },
       redirect: '/business/pms/goods',
       children: [
-        {
-          path: 'category',
-          component: () => import('@/views/business/pms/category/index'),
-          name: 'BusinessPMSCategory',
-          meta: { title: '商品分类', roleValue: 'business_pms_category_show' }
-        },
         {
           path: 'goods',
           component: () => import('@/views/business/pms/goods/index'),
           name: 'BusinessPMSGoods',
           meta: { title: '商品列表', roleValue: 'business_pms_goods_show' }
         },
+        {
+          path: 'category',
+          component: () => import('@/views/business/pms/category/index'),
+          name: 'BusinessPMSCategory',
+          meta: { title: '分类设置', roleValue: 'business_pms_category_show' }
+        },
         {
           path: 'goodsAttr',
           component: () => import('@/views/business/pms/goodsAttr/index'),
           name: 'BusinessPMSGoodsAttr',
-          meta: { title: '商品附加', roleValue: 'business_pms_goodsAttr_show' }
+          meta: { title: '选配设置', roleValue: 'business_pms_goodsAttr_show' }
         }
       ]
     }