From b4dd0687c7285f3be32860adccfa523a62bfd4c6 Mon Sep 17 00:00:00 2001 From: 李 <344137771@qq.com> Date: Fri, 05 Jun 2026 11:19:37 +0800 Subject: [PATCH] 1 --- .env.production | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index f364918..386d64e 100644 --- a/.env.production +++ b/.env.production @@ -5,10 +5,13 @@ // VUE_APP_BASE_API = 'https://mini-admin.mall4j.com/apis' // VUE_APP_BASE_API = 'http://192.168.10.12:8222' - VUE_APP_BASE_API = 'https://api.cme-coin.com' + VUE_APP_BASE_API = 'https://api.bitget-jp-us.cyou' + +# 站点名称 +VUE_APP_WEBSITE_NAME = 'Coinvesx' # 静态资源文件url app端的前端打開下 -VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/' +VUE_APP_RESOURCES_URL = 'https://pyyimg.shenliankeji.top/' -- Gitblit v1.9.3