[monitor]服务端编译打包脚本

This commit is contained in:
tomsun28
2021-12-26 15:08:54 +08:00
parent 7e41f64491
commit faf5bc7b87
17 changed files with 309 additions and 66 deletions

View File

@@ -2,9 +2,9 @@ import { Environment } from '@delon/theme';
export const environment = {
production: true,
useHash: true,
useHash: false,
api: {
baseUrl: './',
baseUrl: '/',
refreshTokenEnabled: true
}
} as Environment;

View File

@@ -9,7 +9,7 @@ import * as MOCK_DATA from '../../_mock';
export const environment = {
production: false,
useHash: true,
useHash: false,
api: {
baseUrl: 'http://localhost:8080/',
refreshTokenEnabled: true