Commit f3658248 Harvey

no message

1 个父辈 272960c0
......@@ -81,7 +81,7 @@
"devServer": {
"port": 80,
"host": "0.0.0.0",
"disableHostCheck": false,
"disableHostCheck": true,
"https": false,
"hotOnly": false,
"proxy": {
......
......@@ -34,8 +34,6 @@
//#ifdef H5
$h5.head_tv(this.src)
var hs=$h5.getHeaders()
console.log(hs)
//#endif
},
methods: {
......
......@@ -37,11 +37,6 @@
}
},
async onLoad() {
console.log(window.document.cookie)
const res = await uni.$u.request.post({
data: {
query: `query{lottery_shop_get_posters(module_id:0)}`
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!