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.cjs.js
CHANGED
|
@@ -2492,7 +2492,7 @@ function createEnv(opts) {
|
|
|
2492
2492
|
}
|
|
2493
2493
|
return runtimeEnv;
|
|
2494
2494
|
}
|
|
2495
|
-
const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "
|
|
2495
|
+
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" };
|
|
2496
2496
|
const env = createEnv({
|
|
2497
2497
|
runtimeEnv: __vite_import_meta_env__
|
|
2498
2498
|
});
|
|
@@ -10322,7 +10322,7 @@ const Notification = ({ setInitialState, notificationAccessApps, initialState, t
|
|
|
10322
10322
|
};
|
|
10323
10323
|
const AppMenus = ({ menuItems, setInitialState, t: t2, appName, router }) => {
|
|
10324
10324
|
const handleRedirection2 = (appName2, url2, type) => {
|
|
10325
|
-
if (router && appName2 === APP_NAMES.sso) {
|
|
10325
|
+
if (router && appName2 === APP_NAMES.sso && type === "tab") {
|
|
10326
10326
|
router.push(url2);
|
|
10327
10327
|
} else {
|
|
10328
10328
|
if (type === "app") {
|