This commit is contained in:
tanghc
2019-03-23 14:15:36 +08:00
parent e361d4df98
commit 7631457923
10 changed files with 31 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
*/
var ApiUtil = (function () {
// 接口URL,更改此处即可
var url = 'http://localhost:8082/api';
var url = SopConfig.url;
var URI_CHAR = '/';
var params = {};