关于我们更多页和收藏接口调整,去掉登录页的验证码登录

This commit is contained in:
熊丽君
2021-10-13 14:34:27 +08:00
parent 7e6f83518b
commit 850f79b91f
6 changed files with 391 additions and 33 deletions

View File

@ -357,9 +357,17 @@
合肥嘉策信息技术服务有限公司于2018年05月2日成立法定代表人时加红公司经营范围包括信息系统集成咨询...
</p>
</div>
<router-link to="">
<!-- <router-link
target="_blank"
:to="{
path: '/about'
}"
>
<el-button type="warning">更多</el-button>
</router-link>
</router-link> -->
<el-button type="warning" @click="handlePageAbout()"
>更多</el-button
>
</div>
</div>
</div>
@ -437,6 +445,9 @@ export default {
};
},
methods: {
handlePageAbout() {
return alert('请提供更多信息,以图文格式展示!!!');
},
// 政策列表
handleClick(tab, event) {
getPolicy(this.queryParams).then(({ data }) => {