Browse Source

综治页面

master
HAHA 3 years ago
parent
commit
a8fe212204
  1. 27
      src/views/modules/productIframe/cabaseinfo-caloudong.vue
  2. 27
      src/views/modules/productIframe/cabaseinfo-capingfang.vue
  3. 27
      src/views/modules/productIframe/cabaseinfo-carental.vue
  4. 27
      src/views/modules/productIframe/cabaseinfo-caresident.vue
  5. 27
      src/views/modules/productIframe/cabaseinfo-carotators.vue

27
src/views/modules/productIframe/cabaseinfo-caloudong.vue

@ -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>

27
src/views/modules/productIframe/cabaseinfo-capingfang.vue

@ -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>

27
src/views/modules/productIframe/cabaseinfo-carental.vue

@ -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>

27
src/views/modules/productIframe/cabaseinfo-caresident.vue

@ -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>

27
src/views/modules/productIframe/cabaseinfo-carotators.vue

@ -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…
Cancel
Save