whj 4 일 전
부모
커밋
d37ae53975
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/proxy.ts

+ 1 - 1
config/proxy.ts

@@ -20,7 +20,7 @@ export const proxy = {
 	// 生产环境配置
 	prod: {
 		// 官方测试地址
-		target: "https://www.xiaoxiongcode.com/api",
+		target: "https://www.xiaoxiongcode.com",
 		changeOrigin: true,
 		rewrite: (path: string) => path.replace("/prod", "")
 	}