no message

This commit is contained in:
kuaifan 2022-05-22 10:27:22 +08:00
parent b469069e92
commit ebf9686a05
9 changed files with 11 additions and 10 deletions

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
5400f6fdf941be51
36ad3964512174cc

View File

@ -1,5 +1,6 @@
{
"/js/app.js": "/js/app.js",
"/css/app.css": "/css/app.css",
"/.DS_Store": "/.DS_Store",
"/favicon.ico": "/favicon.ico"
}

View File

@ -96,7 +96,7 @@ export default {
}, 6000)
}
//
if (this.openVlog) {
if (this.$openVlog) {
$A.loadScript('js/vconsole.min.js', (e) => {
if (e !== null || typeof window.VConsole !== 'function') {
$A.modalAlert("vConsole 组件加载失败!");
@ -249,13 +249,13 @@ export default {
}
//
window.__onPagePause = () => {
if (this.openVlog) {
if (this.$openVlog) {
console.log('onPagePause');
}
}
//
window.__onPageResume = (num) => {
if (this.openVlog) {
if (this.$openVlog) {
console.log('onPageResume', num);
console.log('ws', this.ws);
console.log('ws.readyState', this.ws ? this.ws.readyState : null);

@ -1 +1 @@
Subproject commit 134d8061e2e5ec4c04e5439c74a3ccdd49befac4
Subproject commit 08ab1bb0c04113880d57b35b30a0d18b0111fc76