车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 09:28:29 +08:00
parent 4ccb9db42a
commit c442051454
3 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,13 @@
/*
* @Description :
* @Version : 1.0
* @Author : Shiming
* @Date : 2021-12-08 13:38:19
* @LastEditors : Shiming
* @LastEditTime : 2022-01-19 09:23:10
* @FilePath : \\tms-obc-web\\src\\environments\\eascs\\environment.prod.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
import { Environment } from '@delon/theme';
export const environment = {
@ -8,4 +18,13 @@ export const environment = {
refreshTokenEnabled: false,
refreshTokenType: 'auth-refresh',
},
pro: {
theme: 'dark',
menu: 'side',
contentWidth: 'fluid',
fixedHeader: true,
autoHideHeader: false,
fixSiderbar: true,
onlyIcon: false,
}
} as Environment;