/** * @description github 仓库地址 */ const GITHUB_URL = 'http://192.168.9.192/eci-frontend/base-framework'; /** * @description 项目文档地址 */ const DOC_URL = 'http://vitepress.eciol-dev.com/'; /** * @description 站点预览地址 */ const SITE_URL = 'http://starter.eciol-dev.com/'; /** * @description 全局命名空间,用于 CSS 等需要的地方用做前缀 */ const GLOBAL_NAMESPACE = 'vben'; export { DOC_URL, GITHUB_URL, GLOBAL_NAMESPACE, SITE_URL };