From f46b0a565955021116cce207aa18f5e7f1f88ca9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 05 Jul 2021 17:07:14 +0800
Subject: [PATCH] 忽略vue.config.js的更改
---
.gitignore | 1 +
vue.config.js | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 07c8fe4..e1085b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
*.sln
*.sw*
*.lock
+vue.config.js
diff --git a/vue.config.js b/vue.config.js
index b15df2a..893b09a 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -26,7 +26,7 @@
proxy: {
'/api': {
//本地服务接口地址
- target: 'http://192.168.0.104',
+ target: 'http://2h3f861221.wicp.vip',
//远程演示服务地址,可用于直接启动项目
//target: 'https://saber.bladex.vip/api',
ws: true,
--
Gitblit v1.9.3