修复:统一许愿树模块路径大小写
This commit is contained in:
parent
8345dca1a1
commit
077e4613bd
|
|
@ -37,26 +37,26 @@ const wishtreeManageRouter = {
|
|||
},
|
||||
{
|
||||
path: 'tree',
|
||||
component: () => import('@/views/wishtree/tree/index'),
|
||||
component: () => import('@/views/wishTree/tree/index'),
|
||||
name: 'WishTreeList',
|
||||
meta: { title: '许愿树列表' },
|
||||
},
|
||||
{
|
||||
path: 'tree/detail/:id',
|
||||
component: () => import('@/views/wishtree/tree/detail'),
|
||||
component: () => import('@/views/wishTree/tree/detail'),
|
||||
name: 'WishTreeDetail',
|
||||
meta: { title: '许愿树详情' },
|
||||
hidden: true,
|
||||
},
|
||||
{
|
||||
path: 'node',
|
||||
component: () => import('@/views/wishtree/node/index'),
|
||||
component: () => import('@/views/wishTree/node/index'),
|
||||
name: 'WishTreeNode',
|
||||
meta: { title: '节点管理' },
|
||||
},
|
||||
{
|
||||
path: 'message',
|
||||
component: () => import('@/views/wishtree/message/index'),
|
||||
component: () => import('@/views/wishTree/message/index'),
|
||||
name: 'WishTreeMessage',
|
||||
meta: { title: '留言管理' },
|
||||
},
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { wishList, wishAudit, wishDelete, festivalList } from '@/api/wishTree';
|
||||
import { wishList, wishAudit, wishDelete, festivalList } from '@/api/wishtree';
|
||||
|
||||
export default {
|
||||
name: 'WishtreeWish',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user