Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Angular 10。我需要在登录后放置聊天功能。我正在使用 tawk.to 进行聊天。
我只需要在登录后显示聊天部分。因此,如果我将 tawk.to 脚本放在子模块中,那么它不会在 GUI 上显示聊天部分。但是,如果我将 tawk.to 脚本放在正文部分内的 index.html 上,那么它会在 GUI 上显示聊天部分。即使它显示在登录页面上。
那么我们怎样才能使它成为可能,比如只在登录后显示聊天部分。在 Angular 10 的子模块下。