update
This commit is contained in:
@@ -138,7 +138,7 @@ const {loading, pagination, initFetchData, fetchData} = useTableQuery({
|
|||||||
|
|
||||||
const fastInput = (item) => {
|
const fastInput = (item) => {
|
||||||
const po = new URLSearchParams(AESCrypto.encrypt(`${item.id}`)).toString();
|
const po = new URLSearchParams(AESCrypto.encrypt(`${item.id}`)).toString();
|
||||||
window.open(`${import.meta.env.VITE_API_URL}/pages/fastInput/index?${po}`);
|
window.open(`${import.meta.env.VITE_WEB_MEMBER_HOST}/pages/fastInput/index?${po}`);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user