From 7f87963448da89f3f6fc5357f0d78fddb24d1b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=8C?= Date: Fri, 8 Sep 2023 19:23:07 +0800 Subject: [PATCH] no message --- src/views/system/application/index.vue | 6 +- .../system/application/installedApplist.vue | 283 ++++++++++++++++++ src/views/system/application/pluginMarket.vue | 7 +- src/views/system/application/popInfo.vue | 88 +++++- .../system/application/settingPlugin.vue | 221 -------------- 5 files changed, 367 insertions(+), 238 deletions(-) create mode 100644 src/views/system/application/installedApplist.vue delete mode 100644 src/views/system/application/settingPlugin.vue diff --git a/src/views/system/application/index.vue b/src/views/system/application/index.vue index 2b505fe..32a3773 100644 --- a/src/views/system/application/index.vue +++ b/src/views/system/application/index.vue @@ -8,7 +8,7 @@
- +
@@ -18,7 +18,7 @@ + + diff --git a/src/views/system/application/pluginMarket.vue b/src/views/system/application/pluginMarket.vue index 3cfb116..2fccfc5 100644 --- a/src/views/system/application/pluginMarket.vue +++ b/src/views/system/application/pluginMarket.vue @@ -3,7 +3,7 @@
- +
@@ -43,9 +43,12 @@ export default { this.info = o; this.popShow = true; }, - closePlugin(){ + closePlugin(refresh = false){ this.info = {}; this.popShow = false; + if (refresh===true) { + this.loaddata(); + } }, unObserve() { this.resize.unobserve(this.tabBox) diff --git a/src/views/system/application/popInfo.vue b/src/views/system/application/popInfo.vue index 8387ae3..8212f88 100644 --- a/src/views/system/application/popInfo.vue +++ b/src/views/system/application/popInfo.vue @@ -15,19 +15,24 @@
{{ item.name }}
目录:{{ item.app }}
+ {{ item.islocal ? '本地插件' : '线上插件' }} + + + 免费 -
+
安装
+
+ 卸载 +
插件详情
-
-
{{ item.description }}
@@ -75,16 +80,75 @@ - diff --git a/src/views/system/application/settingPlugin.vue b/src/views/system/application/settingPlugin.vue deleted file mode 100644 index 7fd8b1d..0000000 --- a/src/views/system/application/settingPlugin.vue +++ /dev/null @@ -1,221 +0,0 @@ - - - - -