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'