Commit ce60674a by Tianqing Liu

feat: op

1 parent 8ee1983b
...@@ -22,7 +22,7 @@ const routes = [ ...@@ -22,7 +22,7 @@ const routes = [
const isDev = process.env.NODE_ENV === "development"; const isDev = process.env.NODE_ENV === "development";
const router = createRouter({ const router = createRouter({
history: createWebHistory(!isDev ? "/apph5/" : ""), history: createWebHistory(!isDev ? "/appH5/" : ""),
routes, routes,
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!