diff --git a/.env.development b/.env.development
index a5953b5..c53d4ea 100644
--- a/.env.development
+++ b/.env.development
@@ -1,7 +1,7 @@
VITE_SOCKET_URL=wss://server.gxwebsoft.com
VITE_SERVER_URL=https://server.gxwebsoft.com/api
-VITE_API_URL=https://modules.gxwebsoft.com/api
+#VITE_API_URL=https://modules.gxwebsoft.com/api
-#VITE_API_URL=http://127.0.0.1:9001/api
+VITE_API_URL=http://127.0.0.1:9001/api
#VITE_SOCKET_URL=ws://localhost:9191
#VITE_API_URL=http://103.233.255.195:9300/api
diff --git a/src/api/cms/website/model/index.ts b/src/api/cms/website/model/index.ts
index eb44703..4c9f252 100644
--- a/src/api/cms/website/model/index.ts
+++ b/src/api/cms/website/model/index.ts
@@ -53,6 +53,8 @@ export interface Website {
tenantId?: number;
tenantName?: string;
navigations?: Navigation[];
+ topNavs?: Navigation[];
+ bottomNavs?: Navigation[];
categoryList?: ArrangeCategory[];
links?: Link[];
// 配置信息
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 1d73243..2260023 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -4,164 +4,8 @@