|
|
@ -2,7 +2,7 @@ import axios from "axios"; |
|
|
import icons from "./image-helper"; |
|
|
import icons from "./image-helper"; |
|
|
let mallInfos = new Map(); |
|
|
let mallInfos = new Map(); |
|
|
|
|
|
|
|
|
export const code = "project-zu-goaidg5nskjiucd_eoa"; |
|
|
|
|
|
|
|
|
export const code = "project-dshd7pel_ogpcdect930ja"; |
|
|
export const baseUrl = "https://iot.1000my.com"; |
|
|
export const baseUrl = "https://iot.1000my.com"; |
|
|
export const post = async (url = "", data = {}) => { |
|
|
export const post = async (url = "", data = {}) => { |
|
|
const response = await fetch(baseUrl + url, { |
|
|
const response = await fetch(baseUrl + url, { |
|
|
|