Commit e2b4fb7a by Tianqing Liu

Merge remote-tracking branch 'origin/app' into app

2 parents d22e2b4c 3ac8d8fd
......@@ -13,11 +13,16 @@ const routes = [
name: "HeatMap",
component: () => import("@/views/heatMap/index.vue"),
},
{
path: "/areaHeatMap",
name: "AreaHeatMap",
component: () => import("@/views/areaHeat/index.vue"),
},
];
const isDev = process.env.NODE_ENV === 'development';
// const isDev = process.env.NODE_ENV === "development";
const router = createRouter({
history: createWebHistory(isDev ? '/' : '/apph5'),
history: createWebHistory("/appH5/"),
routes,
});
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!