|
@@ -1,9 +1,8 @@
|
|
|
import { css } from "@linaria/core";
|
|
|
-import { Layout, Menu, Spin } from "ant-design-vue";
|
|
|
+import { Layout, Menu } from "ant-design-vue";
|
|
|
import { defineComponent, onMounted, reactive } from "vue";
|
|
|
import { useRoute } from "vue-router";
|
|
|
|
|
|
-import { InitControllers } from "@/comm/ctx";
|
|
|
import { menuData } from "@/pages/website/routes";
|
|
|
|
|
|
const { Sider, Content } = Layout;
|