feat: 🚀 测试登出地址修改
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user