quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
saas_vue/src/views/layout/LeftMenu.vue
@@ -92,6 +92,30 @@
          ]
        },
        {
          name: '连盟权限',
          icon: 'icon-authority',
          path: '/branchaccess',
          children: [
            {
              name: '权限列表',
              icon: null,
              path: '/branchaccess/Index'
            }
          ]
        },
        {
          name: '运营中心权限',
          icon: 'icon-authority',
          path: '/agentaccess',
          children: [
            {
              name: '权限列表',
              icon: null,
              path: '/agentaccess/Index'
            }
          ]
        },
        {
          name: '商城',
          icon: 'icon-zhuye',
          path: '/shop',
@@ -103,30 +127,30 @@
            }
          ]
        },
        {
          name: '代理商',
          icon: 'icon-huiyuan',
          path: '/agent',
          children: [
            {
              name: '代理商列表',
              icon: null,
              path: '/agent/Index'
            }
          ]
        },
        {
          name: '客户管理',
          icon: 'icon-huiyuan',
          path: '/client',
          children: [
            {
              name: '客户列表',
              icon: null,
              path: '/client/Index'
            }
          ]
        },
        // {
        //   name: '代理商',
        //   icon: 'icon-huiyuan',
        //   path: '/agent',
        //   children: [
        //     {
        //       name: '代理商列表',
        //       icon: null,
        //       path: '/agent/Index'
        //     }
        //   ]
        // },
        // {
        //   name: '客户管理',
        //   icon: 'icon-huiyuan',
        //   path: '/client',
        //   children: [
        //     {
        //       name: '客户列表',
        //       icon: null,
        //       path: '/client/Index'
        //     }
        //   ]
        // },
        {
          name: '消息',
          icon: 'icon-xiaoxi1',
@@ -163,18 +187,18 @@
            }
          ]
        },
        {
          name: '开放设置',
          icon: 'icon-icon-test1',
          path: '/opensettings',
          children: [
            {
              name: '开放设置',
              icon: null,
              path: '/opensettings/index'
            }
          ]
        },
        // {
        //   name: '开放设置',
        //   icon: 'icon-icon-test1',
        //   path: '/opensettings',
        //   children: [
        //     {
        //       name: '开放设置',
        //       icon: null,
        //       path: '/opensettings/index'
        //     }
        //   ]
        // },
        {
          name: '密码',
          icon: 'icon-authority1',
@@ -199,18 +223,18 @@
        //     }
        //   ]
        // },
        {
          name: '应用',
          icon: 'icon-chajian',
          path: '/application',
          children: [
            {
              name: '应用',
              icon: null,
              path: '/application/applic/Index'
            }
          ]
        }
        // {
        //   name: '应用',
        //   icon: 'icon-chajian',
        //   path: '/application',
        //   children: [
        //     {
        //       name: '应用',
        //       icon: null,
        //       path: '/application/applic/Index'
        //     }
        //   ]
        // }
      ]
    };
  },