From f5aca8b44e00a441830b5c73245cb2c249e4c024 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 01 Feb 2021 23:39:46 +0800
Subject: [PATCH] 客户列表
---
vue.config.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 651299b..1edcbff 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,6 +1,6 @@
/*
- * @Descripttion:
- * @version:
+ * @Descripttion:
+ * @version:
* @Author: song
* @Date: 2021-01-26 08:56:34
* @LastEditors: song
@@ -34,7 +34,7 @@
proxy: {
'/api': {
//本地服务接口地址
- target: 'http://192.168.0.103:82',
+ target: 'http://192.168.0.102:82/',
//远程演示服务地址,可用于直接启动项目
//target: 'https://saber.bladex.vip/api',
ws: true,
--
Gitblit v1.9.3