shuishen
2023-01-12 d828c5d6b354948b43dc730392a596981b662229
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
1 files modified
8 ■■■■■ changed files
src/views/layout/index.vue 8 ●●●●● patch | view | raw | blame | history
src/views/layout/index.vue
@@ -89,7 +89,7 @@
</template>
<script>
import { getUserInfo } from '@/utils/auth'
import { getUserInfo,getToken } from '@/utils/auth'
export default {
    data () {
        return {
@@ -131,7 +131,7 @@
                {
                    menuName: '运维管理',
                    openExternal: true,
                    path: 'http://10.141.11.11:8081/#/login'
                    path: 'http://192.168.0.126:1888/#/security/security'
                }
            ],
@@ -195,7 +195,9 @@
         */
        goToPath (params) {
            if (params.openExternal) {
                window.open(params.path)
                var path = params.path + "?token=" + getToken()
                console.log(path,3333)
                window.open(path)
                return
            }