mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-17 07:59:31 +08:00
🎉 3.7.1.RELEASE 升级系统安全性能
This commit is contained in:
parent
40b34f03d5
commit
60097f2f27
@ -9,7 +9,7 @@ export const getList = (current, size, params) => {
|
|||||||
current,
|
current,
|
||||||
size,
|
size,
|
||||||
},
|
},
|
||||||
cryptoToken: true,
|
cryptoToken: false,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ export const remove = (ids) => {
|
|||||||
params: {
|
params: {
|
||||||
ids,
|
ids,
|
||||||
},
|
},
|
||||||
cryptoToken: true,
|
cryptoToken: false,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ export const add = (row) => {
|
|||||||
url: '/api/blade-desk/notice/submit',
|
url: '/api/blade-desk/notice/submit',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: row,
|
data: row,
|
||||||
cryptoToken: true,
|
cryptoToken: false,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ export const update = (row) => {
|
|||||||
url: '/api/blade-desk/notice/submit',
|
url: '/api/blade-desk/notice/submit',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: row,
|
data: row,
|
||||||
cryptoToken: true,
|
cryptoToken: false,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ export const getNotice = (id) => {
|
|||||||
params: {
|
params: {
|
||||||
id
|
id
|
||||||
},
|
},
|
||||||
cryptoToken: true,
|
cryptoToken: false,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user