From 66a7abeb8d4fd7cc96204bd98e5bc472f6bbd1bb Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 28 Apr 2023 14:36:12 +0800
Subject: [PATCH] 编辑范围修改
---
vue.config.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index fefff59..a6b11bf 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -39,8 +39,8 @@
proxy: {
'/api': {
//本地服务接口地址
- // target: 'http://localhost:82/',
- target: "http://192.168.0.100:82",
+ target: 'http://localhost:82/',
+ // target: "http://192.168.43.202:82",
//远程演示服务地址,可用于直接启动项目
//target: 'https://saber.bladex.vip/api',
ws: true,
--
Gitblit v1.9.3