|
@@ -22,7 +22,7 @@
|
|
|
<!-- <el-col :span="24" align="right" style="font-size: 0.8rem;">插件</el-col> -->
|
|
|
<el-col :span="24" align="center" style="font-size: 1.5rem; padding-top: 1rem;">{{ info.title }}</el-col>
|
|
|
<el-col :span="24" align="right" class="date">
|
|
|
- 发布时间:{{ info.meta && info.meta.createdAt ? new Date(info.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
+ 发布时间:{{ info.publish_time }}
|
|
|
<!-- 点击人次:26125 -->
|
|
|
</el-col>
|
|
|
<el-col :span="24" style="text-align:center">
|
|
@@ -51,7 +51,10 @@ export default {
|
|
|
data: () => ({
|
|
|
info: {},
|
|
|
loading: true,
|
|
|
- menuList: [{ index: '1', name: '学校简介' }, { index: '2', name: '学校概括' }],
|
|
|
+ menuList: [
|
|
|
+ { index: '1', name: '学校简介' },
|
|
|
+ { index: '2', name: '学校概括' },
|
|
|
+ ],
|
|
|
}),
|
|
|
created() {
|
|
|
this.search();
|