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.
7 lines
340 B
7 lines
340 B
window.APP_CONFIG = {
|
|
// 留空时,前端会自动使用“当前页面的主机名 + 8080 + 上下文路径”访问后端。
|
|
// 例如页面从 http://127.0.0.1:5500 打开时,后端会自动请求 http://127.0.0.1:8080/sports-meet-signup
|
|
API_BASE: '',
|
|
API_PORT: '8080',
|
|
API_CONTEXT_PATH: '/sports-meet-signup'
|
|
};
|
|
|