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

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

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

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

Loading…
Cancel
Save