|
@@ -44,7 +44,7 @@ module.exports = appInfo => {
|
|
|
// 服务器发布路径
|
|
|
config.baseUrl = 'http://free.liaoningdoupo.com';
|
|
|
// 认证回调地址
|
|
|
- config.authUrl = '/api/auth';
|
|
|
+ config.authUrl = '/api/train/auth';
|
|
|
// 回调地址
|
|
|
config.redirect_uri = `${config.baseUrl}/weixin`;
|
|
|
config.redirect_uri_doctor = `${config.baseUrl}/patient/manage`;
|