移除console.log
This commit is contained in:
parent
f42737c5db
commit
130740db93
|
|
@ -64,7 +64,6 @@ export class Application extends Feature {
|
|||
else {
|
||||
const url = new URL(window.location.href);
|
||||
const param = url.searchParams.get('appType');
|
||||
console.log('param appType:',param);
|
||||
if (/MicroMessenger/i.test(window.navigator.userAgent)) {
|
||||
appType = param || 'wechatPublic';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue