This commit is contained in:
2025-06-26 13:55:28 +08:00
parent 8e6df5b498
commit 168eb9e94b
3 changed files with 8 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ export const toPath = (path, query = {}, flag = false) => {
}
export const openPage = (path, query = {}) => {
window.open('http://localhost:9050/#/manage-materials', '_blank');
window.open(`${import.meta.env.VITE_WEB_HOST}/#/manage-materials`, '_blank');
}
export const VITE_TINYMCE_KEY = () => {