feat: 🚀 登出地址
This commit is contained in:
@@ -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" //生产环境
|
||||
};
|
||||
/**
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user