Commit 3f45f094 authored by Hagsn3's avatar Hagsn3

Merge remote-tracking branch 'origin/project9-8' into project9-8

parents 86697ebf 24957c73
...@@ -3,7 +3,7 @@ import { getRouters } from '@/api/menu' ...@@ -3,7 +3,7 @@ import { getRouters } from '@/api/menu'
import { getInfo } from '@/api/login' import { getInfo } from '@/api/login'
import Layout from '@/layout/index' import Layout from '@/layout/index'
// pathList: 是要隐藏菜单的集合 system元素:一级菜单的路径(path) // pathList: 是要隐藏菜单的集合 system元素:一级菜单的路径(path)
const pathList = ['/setup/index','/setup/outku','/setup/enterbound','/setup/test'] const pathList = ['/setup/index','/setup/outku','/setup/enterbound','/setup/test','/setup/enterboundTwo','/setup/ApplicationTable']
const permission = { const permission = {
state: { state: {
routes: [], routes: [],
......
<template>
<div>平面图</div>
</template>
<script>
export default {
name: "planeGraph",
data() {
return{
}
}
}
</script>
<style scoped lang="scss">
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment