CN-430 feat: 整屏滚动预处理

This commit is contained in:
chenjinsong
2022-04-11 15:58:24 +08:00
parent 00326be6ea
commit 5c906b4644
5 changed files with 110 additions and 11 deletions

View File

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