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