From ddef341e7e9bf003e1b80ab3259f6c1a7189586a Mon Sep 17 00:00:00 2001 From: fengxinyhyl Date: Mon, 20 May 2024 13:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=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.development | 4 ++-- view/admin/.env.production | 4 ++-- view/mer/.env.production | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/mer.html b/public/mer.html index 9cdcbb4..8288dbb 100755 --- 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 44e545e..e3c7106 100755 --- a/public/system.html +++ b/public/system.html @@ -1,3 +1,3 @@ -加载中...
\ No newline at end of file diff --git a/view/admin/.env.development b/view/admin/.env.development index 4cfbff1..36a10c9 100644 --- a/view/admin/.env.development +++ b/view/admin/.env.development @@ -4,11 +4,11 @@ ENV = 'development' # http://mer.crmeb.net/admin # base api # VUE_APP_BASE_API = 'http://192.168.31.106:8324' -VUE_APP_BASE_API = 'https://b3.njrenzhou.com' +VUE_APP_BASE_API = 'https://admin.njqicheng.cn' # socket 连接地址 # VUE_APP_WS_URL = 'ws://0.0.0.0:8324' -VUE_APP_WS_URL = 'wss://b3.njrenzhou.com' +VUE_APP_WS_URL = 'wss://admin.njqicheng.cn' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. diff --git a/view/admin/.env.production b/view/admin/.env.production index 863239a..86414a7 100644 --- a/view/admin/.env.production +++ b/view/admin/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'https://b3.njrenzhou.com' +VUE_APP_BASE_API = 'https://admin.njqicheng.cn' # socket 连接地址 -VUE_APP_WS_URL = 'wss://b3.njrenzhou.com' +VUE_APP_WS_URL = 'wss://admin.njqicheng.cn' diff --git a/view/mer/.env.production b/view/mer/.env.production index 7565613..c429fe8 100644 --- a/view/mer/.env.production +++ b/view/mer/.env.production @@ -2,7 +2,7 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'https://b3.njrenzhou.com' +VUE_APP_BASE_API = 'https://admin.njqicheng.cn' # socket 连接地址 -VUE_APP_WS_URL ='wss://b3.njrenzhou.com' +VUE_APP_WS_URL ='wss://admin.njqicheng.cn'