|
@@ -56,12 +56,12 @@ module.exports = {
|
|
|
// SpringCloud 项目使用这段配置
|
|
|
//['^' + proxyUrl]: "/imcs"
|
|
|
// SpringBoot 项目 请使用以下的配置
|
|
|
- ['^/api/oauth']: '/',
|
|
|
- ['^/api/authority']: '/',
|
|
|
- ['^/api/file']: '/',
|
|
|
- ['^/api/msgs']: '/',
|
|
|
- ['^/api/gateway']: '/gateway',
|
|
|
- ['^/api/gate']: '/',
|
|
|
+ // ['^/api/oauth']: '/',
|
|
|
+ // ['^/api/authority']: '/',
|
|
|
+ // ['^/api/file']: '/',
|
|
|
+ // ['^/api/msgs']: '/',
|
|
|
+ // ['^/api/gateway']: '/gateway',
|
|
|
+ // ['^/api/gate']: '/',
|
|
|
},
|
|
|
https:true
|
|
|
}
|