diff --git a/acupuncture-前台/.env.staging b/acupuncture-前台/.env.staging index db72d730..9c4921cc 100644 --- a/acupuncture-前台/.env.staging +++ b/acupuncture-前台/.env.staging @@ -6,6 +6,9 @@ NODE_ENV = 'production' # 因孚生产 VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture/api/' VUE_APP_API_QZURL = 'https://test.tall.wiki/acupuncture/api/' + +# 访问地址 +VUE_APP_VISIT_URL = 'https://test.tall.wiki/acupuncture/client/' # 筛查访问地址 VUE_APP_H5_URL = 'https://test.tall.wiki/acupuncture/client/screening/h5' # 访问路径 diff --git a/acupuncture-前台/src/views/medicalFile/details.vue b/acupuncture-前台/src/views/medicalFile/details.vue index e962fbed..f5032cc1 100644 --- a/acupuncture-前台/src/views/medicalFile/details.vue +++ b/acupuncture-前台/src/views/medicalFile/details.vue @@ -1244,7 +1244,7 @@ export default { zytzQrcode({ param: { id: this.form.id, - rewrite: 1, + // rewrite: 1, path: `${process.env.VUE_APP_VISIT_URL}medicalEva?id=${this.form.id}&name=${this.form.name}&phone=${this.form.phone}&tenantId=${this.userInfo.tenantId}`, }, }).then((res) => {