From 4c2034d6d175d1bf3bea23a30ab09b1d1e9b28e0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 01 Sep 2021 10:29:18 +0800
Subject: [PATCH] 更换到外网地址
---
public/securityInfo.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/securityInfo.html b/public/securityInfo.html
index 095b853..959d4a6 100644
--- a/public/securityInfo.html
+++ b/public/securityInfo.html
@@ -147,8 +147,8 @@
// alert(securityNumber);
- // axios.get('http://223.82.109.183:2080/api/qrCode/getUserInfo?securityNumber=' + securityNumber).then(function (res) {
- axios.get('http://192.168.0.114:81/qrCode/getUserInfo?securityNumber=赣洪202100008').then(function(res) {
+ axios.get('http://223.82.109.183:2080/api/qrCode/getUserInfo?securityNumber=' + securityNumber).then(function (res) {
+ // axios.get('http://192.168.0.114:81/qrCode/getUserInfo?securityNumber=赣洪202100008').then(function(res) {
var data = res.data;
console.log(data, 456);
--
Gitblit v1.9.3