From 22f558363f391cf0d3447a68ebd82e8f67b14da7 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 25 Aug 2021 15:01:04 +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 5e5adef..5e5396b 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -29,7 +29,7 @@
// target: 'http://localhost:81',
//远程演示服务地址,可用于直接启动项目
// target: 'https://saber.bladex.vip/api',
- target: 'http://192.168.0.109:81',
+ target: 'http://192.168.0.103:81',
ws: true,
pathRewrite: {
'^/api': '/'
--
Gitblit v1.9.3