添加路由

This commit is contained in:
yangjun 2024-08-13 11:26:31 +08:00
parent 9bdbb45654
commit 6bdaa898af
1 changed files with 2 additions and 2 deletions

View File

@ -736,9 +736,9 @@
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;