mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-02 01:50:44 +08:00
修改前端端口
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user