|
@@ -18,11 +18,11 @@ import {
|
|
|
menuRouteNames as xmfirelMenuRouteNames,
|
|
|
} from "./xmfire/routeConfig";
|
|
|
|
|
|
-import { appConstant as policeConstant } from "./police/constant";
|
|
|
+import { appConstant as policeConstant } from "./ga/constant";
|
|
|
import {
|
|
|
routes as policeRoutes,
|
|
|
menuRouteNames as policeMenuRouteNames,
|
|
|
-} from "./police/routeConfig";
|
|
|
+} from "./ga/routeConfig";
|
|
|
|
|
|
export type AppConstant = {
|
|
|
title: string;
|
|
@@ -51,7 +51,7 @@ if (VITE_APP_APP === "fire") {
|
|
|
appRoutes = xmfireRoutes;
|
|
|
menuRouteNames = xmfirelMenuRouteNames;
|
|
|
appConstant = xmfireConstant;
|
|
|
-} else if (VITE_APP_APP === "police") {
|
|
|
+} else if (VITE_APP_APP === "ga") {
|
|
|
appRoutes = policeRoutes;
|
|
|
menuRouteNames = policeMenuRouteNames;
|
|
|
appConstant = policeConstant;
|