diff --git a/.env.development b/.env.development index aedcfae..df484b6 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1 @@ NODE_ENV = development - -# 测试 -VITE_BASE_URL = https://onefeel.brother7.cn/ingress - -# 测试 -VITE_WSS_URL = wss://onefeel.brother7.cn/ingress/agent/ws/chat diff --git a/.env.production b/.env.production index e2be08e..da815eb 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1 @@ NODE_ENV = production - -# 生产 -VITE_BASE_URL = https://biz.nianxx.cn - -# 生产 -VITE_WSS_URL = wss://biz.nianxx.cn/agent/ws/chat \ No newline at end of file diff --git a/.env.staging b/.env.staging index 84749b3..0269cee 100644 --- a/.env.staging +++ b/.env.staging @@ -1,7 +1 @@ -NODE_ENV = staging - -# 生产 -VITE_BASE_URL = https://biz.nianxx.cn - -# 生产 -VITE_WSS_URL = wss://biz.nianxx.cn/agent/ws/chat \ No newline at end of file +NODE_ENV = staging \ No newline at end of file diff --git a/project.config.json b/project.config.json index d102f1b..b241ab1 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx5e79df5996572539", + "appid": "wx23f86d809ae80259", "compileType": "miniprogram", "libVersion": "3.8.10", "packOptions": { diff --git a/src/App.vue b/src/App.vue index 70542cc..3fdb7cc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,9 @@