feat: 🚀 登出地址

This commit is contained in:
2025-07-14 10:57:34 +08:00
parent 9c2253a91e
commit 0ecb7691da
2 changed files with 2 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View File

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