增加体制内聊天的地址
Some checks are pending
Check / lint (push) Waiting to run
Check / typecheck (push) Waiting to run
Check / build (build, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build, 18.x, windows-latest) (push) Waiting to run
Check / build (build:app, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:app, 18.x, windows-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Waiting to run

This commit is contained in:
wangyifeng 2025-04-02 15:09:30 +08:00
parent e0305ab496
commit 3183ff5049
2 changed files with 16 additions and 6 deletions

2
components.d.ts vendored
View File

@ -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']

20
env/.env.prod vendored
View File

@ -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' #体制内