Commit a9457547 by niuxiaolin

latest ui 08/07/2019 08:45:41

parent 76a4f07b
...@@ -50,7 +50,7 @@ export class DefaultService { ...@@ -50,7 +50,7 @@ export class DefaultService {
constructor(protected httpClient: HttpClient, @Optional()@Inject(BASE_PATH) basePath: string, @Optional() configuration: Configuration) { constructor(protected httpClient: HttpClient, @Optional()@Inject(BASE_PATH) basePath: string, @Optional() configuration: Configuration) {
if(environment.production){ if(environment.production){
this.basePath="/"; this.basePath="./";
}else{ }else{
this.basePath = "https://localhost:443"; this.basePath = "https://localhost:443";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment