|
@@ -27,22 +27,22 @@ export const usePermissionStore = defineStore('permission', () => {
|
|
|
{ label: '一图作战', path: '/index', path2: '/index2', type: '1', checked: false },
|
|
|
{
|
|
|
label: '总体态势',
|
|
|
- path: 'http://19.155.220.218/#/considerable-web/overallSituation?type=insert',
|
|
|
- path2: 'http://19.155.220.218/#/considerable-web/overallSituation?type=insert',
|
|
|
+ path: 'https://19.155.220.218/#/considerable-web/overallSituation?type=insert',
|
|
|
+ path2: 'https://19.155.220.218/#/considerable-web/overallSituation?type=insert',
|
|
|
type: '2',
|
|
|
checked: false
|
|
|
},
|
|
|
{
|
|
|
label: '非煤矿山',
|
|
|
- path: 'http://19.155.220.218/#/considerable-web/noCoalMine?type=insert',
|
|
|
- path2: 'http://19.155.220.218/#/considerable-web/noCoalMine?type=insert',
|
|
|
+ path: 'https://19.155.220.218/#/considerable-web/noCoalMine?type=insert',
|
|
|
+ path2: 'https://19.155.220.218/#/considerable-web/noCoalMine?type=insert',
|
|
|
type: '2',
|
|
|
checked: false
|
|
|
},
|
|
|
{
|
|
|
label: '粉尘防爆',
|
|
|
- path: 'http://19.155.220.218/#/considerable-web/dustIgnitionPproof?type=insert',
|
|
|
- path2: 'http://19.155.220.218/#/considerable-web/dustIgnitionPproof?type=insert',
|
|
|
+ path: 'https://19.155.220.218/#/considerable-web/dustIgnitionPproof?type=insert',
|
|
|
+ path2: 'https://19.155.220.218/#/considerable-web/dustIgnitionPproof?type=insert',
|
|
|
type: '2',
|
|
|
checked: false
|
|
|
}
|
|
@@ -50,29 +50,29 @@ export const usePermissionStore = defineStore('permission', () => {
|
|
|
rightMenu: [
|
|
|
{
|
|
|
label: '地质灾害',
|
|
|
- path: 'http://19.155.220.218/#/considerable-web/geologicalDisaster?type=insert',
|
|
|
- path2: 'http://19.155.220.218/#/considerable-web/geologicalDisaster?type=insert',
|
|
|
+ path: 'https://19.155.220.218/#/considerable-web/geologicalDisaster?type=insert',
|
|
|
+ path2: 'https://19.155.220.218/#/considerable-web/geologicalDisaster?type=insert',
|
|
|
type: '2',
|
|
|
checked: false
|
|
|
},
|
|
|
{
|
|
|
label: '森林防火',
|
|
|
- path: 'http://19.155.220.218/#/considerable-web/forestFireproof?type=insert',
|
|
|
- path2: 'http://19.155.220.218/#/considerable-web/forestFireproof?type=insert',
|
|
|
+ path: 'https://19.155.220.218/#/considerable-web/forestFireproof?type=insert',
|
|
|
+ path2: 'https://19.155.220.218/#/considerable-web/forestFireproof?type=insert',
|
|
|
type: '2',
|
|
|
checked: false
|
|
|
},
|
|
|
{
|
|
|
label: '三防',
|
|
|
- path: 'http://19.155.220.218/#/considerable-web/threeProofings?type=insert',
|
|
|
- path2: 'http://19.155.220.218/#/considerable-web/threeProofings?type=insert',
|
|
|
+ path: 'https://19.155.220.218/#/considerable-web/threeProofings?type=insert',
|
|
|
+ path2: 'https://19.155.220.218/#/considerable-web/threeProofings?type=insert',
|
|
|
type: '2',
|
|
|
checked: false
|
|
|
},
|
|
|
{
|
|
|
label: '危化品',
|
|
|
- path: 'http://19.155.220.218/#/considerable-web/hazardousChemicals?type=insert',
|
|
|
- path2: 'http://19.155.220.218/#/considerable-web/hazardousChemicals?type=insert',
|
|
|
+ path: 'https://19.155.220.218/#/considerable-web/hazardousChemicals?type=insert',
|
|
|
+ path2: 'https://19.155.220.218/#/considerable-web/hazardousChemicals?type=insert',
|
|
|
type: '2',
|
|
|
checked: false
|
|
|
}
|