Просмотр исходного кода

Merge branch 'sd' of http://192.168.0.115:3000/bill/fuse-code into sd

xzw 1 год назад
Родитель
Сommit
1517e207dd
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/env/index.ts

+ 2 - 2
src/env/index.ts

@@ -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)