|
@@ -52,23 +52,18 @@
|
|
</el-pagination>
|
|
</el-pagination>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
- <!-- 立即咨询 -->
|
|
|
|
- <desWithCode source="news"></desWithCode>
|
|
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import NewList from '~/components/news/NewsList';
|
|
import NewList from '~/components/news/NewsList';
|
|
- import desWithCode from "@/components/common/layout/desComp/desWithCode";
|
|
|
|
|
|
|
|
const defaultNewsClassifyId = 0;
|
|
const defaultNewsClassifyId = 0;
|
|
export default {
|
|
export default {
|
|
name: 'news',
|
|
name: 'news',
|
|
layout: 'templateB',
|
|
layout: 'templateB',
|
|
components: {
|
|
components: {
|
|
- NewList,desWithCode
|
|
|
|
|
|
+ NewList
|
|
},
|
|
},
|
|
async asyncData({ $axios, store }) {
|
|
async asyncData({ $axios, store }) {
|
|
// 设置选中菜单
|
|
// 设置选中菜单
|