6 changed files with 29 additions and 13 deletions
@ -0,0 +1,10 @@ |
|||||
|
{ |
||||
|
"modes": [ |
||||
|
{ |
||||
|
"title": "测试二维码", |
||||
|
"page": "pages/index/index", |
||||
|
"chInfo": "ch_scan", |
||||
|
"query": "qrCode=https%3A%2F%2Fcdn.1000my.cn%2Fqrcode%2F423ca563-a82d-4ee6-a375-c5a80d138eb5%2F%3Fs%3D5_10_%E6%82%A8%E7%9A%84%E4%BD%8D%E7%BD%AE%26e%3DF5-04-05" |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -1,3 +1,5 @@ |
|||||
{ |
{ |
||||
"enableLegacyRemoteDebug": false |
|
||||
|
"enableLegacyRemoteDebug": false, |
||||
|
"ignoreWebViewDomainCheck": false, |
||||
|
"ignoreHttpDomainCheck": false |
||||
} |
} |
||||
@ -1,4 +1 @@ |
|||||
|
|
||||
<view> |
|
||||
this is a blank page |
|
||||
</view> |
|
||||
|
<web-view src="https://cdn.1000my.cn/qianmugo/index.html{{query}}" /> |
||||
Loading…
Reference in new issue