You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
661 B
22 lines
661 B
###
|
|
# @Author: AaronWu 2463371514@qq.com
|
|
# @Date: 2025-03-31 15:12:17
|
|
# @LastEditors: AaronWu 2463371514@qq.com
|
|
# @LastEditTime: 2025-04-02 09:15:19
|
|
# @FilePath: /IssueSupportManage/.env.production
|
|
# @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
###
|
|
# 只在生产模式中被载入
|
|
|
|
# 网站前缀
|
|
VITE_BASE_API_URL = http://question.supsub.cn:8085/server/
|
|
|
|
# base api
|
|
VITE_BASE_API = '/server/'
|
|
VITE_BASE_SOCKET_PATH = '/ws-api'
|
|
VITE_BASE_SOCKET_NSP = '/admin'
|
|
|
|
# mock api
|
|
VITE_MOCK_API = '/mock-api/'
|
|
|
|
VITE_DROP_CONSOLE = true
|