|
|
@@ -64,8 +64,8 @@ const getURL = () => {
|
|
|
const getAllPlate = () => {
|
|
|
return new Promise(async (resolve, reject) => {
|
|
|
postRequest(
|
|
|
- // "http://localhost:6101/noauth/api/groupsforadmin",
|
|
|
- "https://logic-executor-api.kexiaoshuang.com/noauth/api/groupsforadmin",
|
|
|
+ "http://localhost:6101/noauth/api/groupsforadmin",
|
|
|
+ // "https://logic-executor-api.kexiaoshuang.com/noauth/api/groupsforadmin",
|
|
|
{
|
|
|
key: "tel#2024"
|
|
|
}
|
|
|
@@ -102,8 +102,8 @@ const getGroupUrl = async (checkPlate = []) => {
|
|
|
);
|
|
|
}, 5000);
|
|
|
postRequest(
|
|
|
- // "http://localhost:6101/noauth/api/listforadmin",
|
|
|
- "https://logic-executor-api.kexiaoshuang.com/noauth/api/listforadmin",
|
|
|
+ "http://localhost:6101/noauth/api/listforadmin",
|
|
|
+ // "https://logic-executor-api.kexiaoshuang.com/noauth/api/listforadmin",
|
|
|
parameters
|
|
|
)
|
|
|
.then(async res => {
|