tangning hace 10 meses
padre
commit
05d70c36da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/utils/env.ts

+ 1 - 1
src/utils/env.ts

@@ -36,7 +36,7 @@ export function getAppEnvConfig() {
   }
 
   return {
-    unescape(VITE_GLOB_APP_TITLE),
+    VITE_GLOB_APP_TITLE,
     VITE_GLOB_API_URL,
     VITE_GLOB_APP_SHORT_NAME,
     VITE_GLOB_API_URL_PREFIX,