添加路由
This commit is contained in:
parent
9bdbb45654
commit
6bdaa898af
|
@ -736,9 +736,9 @@
|
|||
|
||||
xhr = new XMLHttpRequest();
|
||||
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', "http://localhost:8187/sqx_fast/alioss/upload");
|
||||
// xhr.open('POST', "http://localhost:8187/sqx_fast/alioss/upload");
|
||||
xhr.onload = function() {
|
||||
var json;
|
||||
|
||||
|
|
Loading…
Reference in New Issue