chore: save dashboard state before unit updates

This commit is contained in:
Cui Hongwei
2026-07-08 19:52:21 +08:00
parent b6d85869a6
commit 4d72a72541
4 changed files with 184 additions and 25 deletions

View File

@@ -26,6 +26,11 @@ module.exports = {
}
}
}
},
configureWebpack: {
output: {
hashFunction: 'sha256'
}
}
// publicPath: '/GQMobile/'
}