fixing
This commit is contained in:
parent
98147fce76
commit
3c252655d8
1 changed files with 4 additions and 3 deletions
|
|
@ -137,9 +137,10 @@ const API = {
|
|||
...file,
|
||||
};
|
||||
|
||||
const path =
|
||||
import.meta.env.VITE_MANUAL_URL ??
|
||||
"https://bma-ehr-manual.frappet.synology.me";
|
||||
console.log("VITE_MANUAL_URL===>", import.meta.env);
|
||||
console.log("VITE_MANUAL_URL===>", import.meta.env.VITE_MANUAL_URL);
|
||||
|
||||
const path = import.meta.env.VITE_MANUAL_URL;
|
||||
|
||||
const generatePopupPath = (routeName: any) => {
|
||||
if (routeName.includes("metadata")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue