指标字典
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) {
|
||||
|
||||
@@ -4,6 +4,9 @@ import { DICT_STORE_KEY } from '@/stores/constant'
|
||||
// 模拟数据
|
||||
import dictData from '@/api/system/dictData'
|
||||
|
||||
//import { getDictList } from '@/api/user/login.ts'
|
||||
//const dictData = getDictList
|
||||
|
||||
export const useDictStore = defineStore({
|
||||
id: DICT_STORE_KEY,
|
||||
state: () => ({
|
||||
|
||||
Reference in New Issue
Block a user