From cb087bf8c2a4b9ec70d2128009446c95358f3e81 Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Fri, 16 Sep 2022 10:27:43 +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 a3ad8ef..3eb2ccf 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -26,7 +26,7 @@
proxy: {
'/api': {
//本地服务接口地址
- target: 'http://localhost',
+ target: 'http://localhost:80',
//远程演示服务地址,可用于直接启动项目
//target: 'https://saber.bladex.vip/api',
ws: true,
--
Gitblit v1.9.3