From 6a0f844cfd92ace03de38df7bc1f72d276a953bd Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期二, 23 七月 2024 16:11:50 +0800
Subject: [PATCH] feat(支付): 去除无用api
---
manifest.json | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/manifest.json b/manifest.json
index 8151795..b88dd59 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
- "name" : "鏀粯",
- "appid" : "__UNI__895EB4F",
- "description" : "鏀粯",
+ "name" : "浣版儬浠�",
+ "appid" : "__UNI__3E21AAD",
+ "description" : "浣版儬浠�",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
@@ -79,7 +79,7 @@
"devServer" : {
"proxy" : {
"/dev-api" : {
- "target" : "http://172.16.2.121:8080",
+ "target" : "http://172.16.2.117:8080",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
--
Gitblit v1.9.1