Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
c920b7811e
@ -215,14 +215,20 @@ 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/index',
|
redirect: '/sub-operation-service/packaging/sorting',
|
||||||
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: '包装首页' },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
19
sub-operation-service/src/views/packaging/sorting.vue
Normal file
19
sub-operation-service/src/views/packaging/sorting.vue
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<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