CET-vue-3.0/src/settings/siteSetting.ts

9 lines
227 B
TypeScript
Raw Normal View History

2021-10-20 14:32:09 +08:00
// github repo url
2023-10-18 14:55:25 +08:00
export const GITHUB_URL = 'https://github.com/jeecgboot/jeecg-boot';
2021-10-20 14:32:09 +08:00
// vue-Jeecg-admin-next-doc
2023-12-29 21:23:56 +08:00
export const DOC_URL = 'https://help.jeecg.com';
2021-10-20 14:32:09 +08:00
// site url
2022-03-10 09:47:29 +08:00
export const SITE_URL = 'http://www.jeecg.com';