Ver Fonte

feat: 课堂乐器测试环境

TIANYONG há 1 ano atrás
pai
commit
da3b25f200
1 ficheiros alterados com 2 adições e 1 exclusões
  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/, ""),
 			},