提交config
This commit is contained in:
parent
a734443768
commit
0d63bbb172
1391
package-lock.json
generated
1391
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
public/config.js
Normal file
26
public/config.js
Normal file
@ -0,0 +1,26 @@
|
||||
const BASE_API = {
|
||||
// SERVER_IP: 'http://www.linxyun.com',
|
||||
SERVER_IP: 'http://39.101.75.113:8088',
|
||||
// SERVER_IP: 'http://121.229.160.133:8088',
|
||||
GetFileConfigUrl: '/smartroadlamp/genFileConfig.action',
|
||||
// 部署时是否要加前缀,后端API地址需要统计加上这串,当部署不需要时,该串配置成空串就可以
|
||||
URL_PRE: '',
|
||||
// 显示的项目名称
|
||||
PROJECT_NAME: '智慧路灯',
|
||||
PROJECT_URI: '/smartroadlamp',
|
||||
ContainCustmerID: '0',
|
||||
CustomerType: 1,
|
||||
// 项目ID
|
||||
ENT_CODE: '56',
|
||||
SubSysID: '2',
|
||||
// 提示消息显示时长
|
||||
MSG_SHOW_TIME: 3000,
|
||||
IS_TEST: false,
|
||||
// 是否开启国际化
|
||||
I18N: false,
|
||||
// 管理员角色编码
|
||||
MANAGER_ROLE: '2101',
|
||||
// 视频流地址
|
||||
STREAM_URL: 'http://39.101.75.113:8088',
|
||||
// STREAM_URL: 'http://127.0.0.1:9999',
|
||||
}
|
Loading…
Reference in New Issue
Block a user