This commit is contained in:
2025-11-28 17:56:08 +08:00
parent 2df8514867
commit 1c2ea89e5d
6 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -209,7 +209,7 @@ const routeImport = () => {
filters: [
{
name: '路网', //、底图
extensions: ['pbf']
extensions: ['pbf', 'pbfl']
}
]
}

View File

@ -141,7 +141,6 @@ const activeName = ref('authorize')
const isShowPup = ref(false)
const open = (data) => {
isShowPup.value = true
console.log(data, 'kkkkkkkk')
if (data !== 'current') {
//如果不是传curent打开就回到第一个tab
activeName.value = 'authorize'
@ -159,7 +158,6 @@ const changeTab = (x, j) => {
default:
break
}
console.log(x, j, 'activeName.value')
}
const close = () => {
isShowPup.value = false

View File

@ -67,6 +67,9 @@ const logout = async (e) => {
// localStorage.clear()
}
}
const openSet = () => {
setPupRef.value?.open()
}
const fullScreen = (item) => {
ipcRenderer.send('toggle-fullscreen')
@ -114,7 +117,8 @@ const setList = ref([
name: 'set',
className: 'header_public',
dbcallback: null,
callback: setShow
// callback: setShow
callback: openSet
},
// {id: 4, index: 2, icon: 'layerTitleBg', className: 'header_public', callback: this.setShow},
{