lint fix
parent
6764d74e92
commit
cfd26964d7
|
@ -1,6 +1,7 @@
|
|||
export default class CustomerService {
|
||||
constructor() {
|
||||
const runtimeConfig = useRuntimeConfig();
|
||||
|
||||
this.contextPath = runtimeConfig.public.contextPath;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
export default class NodeService {
|
||||
constructor() {
|
||||
const runtimeConfig = useRuntimeConfig();
|
||||
|
||||
this.contextPath = runtimeConfig.public.contextPath;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
export default class ProductService {
|
||||
constructor() {
|
||||
const runtimeConfig = useRuntimeConfig();
|
||||
|
||||
this.contextPath = runtimeConfig.public.contextPath;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue