删除冗余

UI_2022-02-10
yujialong 4 years ago
parent ce88687a10
commit e23066a7c9
  1. 1
      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))

Loading…
Cancel
Save