From c2f95b0b9090a2394b5b068582b932a5e57b86aa Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期二, 05 九月 2023 18:19:37 +0800
Subject: [PATCH] 雷达图 新增综合风险排名 数据接入配置

---
 src/api/index.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index 81af872..aff2f7b 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -2,7 +2,8 @@
 import { setInterceptors } from './config';
 
 // const url = 'http://47.100.191.150:9031/';
-const url = 'http://192.168.1.4:8081/';
+// const url = 'http://192.168.1.4:8081/';
+const url = 'http://localhost:8081/';
 
 //椋炵窘鐩戠
 const $http = axios.create({

--
Gitblit v1.9.3