mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-01 16:15:21 +08:00
9 lines
226 B
Vue
9 lines
226 B
Vue
// 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';
|