|
@@ -273,7 +273,6 @@ img.img-arrow {
|
|
|
|
|
|
<script>
|
|
|
import FloatMenu from './floatMenu'
|
|
|
-import { getGlobalInterface } from '@/api/data.js'
|
|
|
import { logoutUrl } from '@/apiConfig/requestIP.js'
|
|
|
|
|
|
export default {
|
|
@@ -305,10 +304,6 @@ export default {
|
|
|
}
|
|
|
})()
|
|
|
}
|
|
|
- getGlobalInterface().then(res => {
|
|
|
- this.$store.dispatch('data/setMenu', res.data)
|
|
|
- this.$store.dispatch('data/setSubMenu', res.data[0].subMenus[0])
|
|
|
- })
|
|
|
},
|
|
|
methods: {
|
|
|
handleSelect(key, keyPath) {
|