SAP打包配置修改

This commit is contained in:
fmk1023
2025-12-25 14:54:23 +08:00
parent b80ff647c9
commit 29fa1a2199
14 changed files with 18 additions and 18 deletions

View File

@@ -410,7 +410,7 @@ export const messageError = ({ error_message, message }) => Message.error(error_
export const savePageRef = (fullPath:string) => {
// const BASE_URL = (import.meta as any).env.VITE_HOST;
const BASE_URL = window.location.origin + '/tcode';
const BASE_URL = window.location.origin + '/SAP';
const beforeRef = sessionStorage.getItem('ref');
const ref = beforeRef || document.referrer || '';
window.page_ref = ref;