1
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -8,6 +8,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script src="/umi.34c2dd24.js"></script>
|
<script src="/umi.447a9723.js"></script>
|
||||||
|
|
||||||
</body></html>
|
</body></html>
|
||||||
File diff suppressed because one or more lines are too long
1
dist/src__pages__activity__607__index.bdd1aca6.async.js
vendored
Normal file
1
dist/src__pages__activity__607__index.bdd1aca6.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/umi.34c2dd24.js → dist/umi.447a9723.js
vendored
2
dist/umi.34c2dd24.js → dist/umi.447a9723.js
vendored
File diff suppressed because one or more lines are too long
@@ -180,17 +180,17 @@ export default () => {
|
|||||||
search={{
|
search={{
|
||||||
defaultCollapsed: false,
|
defaultCollapsed: false,
|
||||||
}}
|
}}
|
||||||
toolBarRender={() => [
|
// toolBarRender={() => [
|
||||||
<Button
|
// <Button
|
||||||
type="primary"
|
// type="primary"
|
||||||
style={{ background: '#67c23a' }}
|
// style={{ background: '#67c23a' }}
|
||||||
onClick={() => {
|
// onClick={() => {
|
||||||
setCreateFormModal(true)
|
// setCreateFormModal(true)
|
||||||
}}
|
// }}
|
||||||
>
|
// >
|
||||||
添加
|
// 添加
|
||||||
</Button>,
|
// </Button>,
|
||||||
]}
|
// ]}
|
||||||
request={async (params, sorter, filter) => {
|
request={async (params, sorter, filter) => {
|
||||||
setSearchParams({ token: '', ...params });
|
setSearchParams({ token: '', ...params });
|
||||||
const { data, success } = await activity7kwUserList({
|
const { data, success } = await activity7kwUserList({
|
||||||
|
|||||||
Reference in New Issue
Block a user