Browse Source

隐藏页面和修改打包

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
35d86ce561
  1. 4
      src/page/index/index.vue
  2. 48
      src/router/views/index.js

4
src/page/index/index.vue

@ -16,9 +16,9 @@
<div id="avue-view" v-show="!isSearch" v-if="isRefresh">
<router-view #="{ Component }">
<!-- <keep-alive :include="$store.getters.tagsKeep" :max="20"> -->
<!-- <keep-alive :max="20"> -->
<keep-alive :max="10">
<component :is="Component" />
<!-- </keep-alive> -->
</keep-alive>
</router-view>
</div>
</div>

48
src/router/views/index.js

@ -1035,30 +1035,30 @@ export default [
},
],
},
{
path: '/distribution/turndelivery/devtmp',
component: Layout,
redirect: '/distribution/turndelivery/devtmp',
children: [
{
path: '/distribution/turndelivery/devtmp',
name: '商配计划重构',
component: () => import('@/views/distribution/turndelivery/devtmp.vue'),
},
],
},
{
path: '/distribution/signfor//devtmp',
component: Layout,
redirect: '/distribution/signfor//devtmp',
children: [
{
path: '/distribution/signfor//devtmp',
name: '签收明细重构',
component: () => import('@/views/distribution/signfor//devtmp.vue'),
},
],
},
// {
// path: '/distribution/turndelivery/devtmp',
// component: Layout,
// redirect: '/distribution/turndelivery/devtmp',
// children: [
// {
// path: '/distribution/turndelivery/devtmp',
// name: '商配计划重构',
// component: () => import('@/views/distribution/turndelivery/devtmp.vue'),
// },
// ],
// },
// {
// path: '/distribution/signfor//devtmp',
// component: Layout,
// redirect: '/distribution/signfor//devtmp',
// children: [
// {
// path: '/distribution/signfor//devtmp',
// name: '签收明细重构',
// component: () => import('@/views/distribution/signfor//devtmp.vue'),
// },
// ],
// },
// {
// path: 'basicdata/goodsShelf/basicdataGoodsShelfView',
// component: Layout,

Loading…
Cancel
Save