From 70eab22f65880569369b1388311b07011548cd7b Mon Sep 17 00:00:00 2001 From: zclzone Date: Wed, 21 Jun 2023 22:06:40 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/constant.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/constant.js b/build/constant.js index 6a798a9..e63072c 100644 --- a/build/constant.js +++ b/build/constant.js @@ -3,7 +3,7 @@ export const OUTPUT_DIR = 'dist' export const PROXY_CONFIG = { /** * @desc 替换匹配值 - * @请求路径 http:localhost:3100/api/user + * @请求路径 http://localhost:3100/api/user * @转发路径 http://localhost:8080/user */ '/api': { @@ -13,7 +13,7 @@ export const PROXY_CONFIG = { }, /** * @desc 不替换匹配值 - * @请求路径 http:localhost:3100/api/v2/user + * @请求路径 http://localhost:3100/api/v2/user * @转发路径 http://localhost:8080/api/v2/user */ '/api/v2': { @@ -22,7 +22,7 @@ export const PROXY_CONFIG = { }, /** * @desc 替换部分匹配值 - * @请求路径 http:localhost:3100/api/v3/user + * @请求路径 http://localhost:3100/api/v3/user * @转发路径 http://localhost:8080/user */ '/api/v3': {