From 417ce21c39a87ab34eac086c6b54d8d182f0609f Mon Sep 17 00:00:00 2001 From: xuesaimin <> Date: Fri, 1 Nov 2024 17:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/.env.development | 2 +- ruoyi-ui/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index c70aab0..7c0bf50 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -6,7 +6,7 @@ ENV = 'development' # 若依管理系统/开发环境 VUE_APP_BASE_API = '/prod-api' -VUE_APP_API_TARGET_URL = 'http://192.168.28.105:8081/' +VUE_APP_API_TARGET_URL = 'https://www.haokunny.com/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/' diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production index 9b40086..d29532f 100644 --- a/ruoyi-ui/.env.production +++ b/ruoyi-ui/.env.production @@ -6,7 +6,7 @@ ENV = 'production' # 若依管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' -VUE_APP_API_TARGET_URL = 'http://47.121.27.78:8080/' +VUE_APP_API_TARGET_URL = 'https://www.haokunny.com/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/'