Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
11b6ccaa
提交
11b6ccaa
authored
8月 11, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
按欢哥在qq群里面说的要求
在元数据,数据查询 增加hasIgnore 不鉴权配置项 在应用上增加perms 配置项让应用可以掉其他系统的接口
上级
c3888070
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
17 行增加
和
39 行删除
+17
-39
ImportUtil.js
one_stop_public/App/ImportUtil.js
+3
-3
binaryEncode.js
one_stop_public/Base16/binaryEncode.js
+1
-1
globalFunction.js
one_stop_public/Table/globalFunction.js
+6
-6
TreeList.js
one_stop_public/libs/formList/TreeList.js
+2
-24
request.js
one_stop_public/utils/request.js
+2
-2
getHeaders.js
zyd_public/utils/getHeaders.js
+3
-3
没有找到文件。
one_stop_public/App/ImportUtil.js
浏览文件 @
11b6ccaa
...
...
@@ -241,9 +241,9 @@ export default class ImportUtil extends React.PureComponent {
fetch
(
transformApi
,
{
method
:
'POST'
,
body
:
FormdataWrapper
(
newParams
.
datas
),
headers
:
{
apis
:
headersApi
,
},
//
headers: {
//
apis: headersApi,
//
},
})
.
then
((
res
)
=>
{
console
.
log
(
res
.
status
);
...
...
one_stop_public/Base16/binaryEncode.js
浏览文件 @
11b6ccaa
...
...
@@ -116,7 +116,7 @@ export async function requestFileInfo(url, datas) {
headers
:
{
Accept
:
'application/json'
,
...
getHeaders
(
transformApi
).
headers
,
apis
:
headersApi
,
//
apis: headersApi,
// axxx: `select * from user123 where id = 1`,
},
method
:
'POST'
,
...
...
one_stop_public/Table/globalFunction.js
浏览文件 @
11b6ccaa
...
...
@@ -758,9 +758,9 @@ export async function downloadFile(url, params, fileName = '导出文件', ext =
let
headers
=
{
Authorization
:
`bearer
${
localStorage
.
getItem
(
'antd-pro-token-onestop'
)}
`
,
};
if
(
headersApi
){
headers
.
apis
=
headersApi
;
}
//
if(headersApi){
//
headers.apis = headersApi;
//
}
fetch
(
transformApi
,
{
method
:
'POST'
,
body
:
FormdataWrapper
(
params
),
...
...
@@ -802,9 +802,9 @@ export async function downloadFileAndShowModal(url, params, fileName = '导出
let
headers
=
{
Authorization
:
`bearer
${
localStorage
.
getItem
(
'antd-pro-token-onestop'
)}
`
,
};
if
(
headersApi
){
headers
.
apis
=
headersApi
;
}
//
if(headersApi){
//
headers.apis = headersApi;
//
}
fetch
(
transformApi
,
{
method
:
'POST'
,
body
:
FormdataWrapper
(
params
),
...
...
one_stop_public/libs/formList/TreeList.js
浏览文件 @
11b6ccaa
...
...
@@ -248,18 +248,7 @@ class TreeList extends React.Component {
});
},
});
// } else {
// router.push({
// pathname: '/admin/ddl/dataObj/formEdit',
// state: {
// id: this.state.objId,
// recordId: record[this.state.primaryKey],
// recordKey: this.state.primaryKey,
// isAdd: false,
// isView:false
// },
// });
// }
};
view
=
(
record
)
=>
{
...
...
@@ -271,18 +260,7 @@ class TreeList extends React.Component {
isAdd
:
false
,
isView
:
true
,
});
// } else {
// router.push({
// pathname: '/admin/ddl/dataObj/formEdit',
// state: {
// id: this.state.objId,
// recordId: record[this.state.primaryKey],
// recordKey: this.state.primaryKey,
// isAdd: false,
// isView:true
// },
// });
// }
};
isJSON
=
(
str
)
=>
{
...
...
one_stop_public/utils/request.js
浏览文件 @
11b6ccaa
...
...
@@ -270,11 +270,11 @@ export async function requestOrigin(url, data, options = {}){
if
(
options
.
headers
){
options
.
headers
=
{
...
options
.
headers
,
apis
:
headersApi
,
//
apis: headersApi,
};
}
else
{
options
.
headers
=
{
apis
:
headersApi
,
//
apis: headersApi,
};
}
}
...
...
zyd_public/utils/getHeaders.js
浏览文件 @
11b6ccaa
...
...
@@ -39,9 +39,9 @@ export function getHeaders(url = '', headersApi = undefined) {
res
.
headers
.
Authorization
=
`bearer
${
token
}
`
;
res
.
headers
.
auth
=
gg5xxxxx
(
secretString
);
res
.
headers
.
timestamp
=
timestamp
;
if
(
headersApi
)
{
res
.
headers
.
apis
=
headersApi
;
}
//
if (headersApi) {
//
res.headers.apis = headersApi;
//
}
}
return
res
;
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论