提交 ed59e77e authored 作者: 钟是志's avatar 钟是志

参数修改

上级 e1a56509
import { isJSON } from '../authority';
const baseX = require('./basx-x');
import { getOneStopData as apiRequest } from '../../../pages/CollegeYongthLeague/services/activityDeclare';
import { isJSON } from '../../../pages/utils/authority';
var BASE16 = '0123456789abcdef';
var bs16 = baseX(BASE16);
export function apiRequest(url, params = {}) {
return giveBase16EnCode(params, url).then((data) => {
return request(window.location.origin + '/produce/v1/api/onestop' + url, {
method: 'POST',
body: data,
}, { enableLoading: true, handle401Path: './CollegeYongthLeague/IndexPage' });
})
}
function checkOpenBase16() {
const is_open_base14 = sessionStorage.getItem('is_open_base16')
? JSON.parse(sessionStorage.getItem('is_open_base16'))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论