From 1dab2e096e7c2e39b3132e71ed5ae80bc9fd2a3c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 29 二月 2024 16:07:50 +0800
Subject: [PATCH] 整理
---
admin/vue.config.js | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/admin/vue.config.js b/admin/vue.config.js
index 66f1a74..15662cc 100644
--- a/admin/vue.config.js
+++ b/admin/vue.config.js
@@ -10,11 +10,12 @@
port: 10012,
proxy: {
[process.env.VUE_APP_API_PREFIX]: {
- // http://192.168.0.130:10013
- // 192.168.0.110:10013 192.168.0.110:10013
- // http://192.168.0.101:10013
- // http://192.168.0.132:10013
- target: 'http://192.168.0.108:10013',
+ // http://192.168.0.134:10028 浠诲悍
+ // http://192.168.0.110:10013 纾婄
+ // http://192.168.0.132:10013 甯呭摜
+ // http://192.168.0.126:10033 钀嶅
+ // https://dmtest.ahapp.net/admin_api 娴嬭瘯鏈�
+ target: 'http://192.168.0.126:10033',
changeOrigin: true,
pathRewrite: {
[`^${[process.env.VUE_APP_API_PREFIX]}`]: ''
--
Gitblit v1.9.3