From d54ab25dcfd1011d67f45f43c7c8f49e70a643d6 Mon Sep 17 00:00:00 2001 From: kola-web Date: Thu, 12 Dec 2024 20:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4webIM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index 03e1fd0..e8835f0 100644 --- a/src/app.ts +++ b/src/app.ts @@ -4,8 +4,6 @@ import page from '@/utils/page'; import { request } from '@/utils/request'; import { parseScene } from './utils/util'; -wx.WebIM = require('@/utils/webIM/WebIM.js').default; - const dayjs = require('dayjs'); const licia = require('miniprogram-licia');