12 lines
214 B
JavaScript
12 lines
214 B
JavaScript
window.api = "http://192.168.1.102:8085/";
|
|
|
|
window.msg = (status, msg) => {
|
|
tata.text(status, msg, {
|
|
position: "br",
|
|
duration: 3000,
|
|
progress: true,
|
|
closeBtn: true,
|
|
animate: "slide",
|
|
});
|
|
};
|