Browse Source

feat: 课堂乐器测试环境

TIANYONG 1 year ago
parent
commit
da3b25f200
1 changed files with 2 additions and 1 deletions
  1. 2 1
      vite.config.ts

+ 2 - 1
vite.config.ts

@@ -67,7 +67,8 @@ export default defineConfig({
 				// target: "https://kt.colexiu.com",
 				// target: "https://test.lexiaoya.cn",
 				// target: "https://dev.kt.colexiu.com",
-				target: "https://dev.resource.colexiu.com", // 内容平台开发环境
+				// target: "https://dev.resource.colexiu.com", // 内容平台开发环境
+				target: "https://test.kt.colexiu.com",
 				changeOrigin: true,
 				rewrite: (path) => path.replace(/^\/instrument/, ""),
 			},