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