mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
update inner check (#16700)
This commit is contained in:
@@ -19,10 +19,6 @@ export const getTestEle = () => {
|
||||
return get(`${hostList.alpha}getVariable`);
|
||||
};
|
||||
|
||||
export const getTestAli = () => {
|
||||
return get(`https://private-alipayobjects.alipay.com/alipay-rmsdeploy-image/rmsportal/VmvVUItLdPNqKlNGuRHi.png?t=${Date.now()}`);
|
||||
};
|
||||
|
||||
export const updateVars = (data, cb) => {
|
||||
return post(`${host}updateVariable?version=${version}`, data, cb);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user