This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
SolarAgent/src/router/chat.ts
2024-04-02 23:17:57 +08:00

7 lines
131 B
TypeScript

export const chatRouter = [
{
path: "",
name: "chat.channel",
component: () => import("@/views/chat/page.vue"),
}
]