fix: ensure to request the interface correctly

This commit is contained in:
Vben
2021-02-26 23:30:22 +08:00
parent a821d9a3a2
commit 11d3f395ca
8 changed files with 11 additions and 19 deletions

2
types/config.d.ts vendored
View File

@@ -9,7 +9,7 @@ import {
import { CacheTypeEnum } from '/@/enums/cacheEnum';
import type { LocaleType } from '/@/locales/types';
import { ThemeMode } from '../../build/config/themeConfig';
import { ThemeMode } from '../build/config/themeConfig';
export interface MenuSetting {
bgColor: string;