给更多页添加头部和底部并修改本地userid
This commit is contained in:
@ -2,11 +2,10 @@
|
||||
<!-- 预览弹出层 -->
|
||||
<div class="result_page">
|
||||
<el-backtop target=".result_page" :visibility-height="500"></el-backtop>
|
||||
<div class="my_header">
|
||||
<!-- <div class="my_header">
|
||||
<div class="title content p0-100">
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="8">
|
||||
<!-- <span>嘉策科技创新服务平台</span> -->
|
||||
<img
|
||||
src="@/assets/logo/logo2.png"
|
||||
alt=""
|
||||
@ -29,16 +28,12 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-col>
|
||||
<!-- <el-col :span="8" style="text-align: right">
|
||||
<span
|
||||
>服务热线:<span style="color: #ffa32c">400-0507-580</span></span
|
||||
>
|
||||
</el-col> -->
|
||||
</el-row>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<headerPage />
|
||||
|
||||
<div class="my_main content p0-100" style="display: flex">
|
||||
<div class="my_main content p0-100 min_h_285" style="display: flex">
|
||||
<div class="l" style="width: 75%; background-color: #fff; padding: 30px">
|
||||
<h2>{{ formData.title }}</h2>
|
||||
<div class="info" v-if="type != 'information'">
|
||||
@ -148,7 +143,7 @@
|
||||
<i>24小时服务热线</i>
|
||||
</div>
|
||||
<div class="footer_left_three">
|
||||
<i>0551-6336-6313</i>
|
||||
<i>0551-xxxx-xxx</i>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
@ -196,9 +191,11 @@ import { getPolicyList, getRead } from '@/api/home/notice';
|
||||
import { mapGetters } from 'vuex';
|
||||
import { add, cancel } from '@/api/search';
|
||||
import Editor from '@/components/Editor';
|
||||
import headerPage from './components/header';
|
||||
export default {
|
||||
components: {
|
||||
Editor
|
||||
Editor,
|
||||
headerPage
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user