Browse Source

feat:屏蔽代码

jinx 4 years ago
parent
commit
f69046f8e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      IndoorViewerAPI.js

+ 2 - 2
IndoorViewerAPI.js

@@ -61687,7 +61687,7 @@ and limitations under the License.
                         switch (e.label) {
                         switch (e.label) {
                         case 0:
                         case 0:
 							//window.eventBus.emit('my-event');
 							//window.eventBus.emit('my-event');
-							$('sidebar-menu-item li').has('span[data-original-title="控制点"]').show()
+							//$('sidebar-menu-item li').has('span[data-original-title="控制点"]').show()
                             return this.JWTTokenService.saveJwt(t.token),
                             return this.JWTTokenService.saveJwt(t.token),
                             this.currentUser = this.UserRepository.create(),
                             this.currentUser = this.UserRepository.create(),
                             this.currentUser.fillFromData(t.principal),
                             this.currentUser.fillFromData(t.principal),
@@ -61779,7 +61779,7 @@ and limitations under the License.
             this.loggedInWithToken = !1,
             this.loggedInWithToken = !1,
             this.clearRefreshTimers(),
             this.clearRefreshTimers(),
             this.fetchCurrentUser().then((function() {
             this.fetchCurrentUser().then((function() {
-				$('sidebar-menu-item li').has('span[data-original-title="控制点"]').hide()
+				//$('sidebar-menu-item li').has('span[data-original-title="控制点"]').hide()
 			
 			
                 return t.sendAuthenticationChanged()
                 return t.sendAuthenticationChanged()
             }
             }