From 0042dbfd410064ebfab00826f927ed73448db5ec Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 21 五月 2024 14:53:20 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before into master --- src/router/page/index.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/router/page/index.js b/src/router/page/index.js index 18065ef..40c0f21 100644 --- a/src/router/page/index.js +++ b/src/router/page/index.js @@ -2,6 +2,16 @@ export default [ { + path: '/pack', + name: '鍖呰璇︽儏', + component: () => import(/* webpackChunkName: "page" */ '@/page/PackingLedgerDetails/index'), + meta: { + keepAlive: true, + isTab: false, + isAuth: false + } + }, + { path: '/thirdpartylogin', name: '绗笁鏂圭櫥褰曢〉', component: () => -- Gitblit v1.9.3