feat:样品标签打印

This commit is contained in:
houjunxiang
2025-11-24 16:48:57 +08:00
parent c3630e74ec
commit c504c9b2a7
18 changed files with 97 additions and 712 deletions

View File

@@ -204,7 +204,8 @@ http.interceptors.response.use(
if (code !== 0) {
uni.showToast({
title: msg || response.config.custom.errorMsg,
icon: 'none'
icon: 'none',
duration: 3000
})
if (code === 401) {
userStore.logout(true)