This commit is contained in:
zhaofang
2022-09-13 19:42:02 +08:00
parent 7d2df11930
commit 9a2e3a2d2e
15 changed files with 342 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import ajax from '@/utils/xajax.js'
import ajax from '../event/index.js'
@@ -9,7 +9,7 @@ import ajax from '@/utils/xajax.js'
* }
* */
const user=function (query){
return ajax.post('/xboe/stat/m/user/current/user',query);
return ajax.postJson('/xboe/stat/m/user/current',query);
}
/**