feat: 🚀 生产环境登录地址修改

This commit is contained in:
2025-07-14 10:30:19 +08:00
parent b302b3af2b
commit 9c2253a91e
2 changed files with 1 additions and 1 deletions

BIN
dist.zip

Binary file not shown.

View File

@@ -5,7 +5,7 @@ import { useUserStore } from "@/stores/modules/user";
const LOGIN_OBJ: any = { const LOGIN_OBJ: any = {
development: "http://localhost:8080/admin/login", //开发环境 development: "http://localhost:8080/admin/login", //开发环境
test: "https://dev.ow.admin.f2b211.com/", //测试环境 test: "https://dev.ow.admin.f2b211.com/", //测试环境
production: "http://localhost:8080/login" //生产环境 production: "https://ow.admin.f2b211.com/" //生产环境
}; };
/** /**
/** /**