From cbf18809270976db8af332fb80bedd6509c60245 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 06 Sep 2022 11:12:02 +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 d37c94c..e752b80 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -45,9 +45,9 @@
proxy: {
'/api': {
//本地服务接口地址
- target: 'http://192.168.0.207:89',
+ // target: 'http://192.168.0.207:89',
//远程演示服务地址,可用于直接启动项目
- // target: 'http://182.106.212.58:8013/api',
+ target: 'http://182.106.212.58:8020/api',
ws: true,
pathRewrite: {
'^/api': '/'
--
Gitblit v1.9.3