指标字典

This commit is contained in:
sjl
2024-11-04 18:43:24 +08:00
parent 9a9807230d
commit c0fcba6a25
10 changed files with 495 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ export const useAuthStore = defineStore({
async getAuthMenuList() {
const { data } = await getAuthMenuListApi();
this.authMenuList = data;
},
// Set RouteName
async setRouteName(name: string) {