From 3183ff50494f75d6df9b568fc0e9b849d69cb862 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Wed, 2 Apr 2025 15:09:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BD=93=E5=88=B6=E5=86=85?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 ++ env/.env.prod | 20 ++++++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/components.d.ts b/components.d.ts index 7d10b9f..c5aef78 100644 --- a/components.d.ts +++ b/components.d.ts @@ -32,6 +32,8 @@ declare module 'vue' { LoginMessage: typeof import('./src/components/talk/message/LoginMessage.vue')['default'] Message: typeof import('./src/components/x-message/message/index.vue')['default'] MixedMessage: typeof import('./src/components/talk/message/MixedMessage.vue')['default'] + NButton: typeof import('naive-ui')['NButton'] + NIcon: typeof import('naive-ui')['NIcon'] PageAnimation: typeof import('./src/components/page-animation/index.vue')['default'] RevokeMessage: typeof import('./src/components/talk/message/RevokeMessage.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] diff --git a/env/.env.prod b/env/.env.prod index 5e03d2b..4a05c95 100644 --- a/env/.env.prod +++ b/env/.env.prod @@ -4,10 +4,18 @@ NODE_ENV = 'prod' VITE_SHOW_CONSOLE = false # 是否开启sourcemap VITE_SHOW_SOURCEMAP = false -# baseUrl -VITE_BASEURL = 'https://chat-out.szjixun.cn' #体制外 -#VITE_SOCKET_API -VITE_SOCKET_API = 'wss://chat-out.szjixun.cn' #体制外 -# EPRAPI baseUrl -VITE_EPR_BASEURL = 'https://erpapi-out.szjixun.cn' #体制外 + +# # baseUrl +# VITE_BASEURL = 'https://chat-out.szjixun.cn' #体制外 +# #VITE_SOCKET_API +# VITE_SOCKET_API = 'wss://chat-out.szjixun.cn' #体制外 +# # EPRAPI baseUrl +# VITE_EPR_BASEURL = 'https://erpapi-out.szjixun.cn' #体制外 + +# baseUrl +VITE_BASEURL = 'https://chat.szjixun.cn' #体制内 +#VITE_SOCKET_API +VITE_SOCKET_API = 'wss://chat.szjixun.cn' #体制内 +# EPRAPI baseUrl +VITE_EPR_BASEURL = 'https://erpapi.fontree.cn' #体制内