luohairen
2024-11-25 f12c46b1be892c16dcd958ae07a75b527dec2560
src/utils/common.js
@@ -18,7 +18,7 @@
    return queryStr.slice(1);
}
function openWindow(path) {
    const prefix = process.env.VUE_APP_TAB_URL_PREFIX;
    const prefix = process.env.VUE_APP_FLOWABLE_PREFIX;
    window.open(prefix + "" + path);
}