fix: close business flow regressions

This commit is contained in:
david
2026-07-31 11:33:28 +08:00
parent 42a2322c8e
commit a47e9025d0
18 changed files with 403 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
const TOKEN_KEY = 'token';
const TOKEN_KEY = 'delivery_admin_token';
const isLogin = () => {
return !!localStorage.getItem(TOKEN_KEY);