feat: add dashboard list

This commit is contained in:
Qiuxia Fan
2021-12-14 15:16:52 +08:00
parent 6b7c738b25
commit d659935773
13 changed files with 155 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ const utcHour = isNaN(Number(utcArr[0])) ? 0 : Number(utcArr[0]);
const utcMin = isNaN(Number(utcArr[1])) ? 0 : Number(utcArr[1]);
appStore.setUTC(utcHour, utcMin);
console.log(route);
const setConfig = (value: string) => {
pageName.value = value || "";
theme.value = route.path.includes("/infrastructure/") ? "dark" : "light";