Vanessa 2025-07-16 22:36:00 +08:00
parent 5fc90d284c
commit 1f9314aaa8

View file

@ -35,7 +35,7 @@ export const processMessage = (response: IWebSocketData) => {
if ("reloadui" === response.cmd) {
const reloadByMode = (mode: string) => {
if (mode) {
window.location.pathname = "stage/build/" + mode;
window.location.pathname = `stage/build/${mode}/`;
} else {
window.location.reload();
}