|
|
@@ -441,7 +441,7 @@ define(['jquery', 'dialog'], function ($, dialog) { |
|
|
|
if (data.code == 200) { |
|
|
|
var content = data.data; |
|
|
|
console.log(content) |
|
|
|
content[13].configValue = 'red'; |
|
|
|
// content[13].configValue = 'red'; |
|
|
|
if (content[13].configValue == 'red'){ |
|
|
|
themeColor = 'red'; |
|
|
|
document.documentElement.style.setProperty('--color', '#e8041f'); |
|
|
|