Commit b6671104 by yuwei

项目初始化

parent 264de0dd
......@@ -6,10 +6,7 @@
<script>
export default {
name: 'Basic',
created() {
console.log(this.$store.state.permission.routes)
}
name: 'Basic'
}
</script>
......
<template>
<router-view />
</template>
<template>
<router-view />
</template>
<template>
<router-view />
</template>
<template>
<div class="app-container">
Monitor
</div>
</template>
<script>
export default {
name: 'Monitor'
}
</script>
<style lang="scss" scoped>
</style>
<template>
<div class="app-container">
Scheduler
</div>
</template>
<script>
export default {
name: 'Scheduler'
}
</script>
<style lang="scss" scoped>
</style>
<template>
<div class="app-container">
System
</div>
</template>
<script>
export default {
name: 'System'
}
</script>
<style lang="scss" scoped>
</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