码迷,mamicode.com
首页 > Web开发 > 详细

webpack权限控制

时间:2019-10-08 14:13:28      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:const   activity   nbsp   class   theme   权限   muti   col   port   

const type= "a";
const menusConfig = {
  a: ["activity"],
  b: ["activity", "theme", "chessGame"],  //mutiIdentity
  "c": ["activity"],
  d: ["activity", "theme"],
  f: ["activity"],
  g: ["activity"]
};
const menus = (() => {
  let o = {};
  let menu = menusConfig[type];
  menu.forEach(item => {
    o[item] = true;
  });
  return o;
})();

module.exports = {
    menus: menus
};

 

webpack权限控制

标签:const   activity   nbsp   class   theme   权限   muti   col   port   

原文地址:https://www.cnblogs.com/dhsz/p/11634907.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!