From 7f60c7bfa7ce1a38584f55476a42700c7bb2bfbe Mon Sep 17 00:00:00 2001
From: sakuya <81883387@qq.com>
Date: Sun, 25 Jul 2021 23:02:44 +0800
Subject: [PATCH] =?UTF-8?q?ADD=20work=E6=8E=A7=E5=88=B6=E5=8F=B0=E6=88=91?=
=?UTF-8?q?=E7=9A=84=E5=B8=B8=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/work/components/myapp.vue | 136 +++++++++++++++++++++++
src/views/home/work/index.vue | 43 ++-----
src/views/userCenter/login.vue | 1 +
3 files changed, 149 insertions(+), 31 deletions(-)
create mode 100644 src/views/home/work/components/myapp.vue
diff --git a/src/views/home/work/components/myapp.vue b/src/views/home/work/components/myapp.vue
new file mode 100644
index 00000000..fea7035e
--- /dev/null
+++ b/src/views/home/work/components/myapp.vue
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
我的常用 ( {{myMods.length}} )
+
+
+
+
+ {{element.meta.title}}
+
+
+
+
+
+
全部应用 ( {{filterMods.length}} )
+
+
+
+
+ {{element.meta.title}}
+
+
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
+
diff --git a/src/views/home/work/index.vue b/src/views/home/work/index.vue
index ea3eeb55..2c512666 100644
--- a/src/views/home/work/index.vue
+++ b/src/views/home/work/index.vue
@@ -2,28 +2,9 @@
-
-
-
- -
-
-
-
空白模板
-
-
- -
-
-
-
统计列表
-
-
- -
-
-
-
日历计划
-
-
-
+
+
+
@@ -31,26 +12,26 @@
diff --git a/src/views/userCenter/login.vue b/src/views/userCenter/login.vue
index 57a6a67d..4c648b48 100644
--- a/src/views/userCenter/login.vue
+++ b/src/views/userCenter/login.vue
@@ -151,6 +151,7 @@
created: function() {
this.$TOOL.data.remove("user")
this.$TOOL.data.remove("grid")
+ this.$TOOL.data.remove("my-mods")
this.$store.commit("clearViewTags")
this.$store.commit("clearKeepLive")
this.$store.commit("clearIframeList")