mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
fix: the problem that changing the theme color does not work because of cache reasons 🌟
修复: 缓存原因导致主题色更换不生效的问题;
This commit is contained in:
parent
8034f474d6
commit
42a34f7a16
@ -18,9 +18,6 @@ module.exports = {
|
|||||||
changeThemeColor (newColor) {
|
changeThemeColor (newColor) {
|
||||||
let lastColor = this.lastColor || this.primaryColor
|
let lastColor = this.lastColor || this.primaryColor
|
||||||
let options = {
|
let options = {
|
||||||
changeUrl (cssUrl) {
|
|
||||||
return `/${cssUrl}` // while router is not `hash` mode, it needs absolute path
|
|
||||||
},
|
|
||||||
oldColors: this.getThemeColors(lastColor),
|
oldColors: this.getThemeColors(lastColor),
|
||||||
newColors: this.getThemeColors(newColor)
|
newColors: this.getThemeColors(newColor)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user