From 710fd8e475c383e16d0df64395efe8b31eec451d Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 21 八月 2023 18:02:54 +0800 Subject: [PATCH] new file: src/api/experiment/passRateStatistics.js modified: src/api/laboratory/measure.js modified: src/layout/components/Sidebar/Logo.vue modified: src/views/experiment/passRateStatistics/index.vue modified: src/views/laboratory/measure/index.vue --- .env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index cc5188c..e363056 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'http://192.168.110.167:1234/' +VUE_APP_BASE_API = 'http://192.168.110.254:1234/' -- Gitblit v1.9.3