lijinlong
许宏杰 1 year ago
parent fe1bd1eb81
commit 4db6ed4f12

@ -1,4 +1,6 @@
<template>
<div class="pc">
<div class="container">
<div class="main-container">
<div class="top_nav">
@ -68,6 +70,7 @@
</div>
</el-dialog>
</div>
</div>
</template>
<script>
@ -128,6 +131,11 @@ export default {
</script>
<style lang="scss" scoped>
.pc{
width: 100%;
height: $ScreenHeight;
overflow: scroll;
}
.iframeBox {
position: relative;
width: 3305px;
@ -140,6 +148,8 @@ export default {
.container {
width: $ScreenWidth;
height: $ScreenHeight;
width: 1920;
height: 1080;
position: relative;
background: url("~@/assets/privateOrder/topNar/line_right_left.png") no-repeat;
background-size: 100% 100%;

@ -365,7 +365,6 @@ export default {
openNewWindow(e) {
const index = e.target.dataset.curdata
this.href = this.dataList[index].url
console.log(this.href)
this.dialogDetails = true
// const data = {
// 'newsId': e.newsId,

@ -26,7 +26,7 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath
*/
// publicPath: './',
publicPath: '/demo/taicangzongzhi',
publicPath: '/demo/taicangzongzhi2',
outputDir: 'dist',
assetsDir: 'static',
lintOnSave: process.env.NODE_ENV === 'development',

Loading…
Cancel
Save