From e467e5d64d198d942113cad542aaea9d37caa127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 26 Feb 2024 23:38:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=AF=B9=E6=8E=A5lcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mdp_pub/mdp_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/mdp_pub/mdp_config.js b/src/api/mdp_pub/mdp_config.js index 5a4c9dc4..dbe6a16b 100644 --- a/src/api/mdp_pub/mdp_config.js +++ b/src/api/mdp_pub/mdp_config.js @@ -50,11 +50,11 @@ export default { }, //模块订单 getMoContext(){ - return 'sys' + return 'lcode' }, // 系统管理api路径 getSysContext: function() { - return 'sys' + return 'lcode' }, getTpaContext: function(){ return 'tpa'