From bcbb3456b27b10f4daa6765645b2acc017253488 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 14 Mar 2022 22:45:50 +0800 Subject: [PATCH] set layouts --- src/App.vue | 1 - src/constants/templates.ts | 29 ++++++-- src/layout/components/AppMain.vue | 18 ----- src/main.ts | 6 +- src/router/index.ts | 1 + src/store/modules/app.ts | 9 --- src/store/modules/dashboard.ts | 66 ++++++++++++------- src/views/dashboard/Edit.vue | 41 ++++++------ src/views/dashboard/List.vue | 106 +++++++++++++++++------------- 9 files changed, 158 insertions(+), 119 deletions(-) diff --git a/src/App.vue b/src/App.vue index 93fd29d8..3f4af22a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,7 +15,6 @@ limitations under the License. --> -