From 394ad72b30e39ee2f8a033e23ca975a71c062465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 10 Oct 2023 03:31:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mdp_pub/mdp_config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/mdp_pub/mdp_config.js b/src/api/mdp_pub/mdp_config.js index bf0407d..eba53d7 100644 --- a/src/api/mdp_pub/mdp_config.js +++ b/src/api/mdp_pub/mdp_config.js @@ -4,12 +4,12 @@ * api的调用一般是 /${BASE_API}/${context}/${具体的后端服务路径} */ -var sysName="唛盟项目管理系统";//系统名称,用于展示 +var sysName="唛盟智能开发";//系统名称,用于展示 export default { //登录相关 getOauth2LoginContext:function(){ - return "oauth2client" + return "lcode" }, //短信相关 getSmsContext: function() { @@ -50,11 +50,11 @@ export default { }, //模块订单 getMoContext(){ - return 'sys' + return 'lcode' }, // 系统管理api路径 getSysContext: function() { - return 'sys' + return 'lcode' }, getTpaContext: function(){ return 'tpa' @@ -83,7 +83,7 @@ export default { }, // 系统管理首页路径 getSysIndexPath: function() { - return '/sys/sys/index.html' + return '/lcode/index.html' }, // 商城管理后台首页路径 getMallmIndexPath: function() {