更新新币种添加
This commit is contained in:
@@ -692,7 +692,7 @@ export default {
|
||||
const encryptedData = this.encryptData(JSON.stringify(sensitiveData), secretKey);
|
||||
|
||||
// 构建带参数的URL(敏感数据加密,其他数据明文)
|
||||
const baseUrl = "http://10.168.2.120:8080/";
|
||||
const baseUrl = "http://18.183.240.108:8080/";
|
||||
const params = new URLSearchParams({
|
||||
data: encryptedData, // 加密的敏感数据
|
||||
language: language,
|
||||
@@ -1008,7 +1008,7 @@ export default {
|
||||
width: 20%;
|
||||
}
|
||||
.register.register {
|
||||
padding: 1px 30px;
|
||||
padding: 5px 30px;
|
||||
}
|
||||
.LangLine {
|
||||
width: 1px;
|
||||
|
||||
Reference in New Issue
Block a user