[deploy]support deploy with osrc.com

This commit is contained in:
tomsun28
2022-04-19 18:32:26 +08:00
parent 81896f9ba1
commit d136b09d0f
7 changed files with 210 additions and 87 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "web-app",
"name": "hertzbeat-web-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",

View File

@@ -4,7 +4,7 @@ export const environment = {
production: true,
useHash: false,
api: {
baseUrl: '/',
baseUrl: '/api/',
refreshTokenEnabled: true
}
} as Environment;