This commit is contained in:
@changcode
2022-04-12 18:00:12 +08:00
6 changed files with 111 additions and 41 deletions

View File

@@ -198,6 +198,11 @@ export const dnsServerRole = {
RTDNSM: 'RTDNSM'
}
// 整屏滚动的路径映射
export const wholeScreenRouterMapping = {
dns: '/panel/dnsServiceInsights'
}
export const themeData = [
{ value: 'light', label: 'light' },
{ value: 'dark', label: 'dark' }