From d882758e970942811c1fdb0828038b42882c9d47 Mon Sep 17 00:00:00 2001 From: fumeiai Date: Mon, 25 May 2020 20:59:38 +0800 Subject: [PATCH] update url --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index a222aa5..b6283b8 100644 --- a/config/index.js +++ b/config/index.js @@ -13,7 +13,7 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/lz_management': { - target: 'http://localhost:8080', + target: 'https://tlzmanagement.ldxinyong.com', changeOrigin: true } },