From d8eda80eaf2f328ed43dc4f5c783b7dee5a4092c Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期六, 12 十月 2024 17:39:39 +0800 Subject: [PATCH] 1. 新增巡查计划功能(待完成); 2. 完成任务的各场景下的分别移除和添加; --- src/api/additional-jingan/index.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/additional-jingan/index.js b/src/api/additional-jingan/index.js index 3922104..e1c9084 100644 --- a/src/api/additional-jingan/index.js +++ b/src/api/additional-jingan/index.js @@ -2,7 +2,8 @@ import md5 from 'md5'; import { ElMessage } from 'element-plus'; -let IP = 'http://101.230.224.80:8082/'; +// let IP = 'http://101.230.224.80:8082/'; +let IP = 'http://47.100.191.150:8080/jingan/'; const $jingan = axios.create({ baseURL: IP, -- Gitblit v1.9.3