优化适配b9

This commit is contained in:
eafonyang
2026-07-17 17:16:26 +08:00
parent 5696f8233c
commit a32ec980b2
11 changed files with 14 additions and 23 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const plugins = [
const DEPLOY_ENV = process.env.DEPLOY_ENV || "production";
const isProd = process.env.NODE_ENV === "production";
const deployBase = isProd
? (DEPLOY_ENV === "test" ? "/x9/test/modern/" : "/x9/v2/modern/")
? (DEPLOY_ENV === "test" ? "/b9/test/modern/" : "/b9/v2/modern/")
: "/";
export default defineConfig({