Commit f3658248 Harvey

no message

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