公告板
版本库
filestore
活动
搜索
登录
main
/
three-asrs
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
luxiaotao1123
2024-04-23
b1a6ae4f052409d0c4c3a846bfad1a9b24a2c696
[three-asrs.git]
/
src
/
config
/
setting.js
1
2
3
4
5
6
7
8
9
10
11
export const API_BASE_URL = import.meta.env.COOL_API_BASE_URL;
export const TOKEN_HEADER_NAME = 'Authorization';
export const UN_AUTH_CODE = 403;
export const DEBUG = false;
export const INTERVAL_TIME = 500;
export const MODEL_AGV_SCALE = .5;