指标字典
This commit is contained in:
@@ -45,6 +45,7 @@ export const useAuthStore = defineStore({
|
||||
async getAuthMenuList() {
|
||||
const { data } = await getAuthMenuListApi();
|
||||
this.authMenuList = data;
|
||||
|
||||
},
|
||||
// Set RouteName
|
||||
async setRouteName(name: string) {
|
||||
|
||||
Reference in New Issue
Block a user