@@ -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", "")
}