Browse Source

默认对接lcode

master
陈裕财 2 years ago
parent
commit
e467e5d64d
  1. 4
      src/api/mdp_pub/mdp_config.js

4
src/api/mdp_pub/mdp_config.js

@ -50,11 +50,11 @@ export default {
}, },
//模块订单 //模块订单
getMoContext(){ getMoContext(){
return 'sys'
return 'lcode'
}, },
// 系统管理api路径 // 系统管理api路径
getSysContext: function() { getSysContext: function() {
return 'sys'
return 'lcode'
}, },
getTpaContext: function(){ getTpaContext: function(){
return 'tpa' return 'tpa'

Loading…
Cancel
Save