From 66a33e936d39ec4db7fdffed5d646e044ccc43e9 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 18 Apr 2025 10:44:39 +0800
Subject: [PATCH] feat
---
vue.config.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 0a449b9..28c537b 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -41,7 +41,7 @@
// 可为不同的接口配置不同的代理地址
'/wap/api': {
// 服务地址,即你要访问的服务器地址
- target: 'https://xinbi.jumpexs.com/wap/',
+ target: 'https://dapp.trullcpro.top/wap/',
// 路径重写,将'/user/login'重写为'/login'
pathRewrite: {
'^/wap/api': ''
@@ -52,3 +52,5 @@
},
}
})
+// module.exports.publicPath = "/blue/";
+// module.exports.publicPath = "/h5/";
--
Gitblit v1.9.3