This commit is contained in:
caozehui
2025-03-07 16:26:14 +08:00
parent b967419cb1
commit 39183fde5d
3 changed files with 40 additions and 29 deletions

View File

@@ -1,7 +1,9 @@
// ? 全局默认配置项
// 首页地址(默认)
export const HOME_URL: string = "/home/index";
// export const HOME_URL: string = "/home/index";
export const HOME_URL: string = "/machine/controlSource";
// 登录页地址(默认)
export const LOGIN_URL: string = "/login";