This commit is contained in:
shiziyuan9527 2020-12-07 17:29:23 +08:00
commit 30e9bb7932
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export const xpack = {
function checkLicense(el, binding, type) {
let v = hasLicense()
if (v) {
if (!v) {
el.parentNode && el.parentNode.removeChild(el)
}
}