sixseconds-modules 1.6.18 → 1.6.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2474,7 +2474,7 @@ function createEnv(opts) {
|
|
|
2474
2474
|
}
|
|
2475
2475
|
return runtimeEnv;
|
|
2476
2476
|
}
|
|
2477
|
-
const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "
|
|
2477
|
+
const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "development", "PROD": true, "SSR": false, "VITE_MODULES_CARDS_ADMIN_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_CARDS_HOME_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_CERT_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_EVENTS_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_SSO_BACKEND_BASE_URL": "https://dev-ssoapi.6seconds.org", "VITE_MODULES_SSO_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_TOOLS_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org" };
|
|
2478
2478
|
const env = createEnv({
|
|
2479
2479
|
runtimeEnv: __vite_import_meta_env__
|
|
2480
2480
|
});
|
|
@@ -10304,7 +10304,7 @@ const Notification = ({ setInitialState, notificationAccessApps, initialState, t
|
|
|
10304
10304
|
};
|
|
10305
10305
|
const AppMenus = ({ menuItems, setInitialState, t: t2, appName, router }) => {
|
|
10306
10306
|
const handleRedirection2 = (appName2, url2, type) => {
|
|
10307
|
-
if (router && appName2 === APP_NAMES.sso) {
|
|
10307
|
+
if (router && appName2 === APP_NAMES.sso && type === "tab") {
|
|
10308
10308
|
router.push(url2);
|
|
10309
10309
|
} else {
|
|
10310
10310
|
if (type === "app") {
|