From 6df906aa24cbc0890dbe7dae9b7c9d726d94923a Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Fri, 1 Dec 2023 19:21:20 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=20=E5=AE=A2=E6=88=B7=E7=AB=AF=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=8C=89=E9=92=AE=EF=BC=8C=E4=BB=AA=E8=A1=A8=E7=9B=98?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/images/common/uploading.svg | 1 + .../assets/js/components/RightBottom.vue | 5 ++++- resources/assets/js/pages/manage.vue | 13 +++++++++++++ resources/assets/js/store/state.js | 1 + resources/assets/sass/pages/page-manage.scss | 19 +++++++++++++++++++ .../public/images/common/uploading.svg | 1 + 6 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 public/images/common/uploading.svg create mode 100644 resources/assets/statics/public/images/common/uploading.svg diff --git a/public/images/common/uploading.svg b/public/images/common/uploading.svg new file mode 100644 index 000000000..7dc360d0e --- /dev/null +++ b/public/images/common/uploading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/js/components/RightBottom.vue b/resources/assets/js/components/RightBottom.vue index 9d78ef336..fd4f395c5 100644 --- a/resources/assets/js/components/RightBottom.vue +++ b/resources/assets/js/components/RightBottom.vue @@ -95,6 +95,9 @@ export default { if (show) { this.updateBottomShow = true } + }, + downloadUrl(val){ + this.$store.state.clientDownloadUrl = val } }, @@ -108,7 +111,7 @@ export default { }, showDown() { - return !this.$isEEUiApp && !this.windowTouch && ['login', 'index', 'manage-dashboard'].includes(this.$route.name) + return !this.$isEEUiApp && !this.windowTouch && ['login', 'index'].includes(this.$route.name) }, showPrivacy() { diff --git a/resources/assets/js/pages/manage.vue b/resources/assets/js/pages/manage.vue index 0e520e350..ce8d02fe8 100644 --- a/resources/assets/js/pages/manage.vue +++ b/resources/assets/js/pages/manage.vue @@ -125,6 +125,18 @@