From fab7fc4ce3008cf5cf2bbdb2adc86067b8866fc3 Mon Sep 17 00:00:00 2001
From: yz <yz_0812@outlook.com>
Date: 星期五, 22 一月 2021 02:28:15 +0800
Subject: [PATCH] Merge branch 'master' of http://120.24.23.155:9999/r/sunsail-platform-ui
---
vue.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 3b722e1..8871fce 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -36,7 +36,7 @@
// change xxx-api/login => mock/login
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: 'http://localhost:8301/',
+ target: 'http://120.24.23.155:8301/',
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
--
Gitblit v1.8.0