diff --git a/src/utils/themeUtil.js b/src/utils/themeUtil.js index b3b2f3d..c4880ab 100644 --- a/src/utils/themeUtil.js +++ b/src/utils/themeUtil.js @@ -18,9 +18,6 @@ module.exports = { changeThemeColor (newColor) { let lastColor = this.lastColor || this.primaryColor let options = { - changeUrl (cssUrl) { - return `/${cssUrl}` // while router is not `hash` mode, it needs absolute path - }, oldColors: this.getThemeColors(lastColor), newColors: this.getThemeColors(newColor) }