主题颜色保存配置

This commit is contained in:
RuoYi
2021-04-19 16:59:56 +08:00
parent b6f13c546b
commit 2575c17f47
5 changed files with 17 additions and 15 deletions

View File

@ -35,7 +35,6 @@ export default {
if (typeof val !== 'string') return
const themeCluster = this.getThemeCluster(val.replace('#', ''))
const originalCluster = this.getThemeCluster(oldVal.replace('#', ''))
console.log(themeCluster, originalCluster)
const $message = this.$message({
message: ' Compiling the theme',