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