From 568283b10129fb8f116436829785ba67edd975e4 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 14 May 2025 10:53:51 +0800
Subject: [PATCH] 1
---
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