From af983c925fbd040012315b4fd3e208a283134bde Mon Sep 17 00:00:00 2001 From: jhzh <1628036192@qq.com> Date: Sat, 06 Dec 2025 14:04:18 +0800 Subject: [PATCH] 1 --- .env.production | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 6873192..4ad6c5d 100644 --- a/.env.production +++ b/.env.production @@ -4,11 +4,11 @@ // api接口请求地址 // VUE_APP_BASE_API = 'https://mini-admin.mall4j.com/apis' -// VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com/aip' -VUE_APP_BASE_API = 'http://192.168.10.7/aip' +// VUE_APP_BASE_API = 'http://192.168.10.12:8222' + VUE_APP_BASE_API = 'https://cmeapi.durocaspitall.com' # 静态资源文件url app端的前端打開下 -VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/' +VUE_APP_RESOURCES_URL = 'https://okkimg.durocaspitall.com/' -- Gitblit v1.9.3