style: 修改注释

This commit is contained in:
zclzone 2023-06-21 22:06:40 +08:00
parent 0247f3ebfa
commit 70eab22f65

View File

@ -3,7 +3,7 @@ export const OUTPUT_DIR = 'dist'
export const PROXY_CONFIG = { export const PROXY_CONFIG = {
/** /**
* @desc 替换匹配值 * @desc 替换匹配值
* @请求路径 http:localhost:3100/api/user * @请求路径 http://localhost:3100/api/user
* @转发路径 http://localhost:8080/user * @转发路径 http://localhost:8080/user
*/ */
'/api': { '/api': {
@ -13,7 +13,7 @@ export const PROXY_CONFIG = {
}, },
/** /**
* @desc 不替换匹配值 * @desc 不替换匹配值
* @请求路径 http:localhost:3100/api/v2/user * @请求路径 http://localhost:3100/api/v2/user
* @转发路径 http://localhost:8080/api/v2/user * @转发路径 http://localhost:8080/api/v2/user
*/ */
'/api/v2': { '/api/v2': {
@ -22,7 +22,7 @@ export const PROXY_CONFIG = {
}, },
/** /**
* @desc 替换部分匹配值 * @desc 替换部分匹配值
* @请求路径 http:localhost:3100/api/v3/user * @请求路径 http://localhost:3100/api/v3/user
* @转发路径 http://localhost:8080/user * @转发路径 http://localhost:8080/user
*/ */
'/api/v3': { '/api/v3': {