mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-05 19:41:51 +08:00
to merge
This commit is contained in:
parent
1242d2d3f2
commit
adc0bf2ef4
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="dashboard-editor-container">
|
||||
me
|
||||
<el-image
|
||||
style="width: 100%; height: 100%"
|
||||
:src="require('@/assets/custom-theme/topology.png')"
|
||||
|
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div class="dashboard-container">
|
||||
<component :is="currentRole" />
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
me
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'Service',
|
||||
data() {
|
||||
return {
|
||||
tableData: [] // 初始为空数组,将在 mounted 时获取数据
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
me
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'Service',
|
||||
data() {
|
||||
return {
|
||||
tableData: [] // 初始为空数组,将在 mounted 时获取数据
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
x
Reference in New Issue
Block a user