1. 修复漏洞

This commit is contained in:
梁州 2025-06-09 13:27:04 +08:00
parent 8ce3f7689d
commit 152d78fa1f
2 changed files with 2 additions and 3 deletions

View File

@ -145,8 +145,7 @@ export default {
name: 'sortBox',
data() {
return {
// standId: store.getters.getStandId,
standId: 'ASRS-#7',
standId: store.getters.getStandId,
printTabs: [],
printObj: {
id: "printArea", // ID

View File

@ -73,7 +73,7 @@ const login = () => {
})
loginWithAuth(loginForm).then(res => {
loading.close()
if (res.data.code == 0) {
if (res.data.code === 0) {
store.commit('mutationUser', res.data.returnData.user)//
store.commit('mutationMenu', res.data.returnData.menuList)//
store.commit('mutationStandId', res.data.returnData.standId)