修改后台权限
This commit is contained in:
4
node_modules/is-obj/index.js
generated
vendored
Normal file
4
node_modules/is-obj/index.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export default function isObject(value) {
|
||||
const type = typeof value;
|
||||
return value !== null && (type === 'object' || type === 'function');
|
||||
}
|
||||
Reference in New Issue
Block a user