Files
jd_web/config.example.js
2026-06-10 17:05:54 +08:00

8 lines
239 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 复制为 config.js 后按环境修改
window.OPEN_JD_CONFIG = {
// 同域反代(推荐)
apiBase: '/jarvis-api'
// 直连后端(需后端开 CORS一般不推荐
// apiBase: 'https://jarvis.van333.cn/jarvis-api'
}