Merge branch 'dev' into 8790-smsPredefinedText
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
commit
693b4f30e2
|
@ -8,7 +8,7 @@ export const useDescriptorStore = defineStore('descriptorStore', () => {
|
|||
if (Object.keys(descriptors).length) return descriptors;
|
||||
|
||||
const currentDescriptors = {};
|
||||
const files = import.meta.glob(`/src/**/*DescriptorProxy.vue`);
|
||||
const files = import.meta.glob(`src/**/*DescriptorProxy.vue`);
|
||||
const moduleParser = {
|
||||
account: 'user',
|
||||
client: 'customer',
|
||||
|
|
Loading…
Reference in New Issue