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

学生加密接口地址改成 safe 取消interface

上级 4be61f52
......@@ -21,13 +21,11 @@ function formatDatas(datas, url = '') {
// 按欢哥的要求 getSqlData 接口要加上appId 参数
// 解决北电科接口越权的问题.
datas.appId = window.smartFormGlobalProps?.data.appId || window.smartFormGlobalProps?.data.id;
// console.log('getSqlData,AppId', datas.appId);
}
let datasCode = JSON.stringify(datas);
const openIsBinary = window.CONFIG?.IS_BINARY;
// if (test) {
// console.log(url, datas);
// }
if (openIsBinary) {
......@@ -63,8 +61,7 @@ function formatDatas(datas, url = '') {
}
export async function giveFilePostData(datas, url) {
const staticS = window.CONFIG.SAFE_TYPE === 2 ? 'interface' : 'safe';
// console.log(datas, url);
const staticS = window.CONFIG.SAFE_TYPE === 2 ? 'safe' : 'safe';
for (let i in datas) {
if (
datas[i] === null ||
......@@ -110,7 +107,7 @@ function testPromise(d) {
}
export async function requestFileInfo(url, datas) {
const staticS = window.CONFIG.SAFE_TYPE === 2 ? 'interface' : 'safe';
const staticS = window.CONFIG.SAFE_TYPE === 2 ? 'safe' : 'safe';
// for (let i = 0; i < 100; i++) {
// datas = await testPromise(datas);
// }
......@@ -199,7 +196,7 @@ export async function requestFileInfo(url, datas) {
}
export function giveFilePostDataInfoForTrue(datas, url) {
const staticS = window.CONFIG.SAFE_TYPE === 2 ? 'interface' : 'safe';
const staticS = window.CONFIG.SAFE_TYPE === 2 ? 'safe' : 'safe';
if (!window.CONFIG?.IS_SAFE) {
return {
datas,
......
......@@ -894,6 +894,7 @@ export function getWord({
apiUrl + `/DataColumnApi/exportWord`,
);
let token = getToken();
downloadFile(
getFileData.url,
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论