Explorar el Código

feat:屏蔽代码

jinx hace 4 años
padre
commit
f69046f8e5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      IndoorViewerAPI.js

+ 2 - 2
IndoorViewerAPI.js

@@ -61687,7 +61687,7 @@ and limitations under the License.
                         switch (e.label) {
                         case 0:
 							//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),
                             this.currentUser = this.UserRepository.create(),
                             this.currentUser.fillFromData(t.principal),
@@ -61779,7 +61779,7 @@ and limitations under the License.
             this.loggedInWithToken = !1,
             this.clearRefreshTimers(),
             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()
             }