5 changed files with 135 additions and 0 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']}/cabaseinfo-caloudong?token=${Cookies.get('token')}` |
||||
|
}, |
||||
|
methods: { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
<style lang="scss" scoped> |
||||
|
.iframe { |
||||
|
width: 100%; |
||||
|
min-height: calc(100vh - 123px); |
||||
|
} |
||||
|
</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']}/cabaseinfo-capingfang?token=${Cookies.get('token')}` |
||||
|
}, |
||||
|
methods: { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
<style lang="scss" scoped> |
||||
|
.iframe { |
||||
|
width: 100%; |
||||
|
min-height: calc(100vh - 123px); |
||||
|
} |
||||
|
</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']}/cabaseinfo-carental?token=${Cookies.get('token')}` |
||||
|
}, |
||||
|
methods: { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
<style lang="scss" scoped> |
||||
|
.iframe { |
||||
|
width: 100%; |
||||
|
min-height: calc(100vh - 123px); |
||||
|
} |
||||
|
</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']}/cabaseinfo-caresident?token=${Cookies.get('token')}` |
||||
|
}, |
||||
|
methods: { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
<style lang="scss" scoped> |
||||
|
.iframe { |
||||
|
width: 100%; |
||||
|
min-height: calc(100vh - 123px); |
||||
|
} |
||||
|
</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']}/cabaseinfo-carotators?token=${Cookies.get('token')}` |
||||
|
}, |
||||
|
methods: { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
<style lang="scss" scoped> |
||||
|
.iframe { |
||||
|
width: 100%; |
||||
|
min-height: calc(100vh - 123px); |
||||
|
} |
||||
|
</style> |
Loading…
Reference in new issue