whj 4 gün önce
ebeveyn
işleme
d37ae53975
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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", "")
 	}