diff --git a/唐山清任体检平台报告对比/api/api.js b/唐山清任体检平台报告对比/api/api.js index 7e07f3a..8c418af 100644 --- a/唐山清任体检平台报告对比/api/api.js +++ b/唐山清任体检平台报告对比/api/api.js @@ -1,6 +1,6 @@ let url_ = "https://ts-qingren.sixinyun.com"; const dev =0 -if (dev === 0) { +if (dev === 1) { url_ = "http://localhostlanketijian" } let url_array = {}; diff --git a/唐山清任体检平台报告对比/api/index.js b/唐山清任体检平台报告对比/api/index.js index 6d5b226..f27b32e 100644 --- a/唐山清任体检平台报告对比/api/index.js +++ b/唐山清任体检平台报告对比/api/index.js @@ -3,7 +3,7 @@ import { } from '@/lu/axios.js' let url_ = "https://ts-qingren.sixinyun.com"; const dev = 0 -if (dev === 0) { +if (dev === 1) { url_ = "http://localhostlanketijian" } export const HospitalExtraReportStatusAction = async (data) => await $post({ diff --git a/唐山清任体检平台报告对比/components/report/type2.vue b/唐山清任体检平台报告对比/components/report/type2.vue index 38defa0..cf1f4af 100644 --- a/唐山清任体检平台报告对比/components/report/type2.vue +++ b/唐山清任体检平台报告对比/components/report/type2.vue @@ -45,7 +45,7 @@ 检查医生:{{ i.doctor }} - 检查时间:{{ i.datetime }} +