This commit is contained in:
chenxiaoxi
2021-04-21 14:46:48 +08:00
parent 2eb52eec59
commit 312057f04d
197 changed files with 18308 additions and 123 deletions
+8 -5
View File
@@ -1,9 +1,12 @@
<template>
<div id="foton">
<router-view/>
<div id="vue-admin-beautiful">
<router-view />
</div>
</template>
<style lang="scss">
</style>
<script>
export default {
name: 'App',
mounted() {},
}
</script>