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'