Compare commits
2 Commits
945b7c3346
...
cb1a9d4cb5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb1a9d4cb5 | ||
|
|
42146f1d92 |
@@ -12,6 +12,48 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<!-- built files will be auto injected -->
|
<!-- built files will be auto injected -->
|
||||||
|
<script>
|
||||||
|
(function (w, d, s, q, i) {
|
||||||
|
w[q] = w[q] || [];
|
||||||
|
var f = d.getElementsByTagName(s)[0];
|
||||||
|
var j = d.createElement(s);
|
||||||
|
j.async = true;
|
||||||
|
j.id = "beacon-aplus";
|
||||||
|
j.src = "https://d.alicdn.com/alilog/mlog/aplus.js?id=202951085";
|
||||||
|
f.parentNode.insertBefore(j, f);
|
||||||
|
})(window, document, "script", "aplus_queue");
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["aplus-rhost-v", "alog.zjzwfw.gov.cn"]
|
||||||
|
});
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["aplus-rhost-g", "alog.zjzwfw.gov.cn"]
|
||||||
|
});
|
||||||
|
// 这个会落到 app_key 字段上
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["appId", "60506758"]
|
||||||
|
});
|
||||||
|
// 单页应用 或 “单个页面”需异步补充 PV 日志参数还需进行如下埋点:
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["aplus-waiting", "MAN"]
|
||||||
|
});
|
||||||
|
// 单页应用路由切换后 或 在异步获取到 pv 日志所需的参数后再执行 sendPV:
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.sendPV",
|
||||||
|
arguments: [
|
||||||
|
{
|
||||||
|
is_auto: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
miniAppId: "2001833218", //'应用开发管理平台-应用 ID
|
||||||
|
miniAppName: "房屋征收"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -273,40 +273,6 @@ export default {
|
|||||||
name: "home",
|
name: "home",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
// data: {
|
|
||||||
// userName: '张三丰',
|
|
||||||
// idCard: '341203199206303411',
|
|
||||||
// prjList: [
|
|
||||||
// {
|
|
||||||
// prjId: '936d98a8-2c8f-410f-b126-68a7568f60c4',
|
|
||||||
// name: '项目名称',
|
|
||||||
// area: '海曙区',
|
|
||||||
// zsbm: '宁波市海曙区房屋征收管理服务中心',
|
|
||||||
// year: 2021.0,
|
|
||||||
// zsjdh: '海政发[2021]513号',
|
|
||||||
// currentState: '项目报结',
|
|
||||||
// fhpgList: [
|
|
||||||
// {
|
|
||||||
// prjId: '936d98a8-2c8f-410f-b126-68a7568f60c4',
|
|
||||||
// id: 'a400583e-ae93-444f-8a20-4c4731b0cc13',
|
|
||||||
// assessmentNo: '0513',
|
|
||||||
// houseAddress: '高桥镇',
|
|
||||||
// countValue: '137654.00',
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
// bcxyList: [
|
|
||||||
// {
|
|
||||||
// prjId: '936d98a8-2c8f-410f-b126-68a7568f60c4',
|
|
||||||
// id: 'bf21b302-8059-462d-985f-ce7452c4d5b4',
|
|
||||||
// xyNo: '海政发2021513-0513-1',
|
|
||||||
// houseAddress: '高桥镇',
|
|
||||||
// switchProductionWay: '货币补偿',
|
|
||||||
// summationShouldCompensateMoney: '137654.00',
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
// },
|
|
||||||
data: {},
|
data: {},
|
||||||
total: "8",
|
total: "8",
|
||||||
list: [
|
list: [
|
||||||
@@ -331,7 +297,7 @@ export default {
|
|||||||
],
|
],
|
||||||
loading: false,
|
loading: false,
|
||||||
finished: true,
|
finished: true,
|
||||||
userInfoData: {} // 用户个人信息
|
// userInfoData: {} // 用户个人信息
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
@@ -355,7 +321,8 @@ export default {
|
|||||||
onSuccess: data => {
|
onSuccess: data => {
|
||||||
console.log("data", data);
|
console.log("data", data);
|
||||||
if (data.data && data.data.success == true) {
|
if (data.data && data.data.success == true) {
|
||||||
this.data = data.data;
|
debugger
|
||||||
|
this.data = data.data.data;
|
||||||
this.setZwUserAplus(this.data.idCard, this.data.userName);
|
this.setZwUserAplus(this.data.idCard, this.data.userName);
|
||||||
} else {
|
} else {
|
||||||
console.log("用户无数据,不展示");
|
console.log("用户无数据,不展示");
|
||||||
@@ -368,50 +335,50 @@ export default {
|
|||||||
console.log(err, "err");
|
console.log(err, "err");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
let apidata = {
|
// let apidata = {
|
||||||
success: true,
|
// success: true,
|
||||||
code: 200,
|
// code: 200,
|
||||||
message: "请求成功",
|
// message: "请求成功",
|
||||||
data: {
|
// data: {
|
||||||
userName: "张三丰",
|
// userName: "张三丰",
|
||||||
idCard: "341203199206303411",
|
// idCard: "341203199206303411",
|
||||||
prjList: [
|
// prjList: [
|
||||||
{
|
// {
|
||||||
prjId: "936d98a8-2c8f-410f-b126-68a7568f60c4",
|
// prjId: "936d98a8-2c8f-410f-b126-68a7568f60c4",
|
||||||
name: "项目名称",
|
// name: "项目名称",
|
||||||
area: "海曙区",
|
// area: "海曙区",
|
||||||
zsbm: "宁波市海曙区房屋征收管理服务中心",
|
// zsbm: "宁波市海曙区房屋征收管理服务中心",
|
||||||
year: 2021.0,
|
// year: 2021.0,
|
||||||
zsjdh: "海政发[2021]513号",
|
// zsjdh: "海政发[2021]513号",
|
||||||
currentState: "项目报结",
|
// currentState: "项目报结",
|
||||||
fhpgList: [
|
// fhpgList: [
|
||||||
{
|
// {
|
||||||
prjId: "936d98a8-2c8f-410f-b126-68a7568f60c4",
|
// prjId: "936d98a8-2c8f-410f-b126-68a7568f60c4",
|
||||||
id: "a400583e-ae93-444f-8a20-4c4731b0cc13",
|
// id: "a400583e-ae93-444f-8a20-4c4731b0cc13",
|
||||||
assessmentNo: "0513",
|
// assessmentNo: "0513",
|
||||||
houseAddress: "高桥镇",
|
// houseAddress: "高桥镇",
|
||||||
countValue: "137654.00"
|
// countValue: "137654.00"
|
||||||
}
|
// }
|
||||||
],
|
// ],
|
||||||
bcxyList: [
|
// bcxyList: [
|
||||||
{
|
// {
|
||||||
prjId: "936d98a8-2c8f-410f-b126-68a7568f60c4",
|
// prjId: "936d98a8-2c8f-410f-b126-68a7568f60c4",
|
||||||
id: "bf21b302-8059-462d-985f-ce7452c4d5b4",
|
// id: "bf21b302-8059-462d-985f-ce7452c4d5b4",
|
||||||
xyNo: "海政发2021513-0513-1",
|
// xyNo: "海政发2021513-0513-1",
|
||||||
houseAddress: "高桥镇",
|
// houseAddress: "高桥镇",
|
||||||
switchProductionWay: "货币补偿",
|
// switchProductionWay: "货币补偿",
|
||||||
summationShouldCompensateMoney: "137654.00"
|
// summationShouldCompensateMoney: "137654.00"
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
extras: null,
|
// extras: null,
|
||||||
timestamp: 1631261808797
|
// timestamp: 1631261808797
|
||||||
};
|
// };
|
||||||
if (apidata.code == 200) {
|
// if (apidata.code == 200) {
|
||||||
this.data = apidata.data;
|
// this.data = apidata.data;
|
||||||
}
|
// }
|
||||||
// this.onLogin();
|
// this.onLogin();
|
||||||
//获取当前数据
|
//获取当前数据
|
||||||
// apis.getprjdata({ ticket: this.$route.query.ticket }).then((prjdata) => {
|
// apis.getprjdata({ ticket: this.$route.query.ticket }).then((prjdata) => {
|
||||||
@@ -424,48 +391,11 @@ export default {
|
|||||||
gotoProject(type) {
|
gotoProject(type) {
|
||||||
this.$router.push({ name: "projectSelect", params: { type: type } });
|
this.$router.push({ name: "projectSelect", params: { type: type } });
|
||||||
},
|
},
|
||||||
onLogin() {
|
|
||||||
// this.loading = true;
|
|
||||||
let form = { account: "zgbqc", password: "111qqqqq" };
|
|
||||||
apis
|
|
||||||
.login(form)
|
|
||||||
.finally(() => {
|
|
||||||
debugger;
|
|
||||||
// this.loading = false;
|
|
||||||
})
|
|
||||||
.then(({ result }) => {
|
|
||||||
token.value = result.token;
|
|
||||||
// this.$root.replace('/');
|
|
||||||
debugger;
|
|
||||||
this.onLoadUserInfo();
|
|
||||||
this.onLoadStatistic();
|
|
||||||
})
|
|
||||||
.catch(err => {
|
|
||||||
debugger;
|
|
||||||
// this.$toast(err);
|
|
||||||
});
|
|
||||||
},
|
|
||||||
onLoadUserInfo() {
|
|
||||||
apis.account().then(({ result }) => {
|
|
||||||
for (let key in result) {
|
|
||||||
if (this.user.hasOwnProperty(key)) {
|
|
||||||
this.user[key] = result[key];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
onLoadStatistic() {
|
onLoadStatistic() {
|
||||||
apis.projectStatistics().then(({ result }) => {
|
apis.projectStatistics().then(({ result }) => {
|
||||||
this.statistics = result;
|
this.statistics = result;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
padStart(num, n) {
|
|
||||||
var tbl = [];
|
|
||||||
var len = n - num.toString().length;
|
|
||||||
if (len <= 0) return num;
|
|
||||||
if (!tbl[len]) tbl[len] = new Array(len + 1).join("0");
|
|
||||||
return tbl[len] + num;
|
|
||||||
},
|
|
||||||
// 页面跳转
|
// 页面跳转
|
||||||
pageJump() {
|
pageJump() {
|
||||||
this.$router.push("/policyInfo");
|
this.$router.push("/policyInfo");
|
||||||
@@ -491,46 +421,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 基础信息埋点配置
|
// 基础信息埋点配置
|
||||||
setZwaplus() {
|
setZwaplus() {
|
||||||
(function(w, d, s, q, i) {
|
|
||||||
w[q] = w[q] || [];
|
|
||||||
var f = d.getElementsByTagName(s)[0];
|
|
||||||
var j = d.createElement(s);
|
|
||||||
j.async = true;
|
|
||||||
j.id = "beacon-aplus";
|
|
||||||
j.src = "https://d.alicdn.com/alilog/mlog/aplus.js?id=202951085";
|
|
||||||
f.parentNode.insertBefore(j, f);
|
|
||||||
})(window, document, "script", "aplus_queue");
|
|
||||||
aplus_queue.push({
|
|
||||||
action: "aplus.setMetaInfo",
|
|
||||||
arguments: ["aplus-rhost-v", "alog.zjzwfw.gov.cn"]
|
|
||||||
});
|
|
||||||
aplus_queue.push({
|
|
||||||
action: "aplus.setMetaInfo",
|
|
||||||
arguments: ["aplus-rhost-g", "alog.zjzwfw.gov.cn"]
|
|
||||||
});
|
|
||||||
// 这个会落到 app_key 字段上
|
|
||||||
aplus_queue.push({
|
|
||||||
action: "aplus.setMetaInfo",
|
|
||||||
arguments: ["appId", "60506758"]
|
|
||||||
});
|
|
||||||
// 单页应用 或 “单个页面”需异步补充 PV 日志参数还需进行如下埋点:
|
|
||||||
aplus_queue.push({
|
|
||||||
action: "aplus.setMetaInfo",
|
|
||||||
arguments: ["aplus-waiting", "MAN"]
|
|
||||||
});
|
|
||||||
// 单页应用路由切换后 或 在异步获取到 pv 日志所需的参数后再执行 sendPV:
|
|
||||||
aplus_queue.push({
|
|
||||||
action: "aplus.sendPV",
|
|
||||||
arguments: [
|
|
||||||
{
|
|
||||||
is_auto: false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
miniAppId: "2001833218", //'应用开发管理平台-应用 ID
|
|
||||||
miniAppName: "房屋征收"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user