chore: project

This commit is contained in:
xiaojunnuo
2026-02-21 23:20:26 +08:00
parent 06c69d23be
commit faf08f6513
21 changed files with 125 additions and 36 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ function createRequestFunction(service: any) {
};
const projectStore = useProjectStore();
if (projectStore.isEnterprise && !config.url.startsWith("/sys")) {
if (projectStore.isEnterprise && !config.url.startsWith("/sys") && !config.url.startsWith("http")) {
configDefault.headers["project-id"] = projectStore.currentProjectId;
}