mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
fix billing process
This commit is contained in:
parent
b36bfdcf89
commit
237bfd7559
|
|
@ -42,7 +42,9 @@ export class Application {
|
|||
|
||||
this.request.setRootPath(
|
||||
HttpUri.parseUrl(
|
||||
document.getElementsByTagName('base')[0].href
|
||||
typeof document.getElementsByTagName('base')[0] !== 'undefined'
|
||||
? document.getElementsByTagName('base')[0].href
|
||||
: ''
|
||||
).path
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user