From 160b88325eb7016509191affe59036cf74ced049 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 27 十二月 2024 15:58:39 +0800
Subject: [PATCH] feat(地理位置检测): 关闭支付宝地理位置检测
---
manifest.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/manifest.json b/manifest.json
index e243e55..1088a6e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -74,7 +74,7 @@
"devServer" : {
"proxy" : {
"/dev-api" : {
- "target" : "http://172.16.2.117:8080",
+ "target" : "http://172.16.2.121:8080",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
--
Gitblit v1.9.1