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 @@ 报告预览 - +