管理员维护客户

This commit is contained in:
“wanyongkang”
2023-08-11 15:12:33 +08:00
parent ea892f49c7
commit f9579aa89f
6 changed files with 149 additions and 36 deletions

View File

@@ -30,14 +30,14 @@ export default {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId)
this.$api.post(this.$api.phpURL + 'api/Verify/index', {code: visitorId}).then(res => {
// eslint-disable-next-line eqeqeq
if (res.msg == 'false') {
// eslint-disable-next-line camelcase
alert('访问错误!错误码:' + visitorId)
window.location.href = 'http://www.juip.com'
}
})
// this.$api.post(this.$api.phpURL + 'api/Verify/index', {code: visitorId}).then(res => {
// // eslint-disable-next-line eqeqeq
// if (res.msg == 'false') {
// // eslint-disable-next-line camelcase
// alert('访问错误!错误码:' + visitorId)
// window.location.href = 'http://www.juip.com'
// }
// })
})()
}
}