update去除无用代码

This commit is contained in:
路 范
2021-09-16 14:09:01 +08:00
parent a9a696a03b
commit 80d9a8c08b
2 changed files with 0 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
// 接口文档地址
// https://docs.qq.com/doc/DZkdyS3hNT2V4Q3VJ
const url_prefix = 'http://183.136.157.9:7099/api'
const url = {
// 登录
login: '/webapi/account.ashx?action=login',
@@ -10,10 +9,6 @@ const url = {
// 项目数统计信息
projectStatistics: '/webapi/project.ashx?action=getStatistics',
//首页接口
getprjdata: url_prefix + '/project/list',
//政策详情接口
get_policies_info: url_prefix + '/policies/info',
};

View File

@@ -273,13 +273,6 @@ export default {
console.log('用户无数据,不展示');
},
});
//获取当前数据
// apis.getprjdata({ ticket: this.$route.query.ticket }).then((prjdata) => {
// debugger;
// console.log(prjdata);
// this.user.name = prjdata.data.UserName;
// this.user.identityId = prjdata.data.IdCard;
// });
},
gotoProject(type) {
this.$router.push({