采购单

This commit is contained in:
Teo
2025-08-14 22:37:39 +08:00
parent 8acfe27a8d
commit 1d120cde0a
8 changed files with 247 additions and 110 deletions

View File

@ -18,7 +18,7 @@ const isWhiteList = (path: string) => {
router.beforeEach(async (to, from, next) => {
NProgress.start();
if (to.path == '/indexEquipment') {
if (to.path == '/indexEquipment' || to.path == '/materials/purchaseDoc/uploadCode') {
next();
} else if (getToken()) {
to.meta.title && useSettingsStore().setTitle(to.meta.title);