From 0fb6397b135f939d36850d1e9a61c3ef6514b7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sat, 24 Feb 2024 18:02:34 +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 --- LICENSE | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 77609e85..8ade2275 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-present chenyc +Copyright (c) 2018-present 广州擎勤网络科技有限公司 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e3d2d123..2397235e 100644 --- a/README.md +++ b/README.md @@ -274,15 +274,15 @@ npm run dev 浏览器访问 http://localhost:8067 #### 登录相关 -登录api,对接后台接口有两种方式,分别为对接统一认证中心、对接xm-backend -默认对接xm-backend中的登录模块,如果想切换,更改[mdp_config.js中的getOauth2LoginContext函数即可](src/api/mdp_pub/mdp_config.js) +登录api,对接后台接口有两种方式,分别为对接统一认证中心、对接mdp-lcode-backend +默认对接mdp-lcode-backend中的登录模块,如果想切换,更改[mdp_config.js中的getOauth2LoginContext函数即可](src/api/mdp_pub/mdp_config.js) - 对接统一认证中心进行登录 ```js getOauth2LoginContext:function(){ return "oauth2client" } ``` -- 对接xm-backend进行登录 +- 对接mdp-lcode-backend进行登录 ```js getOauth2LoginContext:function(){ return "lcode"