shuishen
2023-02-14 e521eccfa0bd0d65a6f9e9b666e5637a36d0fc9e
运维管理显示调整
1 files modified
21 ■■■■■ changed files
src/views/layout/index.vue 21 ●●●●● patch | view | raw | blame | history
src/views/layout/index.vue
@@ -2,7 +2,7 @@
 * @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: 
 * 
@@ -167,14 +167,6 @@
                {
                    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'
                }
            ],
@@ -196,6 +188,17 @@
    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: {