mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoManager
synced 2025-06-03 23:58:10 +00:00
fix: update base url
This commit is contained in:
parent
bdfbd2bb39
commit
ed7efd081d
@ -14,6 +14,6 @@ export const ROUTER_WHITE_LIST: string[] = ['/login'];
|
|||||||
export const BU_DOU_CONFIG = {
|
export const BU_DOU_CONFIG = {
|
||||||
APP_TITLE: '唐僧叨叨后台管理',
|
APP_TITLE: '唐僧叨叨后台管理',
|
||||||
APP_TITLE_SHORT: '唐僧',
|
APP_TITLE_SHORT: '唐僧',
|
||||||
APP_URL: 'https://api.botgate.cn/v1/'
|
// APP_URL: 'https://api.botgate.cn/v1/'
|
||||||
// APP_URL: '/api/v1/' // 正式环境地址 (通用打包镜像,用此相对地址)
|
APP_URL: '/api/v1/' // 正式环境地址 (通用打包镜像,用此相对地址)
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user