添加测试环境配置

This commit is contained in:
潘晓云
2022-04-09 15:47:11 +08:00
parent 9d207f98cf
commit f92ca6fe62
4 changed files with 15 additions and 2 deletions

View File

@ -4,7 +4,7 @@ export const environment = {
production: true,
useHash: true,
api: {
baseUrl: 'https://tms-api-test.eascs.com',
baseUrl: 'https://tms-api.yunduoxing.com',
refreshTokenEnabled: true,
refreshTokenType: 'auth-refresh'
}