From 0bf196996db772956926856f9ad02d1b6d5de90a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 17 二月 2025 10:38:47 +0800
Subject: [PATCH] 1.实验室资质联调 2.分页查询修改

---
 src/main.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main.js b/src/main.js
index 2be086c..5d36f6c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -51,6 +51,7 @@
 Vue.prototype.HaveJson = (val) => {
   return JSON.parse(JSON.stringify(val))
 }
+Vue.prototype.javaApi = process.env.VUE_APP_BASE_API
 
 // 鍏ㄥ眬缁勪欢鎸傝浇
 Vue.component('DictTag', DictTag)

--
Gitblit v1.9.3