修改前端端口

This commit is contained in:
RemainderTime
2022-07-17 17:03:23 +08:00
parent b2f09b7706
commit 0e10149163

View File

@@ -54,7 +54,7 @@
var json = JSON.stringify(data);
var cipher = this.encryptByPublicKey(json);
console.log("密文 " + cipher);
var url = "http://122.112.153.128:8088/user/login";
var url = "http://122.112.153.128:8089/user/login";
axios.post(url, {
encryptedData: cipher,
})