Files
supervision-test-frontend-repo/src/settings/siteSetting.ts
T

12 lines
318 B
TypeScript

// 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';
// contact us url
export const CONTACT_URL = import.meta.env.VITE_GLOB_CONTACT_URL || '#';