|
@@ -60,8 +60,8 @@ export const appStyleImport = {
|
|
|
export const appBackRoot = {
|
|
|
[appType.fire]: "/fire",
|
|
|
[appType.xmfire]: "/xmfire",
|
|
|
- [appType.criminal]: "/criminal",
|
|
|
- [appType.police]: "/criminal"
|
|
|
+ [appType.criminal]: "/",
|
|
|
+ [appType.police]: "/"
|
|
|
}
|
|
|
export const routeIncludeFire = (type: appType) =>
|
|
|
[appType.fire, appType.xmfire].includes(type)
|