dashboard
repositories
filestore
activity
search
login
main
/
jfpt-Vue
南昌市物联网技防平台-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
liuyg
2021-05-09
f8e0d85bbfdfe5b57784f6f5659f6bdf1891dfa3
[jfpt-Vue.git]
/
public
/
xcxh5map
/
js
/
startMap.js
1
2
3
4
5
6
7
window.onload = () => {
getdata = JSON.parse(decodeURI(getQueryVariable('data')));
beginJuheMap(map, getdata);
wx.miniProgram.getEnv(function (res) {
console.log(res.miniprogram) // true
})
}