Commit 3ac8d8fd by 陈岩

feat: 热力

1 parent 76ac7861
......@@ -19,9 +19,9 @@ const routes = [
},
];
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!