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 @@