精简页面请求结果提示/调整老年化模式指引样式

This commit is contained in:
2021-10-27 10:01:58 +08:00
parent bd0b8efd0c
commit 1210c59220
5 changed files with 8 additions and 28 deletions

View File

@@ -65,7 +65,7 @@ export default {
// 初始数据
info: {
userName: "无数据",
idCard: "522121199001012012",
idCard: "无数据",
prjList: [
{
area: "无数据",
@@ -115,13 +115,6 @@ export default {
"https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs"
);
}, 3000);
} else {
this.$message({
message: "请求出错",
type: "error",
duration: 3000,
center: true
});
}
}
},