config.js 496 Bytes
/**
 * @description  load script from oss server prefix
 */
const OSS_Prefix = 'https://oss.yuntengcloud.com/iotdocs/thingskit-scada-development/'
// const OSS_Prefix = 'https://oss.yuntengcloud.com/iotdocs/thingskit-scada-release/'

/**
 * @description enable load script form oss server
 */
const Enable_OSS = false

/**
 * @description 代理配置项
 */
const Proxy_Prefix = window.location.pathname.startsWith('/') ? window.location.pathname.replace(/\/$/, '') : window.location.pathname