修复接单平台并发、分页与补资料

This commit is contained in:
yml2213
2026-07-28 10:15:44 +08:00
parent a2587eda01
commit f0ba0fe17f
22 changed files with 1096 additions and 145 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export default function WorkerLayout() {
const navigate = useNavigate()
const location = useLocation()
const { message } = App.useApp()
const username = getWorkerUsername() || '接单员'
const username = getWorkerUsername() || '打手'
const status = getWorkerStatus()
async function submitLogout() {