chore(share): fix error in dev mode

This commit is contained in:
Elian Doran
2025-06-09 14:29:19 +03:00
parent 3cd4b1b67e
commit c2e0640ea8
2 changed files with 3 additions and 2 deletions

View File

@@ -170,7 +170,8 @@ function register(router: Router) {
assetPath: isDev ? assetPath : `../${assetPath}`,
appPath: isDev ? appPath : `../${appPath}`,
showLoginInShareTheme,
t
t,
isDev
};
let useDefaultView = true;