Commit 5c49f0ef authored by wangqinghua's avatar wangqinghua

bug 修复

parent b632bd1f
export const VERSION = process.env.VERSION;
export const DEBUG_INFO_ENABLED: boolean = !!process.env.DEBUG_INFO_ENABLED;
export const SERVER_API_URL_COMS = '/comsSchool';
export const SERVER_API_URL = '/zabbixBoxSchool';
export const SERVER_API_URL_COMS = '/coms';
export const SERVER_API_URL = '/zabbixBox';
export const SERVER_API_URL_SCHOOL = '/zabbixBoxSchool';
export const SERVER_API_URL_MONITOR = '/api';
export const BUILD_TIMESTAMP = process.env.BUILD_TIMESTAMP;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment