问题复现步骤: ①在config/ColorUI.js配置config.theme为light,此时主题为light ②通过ui-change-theme把主题切换为dark,此时主题为dark ③刷新一下页面,storage的sys_theme被覆盖为light,$cuConfig.theme为dark ④再次刷新一下页面,storage的sys_theme为light,$cuConfig.theme为light 不怎么会提交bug,这是直接在原文件修改提交的。 不知道这样方式提交正不正确,以下为修改的commit地址。 https://github.com/Color-UI/MP-CU/commit/c3a14d70d2566e4a832f3d9af72e2bc463e841dd
问题复现步骤:
①在config/ColorUI.js配置config.theme为light,此时主题为light
②通过ui-change-theme把主题切换为dark,此时主题为dark
③刷新一下页面,storage的sys_theme被覆盖为light,$cuConfig.theme为dark
④再次刷新一下页面,storage的sys_theme为light,$cuConfig.theme为light
不怎么会提交bug,这是直接在原文件修改提交的。
不知道这样方式提交正不正确,以下为修改的commit地址。
c3a14d7