From 8fe6e8a284b18a526ce689ad7b40d94be0495341 Mon Sep 17 00:00:00 2001 From: 李 <344137771@qq.com> Date: Fri, 29 May 2026 15:17:10 +0800 Subject: [PATCH] 1 --- .env.development | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 01da5a6..693fbdd 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,8 @@ # api接口请求地址 # VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com' # VUE_APP_BASE_API = 'http://192.168.10.7:8085' -VUE_APP_BASE_API = 'https://openapi.yanshiz.com' +VUE_APP_BASE_API = 'https://api.orionx.cyou' + # VUE_APP_BASE_API = 'http://192.168.10.6:8086' # 静态资源文件url -VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/' +VUE_APP_RESOURCES_URL = 'https://img.orionx.cyou/' -- Gitblit v1.9.3