Lijy 4 月之前
父節點
當前提交
20fa7812ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/utils/commonMethod.js

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/utils/commonMethod.js

@@ -7,7 +7,7 @@ export function getThemeColor() {
   console.log(type, '<=========== 看看')
   const colorType = {
     'default': '#409EFF',
-    'dark': '#FF0000',
+    'dark': '#075985',
   }
   return colorType[type]
 }