Compare commits
No commits in common. "87be30a18a442873f90027469f42f3001bcf62a3" and "1a53b90763bd4093345ee32c6a53985898b38e46" have entirely different histories.
87be30a18a
...
1a53b90763
@ -215,20 +215,14 @@ export const constantRoutes = [
|
|||||||
path: '/sub-operation-service/packaging',
|
path: '/sub-operation-service/packaging',
|
||||||
name: 'packaging',
|
name: 'packaging',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/sub-operation-service/packaging/sorting',
|
redirect: '/sub-operation-service/packaging/index',
|
||||||
meta: { title: '分拣包装' },
|
meta: { title: '分拣包装' },
|
||||||
children: [
|
children: [
|
||||||
{
|
|
||||||
path: '/sub-operation-service/packaging/sorting',
|
|
||||||
component: () => import('@/views/packaging/sorting.vue'),
|
|
||||||
name: 'sortingMain',
|
|
||||||
meta: { title: '分拣首页' },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: '/sub-operation-service/packaging/index',
|
path: '/sub-operation-service/packaging/index',
|
||||||
component: () => import('@/views/packaging/index.vue'),
|
component: () => import('@/views/packaging/index.vue'),
|
||||||
name: 'packagingMain',
|
name: 'packagingMain',
|
||||||
meta: { title: '包装首页' },
|
meta: { title: '分拣包装首页' },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div>131</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import { ref } from 'vue';
|
|
||||||
|
|
||||||
/* --------------- data --------------- */
|
|
||||||
// #region
|
|
||||||
|
|
||||||
// #endregion
|
|
||||||
|
|
||||||
/* --------------- methods --------------- */
|
|
||||||
// #region
|
|
||||||
|
|
||||||
// #endregion
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped></style>
|
|
Loading…
x
Reference in New Issue
Block a user