Compare commits
No commits in common. "b50804a91166be9e66462a37a04a592554cc5353" and "0e5f07eaf79034d327c893f2f9338c50a3365bd8" have entirely different histories.
b50804a911
...
0e5f07eaf7
@ -71,8 +71,6 @@
|
||||
"/src/plugin/announcement/form/info.vue": "InfoForm",
|
||||
"/src/plugin/announcement/view/info.vue": "Info",
|
||||
"/src/plugin/email/view/index.vue": "Email",
|
||||
"/src/view/goods/index.vue": "Goods",
|
||||
"/src/view/goods/article/index.vue": "Article",
|
||||
"/src/view/order/index.vue": "OrderManage",
|
||||
"/src/view/order/idnex.vue": "OrderManage",
|
||||
"/src/view/order/order/index.vue": "Order"
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
文章管理
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
@ -1,19 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
<router-view v-slot="{ Component }">
|
||||
<transition mode="out-in" name="el-fade-in-linear">
|
||||
<keep-alive :include="routerStore.keepAliveRouters">
|
||||
<component :is="Component" />
|
||||
</keep-alive>
|
||||
</transition>
|
||||
</router-view>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { useRouterStore } from '@/pinia/modules/router'
|
||||
const routerStore = useRouterStore()
|
||||
defineOptions({
|
||||
name: 'goods'
|
||||
})
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user