From 1cccf113a2bb2c2da38ee9c7e3ac01337b1b976f Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 28 Dec 2022 09:37:54 +0800
Subject: [PATCH] 整体样式风格修改
---
vue.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index a9b61c7..a11a55f 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -26,7 +26,7 @@
proxy: {
'/api': {
//本地服务接口地址
- target: 'http://192.168.0.115:82/',
+ target: 'http://192.168.2.125:82/',
//远程演示服务地址,可用于直接启动项目
//target: 'https://saber.bladex.vip/api',
ws: true,
--
Gitblit v1.9.3