|
|
@ -1,8 +1,8 @@ |
|
|
import { get } from "./pages/map2d/util"; |
|
|
import { get } from "./pages/map2d/util"; |
|
|
import dataHelper from "./data-helper"; |
|
|
import dataHelper from "./data-helper"; |
|
|
const baseUrl = "https://iot-dev.123.1000my.com"; |
|
|
|
|
|
|
|
|
const baseUrl = "https://project-iot.test.1000my.com"; |
|
|
export const cdnUrl = "https://test-598d.1000my.com"; |
|
|
export const cdnUrl = "https://test-598d.1000my.com"; |
|
|
export const code = "project-k5chc3vt0vkodjbmhl8rua"; |
|
|
|
|
|
|
|
|
export const code = "project-skcn0gk6yb2xutkcsmjtra"; |
|
|
export const post = (url, data) => |
|
|
export const post = (url, data) => |
|
|
new Promise((resolve) => { |
|
|
new Promise((resolve) => { |
|
|
wx.request({ |
|
|
wx.request({ |
|
|
|