完善运行参数

master
xce 2026-01-09 15:38:52 +08:00
parent 3105c590bb
commit 51fb80c782
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// 应用全局配置 // 应用全局配置
module.exports = { module.exports = {
baseUrl: process.env.UNI_PLATFORM === 'mp-weixin'?"http://122.51.109.52:8088":'http://localhost:8088', baseUrl: process.env.UNI_PLATFORM === 'mp-weixin'?"http://122.51.109.52:8088":(process.env.NODE_ENV === "production" ? "/api" : "http://localhost:8088"),
// 应用信息 // 应用信息
appInfo: { appInfo: {
// 应用名称 // 应用名称