移除console.log

This commit is contained in:
lxy 2025-08-08 17:02:54 +08:00
parent f42737c5db
commit 130740db93
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ export class Application extends Feature {
else { else {
const url = new URL(window.location.href); const url = new URL(window.location.href);
const param = url.searchParams.get('appType'); const param = url.searchParams.get('appType');
console.log('param appType:',param);
if (/MicroMessenger/i.test(window.navigator.userAgent)) { if (/MicroMessenger/i.test(window.navigator.userAgent)) {
appType = param || 'wechatPublic'; appType = param || 'wechatPublic';
} }