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