From b7936044453911363ff5ef78855c06b18706398f Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Wed, 8 Aug 2018 22:30:56 +0800 Subject: [PATCH] =?UTF-8?q?theme=20=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 5a60f7a68cfa3c9effbf33aee1a0bf606cb7a045 [formerly 5a60f7a68cfa3c9effbf33aee1a0bf606cb7a045 [formerly 5a60f7a68cfa3c9effbf33aee1a0bf606cb7a045 [formerly 5a60f7a68cfa3c9effbf33aee1a0bf606cb7a045 [formerly afdd5cb7b4d018f68b61257181f089438a12fa44 [formerly 6fdb6e759e339cd17c8d76d09d50b902fce8b74d]]]]] Former-commit-id: 6e388aa8ce29cec9d8901ed1b11d8fe11a0cf2d4 Former-commit-id: c6c36e452f960cb9b24d73d65b28907e40c621b4 Former-commit-id: 7685d8e053d9f26643092bf32e74844d6cf89446 [formerly 8cfb43881c4ed2ac4facf1bd95ff6ac901dc41ba] Former-commit-id: 8493ae32e3635ee733b09d558eb9049154883ebf Former-commit-id: 728960b5d4f3ebf00130d78edb964beb3321fe59 Former-commit-id: 978d3701efedbcce3d5c694eaed1d34537cdf561 Former-commit-id: 4fd5476f29dd398a103a12d0f820e4d70750c97d Former-commit-id: 2580f2041c87b19410c4bff2a99ec6a94727e766 --- .../components/d2-theme-list/index.vue | 16 ++--- src/layout/header-aside/layout.vue | 4 +- src/pages/demo/playground/store/sys/index.vue | 53 ++++++++++++---- .../demo/playground/store/theme/index.vue | 18 +++--- .../modules/d2admin/index.js.REMOVED.git-id | 2 +- src/store/modules/d2admin/modules/menu.js | 2 +- src/store/modules/d2admin/modules/theme.js | 60 +++++++++++++++++++ src/store/modules/d2admin/modules/user.js | 4 +- 8 files changed, 124 insertions(+), 35 deletions(-) create mode 100644 src/store/modules/d2admin/modules/theme.js diff --git a/src/layout/header-aside/components/header-theme/components/d2-theme-list/index.vue b/src/layout/header-aside/components/header-theme/components/d2-theme-list/index.vue index 8b81cc76..efe3e343 100644 --- a/src/layout/header-aside/components/header-theme/components/d2-theme-list/index.vue +++ b/src/layout/header-aside/components/header-theme/components/d2-theme-list/index.vue @@ -1,5 +1,5 @@