openRepoPortalV2打包命名修改

This commit is contained in:
fmk1023
2025-11-28 14:57:04 +08:00
parent 0ab4649909
commit d7dfa9bf8d
13 changed files with 17 additions and 17 deletions

View File

@@ -78,7 +78,7 @@ export const injectRouter = (router) => {
// 上报ref设置
// const BASE_URL = (import.meta as any).env.VITE_HOST;
const BASE_URL = window.location.origin + '/openRepoPortal';
const BASE_URL = window.location.origin + '/openRepoPortalV2';
const beforeRef = sessionStorage.getItem('ref');
const ref = beforeRef || document.referrer || '';
if (!fromHomeWeb.includes(to.name)) {