feat: change path in product service
This commit is contained in:
parent
9a09ae1946
commit
3a69c5e44e
5 changed files with 31 additions and 44 deletions
|
|
@ -97,7 +97,11 @@ export function formatNumberDecimal(num: number, point: number): string {
|
|||
const useUtilsStore = defineStore('utilsStore', () => {
|
||||
const currentTitle = ref<{
|
||||
title: string;
|
||||
path: { text: string; handler?: () => unknown }[];
|
||||
path: {
|
||||
text: string;
|
||||
argsi18n?: Record<string, string>;
|
||||
handler?: () => unknown;
|
||||
}[];
|
||||
}>({
|
||||
title: '',
|
||||
path: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue