Browse Source

增加五大图层

release/hlpt
mk 2 years ago
parent
commit
c651a09677
  1. 30
      src/views/modules/productIframe/shequzhili-csgltc-csgl.vue
  2. 30
      src/views/modules/productIframe/shequzhili-ggfwtc-ggfw.vue
  3. 31
      src/views/modules/productIframe/shequzhili-tuceng-anquan-qunzufang.vue
  4. 30
      src/views/modules/productIframe/shequzhili-tuceng-anquan-weihua-index.vue
  5. 30
      src/views/modules/productIframe/shequzhili-tuceng-anquan-xuncha-index.vue
  6. 39
      src/views/modules/productIframe/shequzhili-tuceng-anquan-xuncharecord-ice.vue
  7. 30
      src/views/modules/productIframe/shequzhili-tuceng-yingji-ziyuan-index.vue
  8. 30
      src/views/modules/productIframe/shequzhili-tuceng-zhonghe-base.vue

30
src/views/modules/productIframe/shequzhili-csgltc-csgl.vue

@ -0,0 +1,30 @@
<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']}/shequzhili-csgltc-csgl?token=${Cookies.get('token')}`
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.iframe {
width: 100%;
// min-height: calc(calc(100vh - 50px - 38px - 30px) - 2px - 45px);
min-height: calc(100vh - 123px);
}
</style>

30
src/views/modules/productIframe/shequzhili-ggfwtc-ggfw.vue

@ -0,0 +1,30 @@
<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']}/shequzhili-ggfwtc-ggfw?token=${Cookies.get('token')}`
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.iframe {
width: 100%;
// min-height: calc(calc(100vh - 50px - 38px - 30px) - 2px - 45px);
min-height: calc(100vh - 123px);
}
</style>

31
src/views/modules/productIframe/shequzhili-tuceng-anquan-qunzufang.vue

@ -0,0 +1,31 @@
<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']}/shequzhili-tuceng-anquan-qunzufang?token=${Cookies.get('token')}`
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.iframe {
width: 100%;
// min-height: calc(calc(100vh - 50px - 38px - 30px) - 2px - 45px);
min-height: calc(100vh - 123px);
}
</style>

30
src/views/modules/productIframe/shequzhili-tuceng-anquan-weihua-index.vue

@ -0,0 +1,30 @@
<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']}/shequzhili-tuceng-anquan-weihua-index?token=${Cookies.get('token')}`
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.iframe {
width: 100%;
// min-height: calc(calc(100vh - 50px - 38px - 30px) - 2px - 45px);
min-height: calc(100vh - 123px);
}
</style>

30
src/views/modules/productIframe/shequzhili-tuceng-anquan-xuncha-index.vue

@ -0,0 +1,30 @@
<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']}/shequzhili-tuceng-anquan-xuncha-index?token=${Cookies.get('token')}`
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.iframe {
width: 100%;
// min-height: calc(calc(100vh - 50px - 38px - 30px) - 2px - 45px);
min-height: calc(100vh - 123px);
}
</style>

39
src/views/modules/productIframe/shequzhili-tuceng-anquan-xuncharecord-ice.vue

@ -0,0 +1,39 @@
<!--
* @Author: mk 2403457699@qq.com
* @Date: 2023-12-26 15:06:14
* @LastEditors: mk 2403457699@qq.com
* @LastEditTime: 2023-12-26 15:10:14
* @Description: 介绍一下改动了什么
*
*
-->
<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']}/shequzhili-tuceng-anquan-xuncharecord-icenterprisechangerecord?token=${Cookies.get('token')}`
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.iframe {
width: 100%;
// min-height: calc(calc(100vh - 50px - 38px - 30px) - 2px - 45px);
min-height: calc(100vh - 123px);
}
</style>

30
src/views/modules/productIframe/shequzhili-tuceng-yingji-ziyuan-index.vue

@ -0,0 +1,30 @@
<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']}/shequzhili-tuceng-yingji-ziyuan-index?token=${Cookies.get('token')}`
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.iframe {
width: 100%;
// min-height: calc(calc(100vh - 50px - 38px - 30px) - 2px - 45px);
min-height: calc(100vh - 123px);
}
</style>

30
src/views/modules/productIframe/shequzhili-tuceng-zhonghe-base.vue

@ -0,0 +1,30 @@
<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']}/shequzhili-tuceng-zhonghe-base?token=${Cookies.get('token')}`
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.iframe {
width: 100%;
// min-height: calc(calc(100vh - 50px - 38px - 30px) - 2px - 45px);
min-height: calc(100vh - 123px);
}
</style>
Loading…
Cancel
Save