5 changed files with 109 additions and 1 deletions
@ -0,0 +1,27 @@ |
|||||
|
<template> |
||||
|
<div class=""> |
||||
|
<iframe :src="URL" class="iframe" frameborder="no"/> |
||||
|
</div> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
import Cookies from 'js-cookie' |
||||
|
export default { |
||||
|
data () { |
||||
|
return { |
||||
|
URL: '' |
||||
|
} |
||||
|
}, |
||||
|
created () { |
||||
|
this.URL = `${window.SITE_CONFIG['iframeBaseUrl']}/plugins-power-kernelhousehold?token=${Cookies.get('token')}` |
||||
|
}, |
||||
|
methods: { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
<style lang="scss" scoped> |
||||
|
.iframe { |
||||
|
width: 100%; |
||||
|
min-height: calc(calc(100vh - 50px - 38px - 30px) - 5px); |
||||
|
} |
||||
|
</style> |
@ -0,0 +1,27 @@ |
|||||
|
<template> |
||||
|
<div class=""> |
||||
|
<iframe :src="URL" class="iframe" frameborder="no"/> |
||||
|
</div> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
import Cookies from 'js-cookie' |
||||
|
export default { |
||||
|
data () { |
||||
|
return { |
||||
|
URL: '' |
||||
|
} |
||||
|
}, |
||||
|
created () { |
||||
|
this.URL = `${window.SITE_CONFIG['iframeBaseUrl']}/plugins-power-poweraxis?token=${Cookies.get('token')}` |
||||
|
}, |
||||
|
methods: { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
<style lang="scss" scoped> |
||||
|
.iframe { |
||||
|
width: 100%; |
||||
|
min-height: calc(calc(100vh - 50px - 38px - 30px) - 5px); |
||||
|
} |
||||
|
</style> |
@ -0,0 +1,27 @@ |
|||||
|
<template> |
||||
|
<div class=""> |
||||
|
<iframe :src="URL" class="iframe" frameborder="no"/> |
||||
|
</div> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
import Cookies from 'js-cookie' |
||||
|
export default { |
||||
|
data () { |
||||
|
return { |
||||
|
URL: '' |
||||
|
} |
||||
|
}, |
||||
|
created () { |
||||
|
this.URL = `${window.SITE_CONFIG['iframeBaseUrl']}/plugins-power-poweraxistag?token=${Cookies.get('token')}` |
||||
|
}, |
||||
|
methods: { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
<style lang="scss" scoped> |
||||
|
.iframe { |
||||
|
width: 100%; |
||||
|
min-height: calc(calc(100vh - 50px - 38px - 30px) - 5px); |
||||
|
} |
||||
|
</style> |
@ -0,0 +1,27 @@ |
|||||
|
<template> |
||||
|
<div class=""> |
||||
|
<iframe :src="URL" class="iframe" frameborder="no"/> |
||||
|
</div> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
import Cookies from 'js-cookie' |
||||
|
export default { |
||||
|
data () { |
||||
|
return { |
||||
|
URL: '' |
||||
|
} |
||||
|
}, |
||||
|
created () { |
||||
|
this.URL = `${window.SITE_CONFIG['iframeBaseUrl']}/plugins-power-servicestation?token=${Cookies.get('token')}` |
||||
|
}, |
||||
|
methods: { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
<style lang="scss" scoped> |
||||
|
.iframe { |
||||
|
width: 100%; |
||||
|
min-height: calc(calc(100vh - 50px - 38px - 30px) - 5px); |
||||
|
} |
||||
|
</style> |
Loading…
Reference in new issue