feat: 🚀 测试登出地址修改

This commit is contained in:
2026-05-08 17:50:18 +08:00
parent 1047306d27
commit 109a8264fc
2 changed files with 6 additions and 2 deletions

View File

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