增加体制内聊天的地址
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
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:
parent
e0305ab496
commit
3183ff5049
2
components.d.ts
vendored
2
components.d.ts
vendored
@ -32,6 +32,8 @@ declare module 'vue' {
|
|||||||
LoginMessage: typeof import('./src/components/talk/message/LoginMessage.vue')['default']
|
LoginMessage: typeof import('./src/components/talk/message/LoginMessage.vue')['default']
|
||||||
Message: typeof import('./src/components/x-message/message/index.vue')['default']
|
Message: typeof import('./src/components/x-message/message/index.vue')['default']
|
||||||
MixedMessage: typeof import('./src/components/talk/message/MixedMessage.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']
|
PageAnimation: typeof import('./src/components/page-animation/index.vue')['default']
|
||||||
RevokeMessage: typeof import('./src/components/talk/message/RevokeMessage.vue')['default']
|
RevokeMessage: typeof import('./src/components/talk/message/RevokeMessage.vue')['default']
|
||||||
RouterLink: typeof import('vue-router')['RouterLink']
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||||||
|
20
env/.env.prod
vendored
20
env/.env.prod
vendored
@ -4,10 +4,18 @@ NODE_ENV = 'prod'
|
|||||||
VITE_SHOW_CONSOLE = false
|
VITE_SHOW_CONSOLE = false
|
||||||
# 是否开启sourcemap
|
# 是否开启sourcemap
|
||||||
VITE_SHOW_SOURCEMAP = false
|
VITE_SHOW_SOURCEMAP = false
|
||||||
# baseUrl
|
|
||||||
VITE_BASEURL = 'https://chat-out.szjixun.cn' #体制外
|
# # baseUrl
|
||||||
#VITE_SOCKET_API
|
# VITE_BASEURL = 'https://chat-out.szjixun.cn' #体制外
|
||||||
VITE_SOCKET_API = 'wss://chat-out.szjixun.cn' #体制外
|
# #VITE_SOCKET_API
|
||||||
# EPRAPI baseUrl
|
# VITE_SOCKET_API = 'wss://chat-out.szjixun.cn' #体制外
|
||||||
VITE_EPR_BASEURL = 'https://erpapi-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' #体制内
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user