huanzi-vue/src/settings/siteSetting.ts

9 lines
226 B
TypeScript
Raw Normal View History

2025-05-26 20:48:05 +08:00
// github repo url
export const GITHUB_URL = 'https://github.com/jeecgboot/JeecgBoot';
// vue-Jeecg-admin-next-doc
export const DOC_URL = 'https://help.jeecg.com';
// site url
export const SITE_URL = 'http://www.jeecg.com';