From d053e049522e973391be1dbf51b4aea688b45c20 Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期四, 07 九月 2023 08:52:46 +0800
Subject: [PATCH] 1.添加远程监控页面
---
App.vue | 18 +-----------------
1 files changed, 1 insertions(+), 17 deletions(-)
diff --git a/App.vue b/App.vue
index aea2117..40bd8c3 100644
--- a/App.vue
+++ b/App.vue
@@ -2,7 +2,7 @@
import Vue from 'vue'
export default {
globalData: {
- token: "aaa"
+ token: ""
},
onLaunch: function() {
uni.getSystemInfo({
@@ -39,25 +39,9 @@
//console.log('App Hide')
},
methods:{
-
},
mounted() {
- var i = 0;
- // setInterval(function() {
- // i++
- // if (i % 2 == 0) {
- // uni.showTabBarRedDot({
- // index: 1
- // })
- // } else {
- // uni.hideTabBarRedDot({
- // index: 1
- // })
- // }
- // }, 3000)
-
-
}
}
--
Gitblit v1.9.3