Merge branch 'master' of https://github.com/metersphere/metersphere
This commit is contained in:
commit
30e9bb7932
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue