车辆接口更新
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user