Closed paopaolee closed 1 year ago
` import disableDevtool from 'disable-devtool';
disableDevtool({ url: location.origin, md5: "xxxx", tkName: "debug", disableSelect: true,// Whether to disable selection text Default is false disableCopy: true, // Whether to disable copying, default is false disableCut: true, // Whether to disable cutting, default is false disablePaste: true, // Whether to disable paste, default is false }); 上面是我的代码配置,当我在页面地址加上?debug=xxxx`时无法un-disable
上面是我的代码配置,当我在页面地址加上
@theajack
debug=md5的原值 才可以
` import disableDevtool from 'disable-devtool';
disableDevtool({ url: location.origin, md5: "xxxx", tkName: "debug", disableSelect: true,// Whether to disable selection text Default is false disableCopy: true, // Whether to disable copying, default is false disableCut: true, // Whether to disable cutting, default is false disablePaste: true, // Whether to disable paste, default is false });
上面是我的代码配置,当我在页面地址加上
?debug=xxxx`时无法un-disable