From 8b8feae30cbbfba6b66c841dd1a7e90866cf38e1 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 9 May 2022 16:37:49 +0800 Subject: [PATCH] fix bug --- proxy.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy.conf.js b/proxy.conf.js index 7e19011b..ec1c855d 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-01-18 09:51:21 * @LastEditors : Shiming - * @LastEditTime : 2022-05-09 15:14:15 + * @LastEditTime : 2022-05-09 16:37:26 * @FilePath : \\tms-obc-web\\proxy.conf.js * Copyright (C) 2022 huzhenhong. All rights reserved. */ @@ -30,7 +30,7 @@ module.exports = { // }, '//api': { target: { - host: 'tms-api-test.eascs.com', + host: 'tms-api-dev.eascs.com', protocol: 'https:', port: 443 },