|
@@ -25,15 +25,15 @@ export const usePermissionStore = defineStore('permission', () => {
|
|
|
leftMenu: [
|
|
|
{ label: '全域地图', path: '/globalMap', path2: '/globalMap2', type: '1', checked: false },
|
|
|
{ label: '一图作战', path: '/', path2: '/index2', type: '1', checked: false },
|
|
|
- { label: '总体态势', path: 'http://19.155.220.218/#/considerable-web/overallSituation?type=large', type: '2', checked: false },
|
|
|
- { label: '非煤矿山', path: 'http://19.155.220.218/#/considerable-web/noCoalMine?type=large', type: '2', checked: false },
|
|
|
- { label: '粉尘防爆', path: 'http://19.155.220.218/#/considerable-web/dustIgnitionPproof?type=large', type: '2', checked: false }
|
|
|
+ { label: '总体态势', path: 'http://19.155.220.218/#/considerable-web/overallSituation?type=full', path2: 'http://19.155.220.218/#/considerable-web/overallSituation?type=large', type: '2', checked: false },
|
|
|
+ { label: '非煤矿山', path: 'http://19.155.220.218/#/considerable-web/noCoalMine?type=full', path2: 'http://19.155.220.218/#/considerable-web/noCoalMine?type=large', type: '2', checked: false },
|
|
|
+ { label: '粉尘防爆', path: 'http://19.155.220.218/#/considerable-web/dustIgnitionPproof?type=full', path2: 'http://19.155.220.218/#/considerable-web/dustIgnitionPproof?type=large', type: '2', checked: false }
|
|
|
],
|
|
|
rightMenu: [
|
|
|
- { label: '地质灾害', path: 'http://19.155.220.218/#/considerable-web/geologicalDisaster?type=large', type: '2', checked: false },
|
|
|
- { label: '森林防火', path: 'http://19.155.220.218/#/considerable-web/forestFireproof?type=large', type: '2', checked: false },
|
|
|
- { label: '三防', path: 'http://19.155.220.218/#/considerable-web/threeProofings?type=large', type: '2', checked: false },
|
|
|
- { label: '危化品', path: 'http://19.155.220.218/#/considerable-web/hazardousChemicals?type=large', type: '2', checked: false }
|
|
|
+ { label: '地质灾害', path: 'http://19.155.220.218/#/considerable-web/geologicalDisaster?type=full', path2: 'http://19.155.220.218/#/considerable-web/geologicalDisaster?type=large', type: '2', checked: false },
|
|
|
+ { label: '森林防火', path: 'http://19.155.220.218/#/considerable-web/forestFireproof?type=full', path2: 'http://19.155.220.218/#/considerable-web/forestFireproof?type=large', type: '2', checked: false },
|
|
|
+ { label: '三防', path: 'http://19.155.220.218/#/considerable-web/threeProofings?type=full', path2: 'http://19.155.220.218/#/considerable-web/threeProofings?type=large', type: '2', checked: false },
|
|
|
+ { label: '危化品', path: 'http://19.155.220.218/#/considerable-web/hazardousChemicals?type=full', path2: 'http://19.155.220.218/#/considerable-web/hazardousChemicals?type=large', type: '2', checked: false }
|
|
|
]
|
|
|
});
|
|
|
const activeMenu = ref('left');
|