Commit a9457547 by niuxiaolin

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

parent 76a4f07b
......@@ -50,7 +50,7 @@ export class DefaultService {
constructor(protected httpClient: HttpClient, @Optional()@Inject(BASE_PATH) basePath: string, @Optional() configuration: Configuration) {
if(environment.production){
this.basePath="/";
this.basePath="./";
}else{
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