diff --git a/src/pages/station/list/index.vue b/src/pages/station/list/index.vue index 13b6ee9..8636c6f 100644 --- a/src/pages/station/list/index.vue +++ b/src/pages/station/list/index.vue @@ -152,7 +152,6 @@ export default { methods: { goSubSystem(item){ let host = this.host - console.log(host,'kanxia'); let href = '' let roleId = this.roleId == 4 ? 0 : 1 let userName = window.btoa(encodeURIComponent(this.userName))