Commit 8f18fb3d by 张超军

ip验证加上

parent eb27d94b
...@@ -1430,25 +1430,25 @@ export default { ...@@ -1430,25 +1430,25 @@ export default {
this.errTitle = 'IP校验' this.errTitle = 'IP校验'
this.errDescription = '正在校验IP中。。。' this.errDescription = '正在校验IP中。。。'
// let machineRes = await axios({ let machineRes = await axios({
// url: '/apiMachine/checkClientVp', url: '/apiMachine/checkClientVp',
// method: 'post', method: 'post',
// params: { params: {
// ip: self.ip, ip: self.ip,
// sbbh: self.iBversion.deviceSN, sbbh: self.iBversion.deviceSN,
// sblx: 1 sblx: 1
// } }
// }) })
//console.log(machineRes); //console.log(machineRes);
// if (machineRes.data.success) { if (machineRes.data.success) {
if (true) { // if (true) {
this.pop = false this.pop = false
this.isAlter = false this.isAlter = false
this.errTitle = '' this.errTitle = ''
this.errDescription = '' this.errDescription = ''
// 发送服务器成功 // 发送服务器成功
NProgress.done(); NProgress.done();
// this.getPersonInfo() this.getPersonInfo()
} else { } else {
this.pop = true this.pop = true
this.isAlter = true this.isAlter = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment