Blame view

src/settings/siteSetting.ts 228 Bytes
陈文彬 authored
1
// github repo url
2
export const GITHUB_URL = 'https://github.com/anncwb/vue-vben-admin';
Vben authored
3
陈文彬 authored
4
// vue-vben-admin-next-doc
5
export const DOC_URL = 'https://doc.vvbin.cn/';
Vben authored
6
vben authored
7
// site url
8
export const SITE_URL = 'https://vben.vvbin.cn/';