From 023dd7fafa5d1a39d6f62ba88b6c4ec590aa20cd Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 14 七月 2023 16:01:36 +0800 Subject: [PATCH] Merge branch 'feature-001' of ssh://114.215.109.124:29418/grid-management-vue into feature-001 --- src/api/clue/index.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/clue/index.js b/src/api/clue/index.js index bbfceb4..496fc47 100644 --- a/src/api/clue/index.js +++ b/src/api/clue/index.js @@ -2,7 +2,8 @@ import md5 from 'md5'; import { ElMessage } from 'element-plus'; -const ip = 'http://101.230.224.80:8082/'; +// const ip = 'http://101.230.224.80:8082/'; +const ip = 'http://192.168.0.138:8080/'; //椋炵窘鐩戠 const $clue = axios.create({ -- Gitblit v1.9.3