mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-12 17:08:11 +00:00
no message
This commit is contained in:
parent
b469069e92
commit
ebf9686a05
2
public/js/app.js
vendored
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
@ -1 +1 @@
|
||||
5400f6fdf941be51
|
||||
36ad3964512174cc
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{
|
||||
"/js/app.js": "/js/app.js",
|
||||
"/css/app.css": "/css/app.css",
|
||||
"/.DS_Store": "/.DS_Store",
|
||||
"/favicon.ico": "/favicon.ico"
|
||||
}
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user