增加打赏开关
This commit is contained in:
parent
f3f1aeb50d
commit
a4feb5dc8e
|
@ -737,8 +737,8 @@
|
||||||
xhr = new XMLHttpRequest();
|
xhr = new XMLHttpRequest();
|
||||||
xhr.withCredentials = false;
|
xhr.withCredentials = false;
|
||||||
// xhr.open('POST', "https://admin.sjajk.com/sqx_fast/alioss/upload");//生产需替换
|
// xhr.open('POST', "https://admin.sjajk.com/sqx_fast/alioss/upload");//生产需替换
|
||||||
xhr.open('POST', "https://sausers.blxinchuang.com/sqx_fast/alioss/upload");
|
// xhr.open('POST', "https://sausers.blxinchuang.com/sqx_fast/alioss/upload");
|
||||||
// xhr.open('POST', "http://localhost:8187/sqx_fast/alioss/upload");
|
xhr.open('POST', "http://localhost:8187/sqx_fast/alioss/upload");
|
||||||
xhr.onload = function() {
|
xhr.onload = function() {
|
||||||
var json;
|
var json;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue