This commit is contained in:
2025-06-27 08:56:09 +08:00
parent d733f77783
commit 3872667131

View File

@@ -138,7 +138,7 @@ const {loading, pagination, initFetchData, fetchData} = useTableQuery({
const fastInput = (item) => {
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>