xiangpei
2024-11-25 a68ba1749991285e226868922f90d80c30855f8b
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);
}