SAP打包配置修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user