|
1
|
// github repo url
|
|
2
|
export const GITHUB_URL = 'https://github.com/anncwb/vue-vben-admin';
|
|
3
|
// vue-vben-admin-next-doc
|
vben
authored
|
4
|
export const DOC_URL = 'https://vvbin.cn/doc-next/';
|
vben
authored
|
5
6
|
// site url
export const SITE_URL = 'https://vvbin.cn/next/';
|