From 870d817f4085c8e021694ba11b0c264daddf5f4d Mon Sep 17 00:00:00 2001 From: fengxinyhyl Date: Sun, 28 Apr 2024 14:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/mer.html | 2 +- public/system.html | 2 +- view/admin/.env.production | 4 ++-- view/mer/.env.production | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/mer.html b/public/mer.html index 6a93671..0128fe8 100644 --- a/public/mer.html +++ b/public/mer.html @@ -1 +1 @@ -加载中...
\ No newline at end of file +加载中...
\ No newline at end of file diff --git a/public/system.html b/public/system.html index 5013f04..abd42bd 100644 --- a/public/system.html +++ b/public/system.html @@ -1,3 +1,3 @@ -加载中...
\ No newline at end of file diff --git a/view/admin/.env.production b/view/admin/.env.production index b77fd01..6207e04 100644 --- a/view/admin/.env.production +++ b/view/admin/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API ='https://b2.njrenzhou.com' +VUE_APP_BASE_API ='https://admin.huitongzx.cn' # socket 连接地址 -VUE_APP_WS_URL ='wss://b2.njrenzhou.com' +VUE_APP_WS_URL ='wss://admin.huitongzx.cn' diff --git a/view/mer/.env.production b/view/mer/.env.production index 7b8ba16..f807c76 100644 --- a/view/mer/.env.production +++ b/view/mer/.env.production @@ -2,7 +2,7 @@ ENV = 'production' # base api -VUE_APP_BASE_API ='https://b2.njrenzhou.com' +VUE_APP_BASE_API ='https://admin.huitongzx.cn' # socket 连接地址 -VUE_APP_WS_URL ='wss://b2.njrenzhou.com' +VUE_APP_WS_URL ='wss://admin.huitongzx.cn'