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); }