This commit is contained in:
caozehui
2025-03-08 16:01:41 +08:00
parent 70531a0729
commit 6cf5da5d48
5 changed files with 67 additions and 42 deletions

View File

@@ -1,9 +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 HOME_URL: string = "/machine/controlSource";
// 登录页地址(默认)
export const LOGIN_URL: string = "/login";