项目初始化
This commit is contained in:
19
src/environments/eascs/environment.demo.ts
Normal file
19
src/environments/eascs/environment.demo.ts
Normal file
@ -0,0 +1,19 @@
|
||||
/*
|
||||
* @Description:
|
||||
* @Author: wsm
|
||||
* @Date: 2021-06-18 16:12:05
|
||||
* @LastEditTime: 2021-07-14 10:17:39
|
||||
* @LastEditors: Do not edit
|
||||
* @Reference:
|
||||
*/
|
||||
import { Environment } from '@delon/theme';
|
||||
|
||||
export const environment = {
|
||||
production: true,
|
||||
useHash: true,
|
||||
api: {
|
||||
baseUrl: 'https://scm-api-test.eascs.com',
|
||||
refreshTokenEnabled: false,
|
||||
refreshTokenType: 'auth-refresh',
|
||||
},
|
||||
} as Environment;
|
||||
Reference in New Issue
Block a user