1、取消自动续费价格显示
2、增加清除数据 3、默认自动续期开启
This commit is contained in:
@ -9,6 +9,7 @@ if (window.location.protocol === "file:") {
|
||||
// 部署到服务器时自动适配
|
||||
requestApi = `${window.location.protocol}//${window.location.host}/api/v1`;
|
||||
}
|
||||
// requestApi="https://proxy.apiapl.com/api/v1"
|
||||
|
||||
let kwdValue = new URLSearchParams(window.location.search).get('kwd');
|
||||
let invitCode = new URLSearchParams(window.location.search).get('code');
|
||||
|
||||
Reference in New Issue
Block a user