From c831268cd82f5a1a3d87c5a81aacd5138457da4f Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Sun, 23 Feb 2025 10:58:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B9=B4=E9=BE=84=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=AF=B9=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=81=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/.env.production | 2 +- acupuncture-前台/src/views/index.vue | 8 ++++---- acupuncture-前台/src/views/indexCom/JM.vue | 2 +- acupuncture-前台/src/views/indexCom/patient.vue | 2 +- acupuncture-前台/vue.config.js | 2 +- acupuncture-后台/src/views/indexCom/JM.vue | 2 +- acupuncture-后台/src/views/indexCom/patient.vue | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/acupuncture-前台/.env.production b/acupuncture-前台/.env.production index 79e0cddc..16933567 100644 --- a/acupuncture-前台/.env.production +++ b/acupuncture-前台/.env.production @@ -8,4 +8,4 @@ VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture' VUE_APP_API_QZURL = 'https://test.tall.wiki/' # 访问路径 -VUE_APP_PUBLIC_PATH = '/acupunctureClient/' +VUE_APP_PUBLIC_PATH = '/acupunctureAdmin/' diff --git a/acupuncture-前台/src/views/index.vue b/acupuncture-前台/src/views/index.vue index 10d335c5..498114a0 100644 --- a/acupuncture-前台/src/views/index.vue +++ b/acupuncture-前台/src/views/index.vue @@ -66,10 +66,10 @@ methods: { resize() { console.log(111) - this.$refs.patient.getRenew(); - this.$refs.JM.getRenew(); - this.$refs.XGZL.getRenew(); - this.$refs.follow.getRenew(); + // this.$refs.patient.getRenew(); + // this.$refs.JM.getRenew(); + // this.$refs.XGZL.getRenew(); + // this.$refs.follow.getRenew(); }, // 周 月 季 年 radioChange(_data, _type, _timeType) { diff --git a/acupuncture-前台/src/views/indexCom/JM.vue b/acupuncture-前台/src/views/indexCom/JM.vue index 12af7846..b968e384 100644 --- a/acupuncture-前台/src/views/indexCom/JM.vue +++ b/acupuncture-前台/src/views/indexCom/JM.vue @@ -16,7 +16,7 @@
- 体系分布 + 体型分布
diff --git a/acupuncture-前台/src/views/indexCom/patient.vue b/acupuncture-前台/src/views/indexCom/patient.vue index d9dae15f..78a0ac6c 100644 --- a/acupuncture-前台/src/views/indexCom/patient.vue +++ b/acupuncture-前台/src/views/indexCom/patient.vue @@ -158,7 +158,7 @@ ]; // 年龄分布 let ageValue = res.data.age - this.ageValue = [ageValue.num1, ageValue.num2, ageValue.num2, ageValue.num4, ageValue + this.ageValue = [ageValue.num1, ageValue.num2, ageValue.num3, ageValue.num4, ageValue .num5, ageValue.num6 ] // 病种分布 diff --git a/acupuncture-前台/vue.config.js b/acupuncture-前台/vue.config.js index 0c753c1f..d57406c4 100644 --- a/acupuncture-前台/vue.config.js +++ b/acupuncture-前台/vue.config.js @@ -19,7 +19,7 @@ module.exports = { // 默认情况下,Vue CLI 会假设你的应用是被部署在一个域名的根路径上 // 例如 https://www.ruoyi.vip/。如果应用被部署在一个子路径上,你就需要用这个选项指定这个子路径。例如,如果你的应用被部署在 https://www.ruoyi.vip/admin/,则设置 baseUrl 为 /admin/。 publicPath: - process.env.NODE_ENV === "production" ? "/acupunctureClient/" : "/", + process.env.NODE_ENV === "production" ? "/acupunctureAdmin/" : "/", // 在npm run build 或 yarn build 时 ,生成文件的目录名称(要和baseUrl的生产环境路径一致)(默认dist) outputDir: "dist", // 用于放置生成的静态资源 (js、css、img、fonts) 的;(项目打包之后,静态资源会放在这个文件夹下) diff --git a/acupuncture-后台/src/views/indexCom/JM.vue b/acupuncture-后台/src/views/indexCom/JM.vue index 7d5b2119..138a2741 100644 --- a/acupuncture-后台/src/views/indexCom/JM.vue +++ b/acupuncture-后台/src/views/indexCom/JM.vue @@ -16,7 +16,7 @@
- 体系分布 + 体型分布
diff --git a/acupuncture-后台/src/views/indexCom/patient.vue b/acupuncture-后台/src/views/indexCom/patient.vue index 109a787a..9fd17647 100644 --- a/acupuncture-后台/src/views/indexCom/patient.vue +++ b/acupuncture-后台/src/views/indexCom/patient.vue @@ -158,7 +158,7 @@ ]; // 年龄分布 let ageValue = res.data.age - this.ageValue = [ageValue.num1, ageValue.num2, ageValue.num2, ageValue.num4, ageValue + this.ageValue = [ageValue.num1, ageValue.num2, ageValue.num3, ageValue.num4, ageValue .num5, ageValue.num6 ] // 病种分布