From ec9be3ceae55f72c680d3f733b8bea66428a79a8 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 17 Apr 2025 16:04:31 +0800 Subject: [PATCH] =?UTF-8?q?usa=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- package.json | 2 +- .../components/noticeMarquee.vue | 62 +++++++++---------- .../trials-layout/components/trialsNavbar.vue | 9 ++- vue.config.js | 6 +- 5 files changed, 41 insertions(+), 40 deletions(-) diff --git a/.env.development b/.env.development index 15ae6a5..0c20f27 100644 --- a/.env.development +++ b/.env.development @@ -46,4 +46,4 @@ VUE_APP_OSS_CONFIG_REGION = 'oss-cn-shanghai' VUE_APP_OSS_CONFIG_BUCKET = 'zyypacs' -VUE_APP_OSS_PATH = '/test/dist' +VUE_APP_OSS_PATH = /hir_test/dist diff --git a/package.json b/package.json index 37e03b9..951dd8d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "HICS", "version": "1.0.0", "scripts": { - "dev": "vue-cli-service serve --open", + "dev": "vue-cli-service serve --open --mode development", "build": "vue-cli-service build", "build:prod": "vue-cli-service build --mode prod", "build:uat": "vue-cli-service build --mode uat", diff --git a/src/views/trials/trials-layout/components/noticeMarquee.vue b/src/views/trials/trials-layout/components/noticeMarquee.vue index 6ddc026..7ca5949 100644 --- a/src/views/trials/trials-layout/components/noticeMarquee.vue +++ b/src/views/trials/trials-layout/components/noticeMarquee.vue @@ -1,21 +1,9 @@