|
@@ -3,7 +3,7 @@ import { theme } from "tailwindcss/stubs/defaultConfig.stub";
|
|
|
/*
|
|
|
* @Author: your name
|
|
|
* @Date: 2024-05-27 15:09:27
|
|
|
- * @LastEditTime: 2025-07-17 14:34:41
|
|
|
+ * @LastEditTime: 2025-07-17 16:23:06
|
|
|
* @LastEditors: bogon
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: /performance-test/src/store/themes.js
|
|
@@ -12,7 +12,6 @@ import { colorSchemes } from "@/views/overview/js/colors";
|
|
|
export default {
|
|
|
namespaced: true,
|
|
|
state: {
|
|
|
- // theme: localStorage.getItem("theme") || "green",
|
|
|
theme: localStorage.getItem("theme") || process.env.VUE_APP_THEM, //华电默认主题色
|
|
|
themeColor: [...colorSchemes[0].colors],
|
|
|
},
|