From 60a452243498bdd32f6a0f23d54f9c5dc5484a5f Mon Sep 17 00:00:00 2001 From: yanzai Date: Wed, 15 May 2024 21:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E5=91=8A=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 秦皇岛北医三小程序/api/api.js | 2 +- 秦皇岛北医三小程序/api/index.js | 2 +- 秦皇岛北医三小程序/pages/test/test.vue | 3 ++- 秦皇岛北医三报告对比/api/api.js | 4 ++-- 秦皇岛北医三报告对比/api/index.js | 4 ++-- 秦皇岛北医三报告对比/components/report/type3.vue | 4 ++-- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/秦皇岛北医三小程序/api/api.js b/秦皇岛北医三小程序/api/api.js index 46597f8..234d18d 100644 --- a/秦皇岛北医三小程序/api/api.js +++ b/秦皇岛北医三小程序/api/api.js @@ -3,7 +3,7 @@ let report_url_ = "https://qhdbeiyisan-api.sixinyun.com"; let h5_url_ = "https://qhdbeiyisan-api.sixinyun.com"; const dev = 0; if (dev === 1) { - url_ = "http://sixintijian"; + url_ = "http://localbeiyisan"; report_url_ = "http://192.168.31.106:5173"; h5_url_ = "http://192.168.31.106:5173"; } diff --git a/秦皇岛北医三小程序/api/index.js b/秦皇岛北医三小程序/api/index.js index f89ff41..979072b 100644 --- a/秦皇岛北医三小程序/api/index.js +++ b/秦皇岛北医三小程序/api/index.js @@ -7,7 +7,7 @@ let chat_url = "https://service-platform.sixinyun.com" let service_platform_appid="qhd130302000011" //岚科服务平台唯一appid const dev =0 if (dev === 1) { - url_ = "http://sixintijian" + url_ = "http://localbeiyisan" chat_url = "http://192.168.31.106:5173" } export const ReportUrl = (data) => { diff --git a/秦皇岛北医三小程序/pages/test/test.vue b/秦皇岛北医三小程序/pages/test/test.vue index 3d568ff..0fb117e 100644 --- a/秦皇岛北医三小程序/pages/test/test.vue +++ b/秦皇岛北医三小程序/pages/test/test.vue @@ -3,8 +3,9 @@ 正在加载请稍后... + 文档打开后 - 点击右上角按钮,然后选择“保存到手机”即可下载 + 点击右上角按钮,可下载或转发保存 我知道了,打开文档 diff --git a/秦皇岛北医三报告对比/api/api.js b/秦皇岛北医三报告对比/api/api.js index 924bccd..285b198 100644 --- a/秦皇岛北医三报告对比/api/api.js +++ b/秦皇岛北医三报告对比/api/api.js @@ -1,7 +1,7 @@ let url_ = "https://qhdbeiyisan-api.sixinyun.com"; -const dev = 0 +const dev = 1 if (dev === 1) { - url_ = "http://192.168.31.106:8000" + url_ = "http://sixintijian" } let url_array = {}; url_array['ReportDown'] = `${url_}/api/Mp/Down/pdf`; diff --git a/秦皇岛北医三报告对比/api/index.js b/秦皇岛北医三报告对比/api/index.js index 89bdbfe..bf8428b 100644 --- a/秦皇岛北医三报告对比/api/index.js +++ b/秦皇岛北医三报告对比/api/index.js @@ -2,9 +2,9 @@ import { $post } from '@/lu/axios.js' let url_ = "https://qhdbeiyisan-api.sixinyun.com"; -const dev = 0 +const dev = 1 if (dev === 1) { - url_ = "http://192.168.31.106:8000" + url_ = "http://sixintijian" } export const HospitalExtraReportStatusAction = async (data) => await $post({ url: 'HospitalExtraReportStatus', diff --git a/秦皇岛北医三报告对比/components/report/type3.vue b/秦皇岛北医三报告对比/components/report/type3.vue index a45c3f9..ab35a72 100644 --- a/秦皇岛北医三报告对比/components/report/type3.vue +++ b/秦皇岛北医三报告对比/components/report/type3.vue @@ -127,11 +127,11 @@ 报告预览 - +