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

9 lines
230 B
TypeScript
Raw Normal View History

2021-10-20 14:32:09 +08:00
// github repo url
2022-03-10 09:47:29 +08:00
export const GITHUB_URL = 'https://github.com/jeecgboot/jeecgboot-vue3';
2021-10-20 14:32:09 +08:00
// vue-Jeecg-admin-next-doc
2022-03-10 09:47:29 +08:00
export const DOC_URL = 'http://vue3.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';