8 changed files with 250 additions and 0 deletions
@ -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> |
||||
|
|
@ -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> |
||||
|
|
@ -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> |
||||
|
|
@ -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> |
||||
|
|
@ -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> |
||||
|
|
@ -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> |
||||
|
|
@ -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> |
||||
|
|
@ -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…
Reference in new issue