From 1997d52296ee89f4b7833c19e2e37ea2b5408e22 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 26 三月 2025 10:12:51 +0800 Subject: [PATCH] Merge branch 'radio-frequency-cable' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable --- src/main.js | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/main.js b/src/main.js index adbeaf1..aa5d22e 100644 --- a/src/main.js +++ b/src/main.js @@ -66,9 +66,7 @@ Vue.prototype.HaveJson = (val) => { return JSON.parse(JSON.stringify(val)); }; -Vue.prototype.javaApi = process.env.VUE_APP_BASE_API - ? process.env.VUE_APP_BASE_API - : "http://localhost:8001"; +Vue.prototype.javaApi = "http://10.21.10.78:8089"; Vue.prototype.checkPermi = checkPermi; Vue.prototype.uploadHeader = { Authorization: "Bearer " + getToken(), -- Gitblit v1.9.3