mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoManager
synced 2025-06-03 23:58:10 +00:00
fix: update url
This commit is contained in:
parent
9d376d3bf4
commit
8b09926cc6
@ -19,11 +19,13 @@ Object.keys(moduleFiles).forEach(name => {
|
|||||||
modules[key] = moduleFiles[name];
|
modules[key] = moduleFiles[name];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
const TSDD_CONFIG = window.TSDD_CONFIG ? window.TSDD_CONFIG : {};
|
const TSDD_CONFIG = window.TSDD_CONFIG ? window.TSDD_CONFIG : {};
|
||||||
// 默认应用配置
|
// 默认应用配置
|
||||||
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/'
|
...modules[process.env.APP_ENV as any],
|
||||||
APP_URL: '/api/v1/' // 正式环境地址 (通用打包镜像,用此相对地址)
|
...TSDD_CONFIG
|
||||||
};
|
// APP_URL: '/api/v1/' // 正式环境地址 (通用打包镜像,用此相对地址)
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user