|
|
@ -8,21 +8,23 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="content-1180"> |
|
|
|
<div class="d-flex" style="margin-top:20px" :class="isTrue ? '' : 'justify-center'"> |
|
|
|
<div class="footer-title"> |
|
|
|
<p style="font-size:24px;rgb(51,51,51);font-weight:bold;">网上展厅</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)" @click="jumpPage('notice', '0503')">公示公告</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)">数字大唐</p> |
|
|
|
</div> |
|
|
|
<div class="footer-title"> |
|
|
|
<p style="font-size:24px;rgb(51,51,51);font-weight:bold;">网上服务</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)">人才招购</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)">招标采购</p> |
|
|
|
</div> |
|
|
|
<div class="footer-title"> |
|
|
|
<p style="font-size:24px;rgb(51,51,51);font-weight:bold;">资料下载</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)">责任报告</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)" @click="jumpPage('profile', '0104')">企业VI</p> |
|
|
|
<div class="d-flex" style="margin-top:20px;" :class="isTrue ? '' : 'justify-center'"> |
|
|
|
<div class="d-flex" style="z-index: 10"> |
|
|
|
<div class="footer-title"> |
|
|
|
<p style="font-size:24px;rgb(51,51,51);font-weight:bold;">网上展厅</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)" @click="jumpPage('notice', '0503')">公示公告</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)">数字大唐</p> |
|
|
|
</div> |
|
|
|
<div class="footer-title"> |
|
|
|
<p style="font-size:24px;rgb(51,51,51);font-weight:bold;">网上服务</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)">人才招购</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)">招标采购</p> |
|
|
|
</div> |
|
|
|
<div class="footer-title"> |
|
|
|
<p style="font-size:24px;rgb(51,51,51);font-weight:bold;">资料下载</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)">责任报告</p> |
|
|
|
<p style="font-size:18px;rgb(102,102,102)" @click="jumpPage('profile', '0104')">企业VI</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<img src="./erweima.png" style="width:164px;height:94px" alt="" /> |
|
|
|
</div> |
|
|
@ -97,7 +99,7 @@ export default { |
|
|
|
// path: url, |
|
|
|
// query: { code }, |
|
|
|
// }); |
|
|
|
window.open(`http://${window.location.host}/${url}?code=${code}`); |
|
|
|
window.open(`${process.env.VUE_APP_BASE_URL + process.env.VUE_APP_PUBLIC_PATH}/${url}?code=${code}`); |
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|