| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:24 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-02-09 16:50:28 |
| | | * @LastEditTime: 2023-02-14 10:55:48 |
| | | * @FilePath: \srs-police-affairs\src\views\layout\index.vue |
| | | * @Description: |
| | | * |
| | |
| | | { |
| | | menuName: '安保活动', |
| | | path: '/layout/activity' |
| | | }, |
| | | { |
| | | menuName: '运维管理', |
| | | openExternal: true, |
| | | // 内网 |
| | | path: 'http://10.141.11.11:8081/#/security/security' |
| | | // 外网 |
| | | // path: 'http://192.168.0.109:1888/#/security/security' |
| | | } |
| | | ], |
| | | |
| | |
| | | created () { |
| | | this.currentUrl = this.$route.path |
| | | this.init() |
| | | |
| | | if (JSON.parse(getUserInfo()).dept_id == '1123598813738675201') { |
| | | this.menuRightList.push({ |
| | | menuName: '运维管理', |
| | | openExternal: true, |
| | | // 内网 |
| | | path: 'http://10.141.11.11:8081/#/security/security' |
| | | // 外网 |
| | | // path: 'http://192.168.0.109:1888/#/security/security' |
| | | }) |
| | | } |
| | | }, |
| | | |
| | | watch: { |